svn commit: r347244 - head/devel/py-phpserialize

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 15:03:34 UTC 2014


Author: miwi
Date: Thu Mar  6 15:03:33 2014
New Revision: 347244
URL: http://svnweb.freebsd.org/changeset/ports/347244
QAT: https://qat.redports.org/buildarchive/r347244/

Log:
  - Stage support
  - Convert to autoplist
  - Bump PORTREVISION

Deleted:
  head/devel/py-phpserialize/pkg-plist
Modified:
  head/devel/py-phpserialize/Makefile

Modified: head/devel/py-phpserialize/Makefile
==============================================================================
--- head/devel/py-phpserialize/Makefile	Thu Mar  6 15:03:04 2014	(r347243)
+++ head/devel/py-phpserialize/Makefile	Thu Mar  6 15:03:33 2014	(r347244)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phpserialize
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang www python
 MASTER_SITES=	http://www.hurring.com/scott/code/python/serialize/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +17,8 @@ WRKSRC=		${WRKDIR}/v${PORTVERSION}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	PHPSerialize
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-extract:
 	${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \
 		> ${WRKSRC}/setup.py


More information about the svn-ports-all mailing list