svn commit: r347007 - head/www/py-plone.app.layout
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 4 11:29:46 UTC 2014
Author: antoine
Date: Tue Mar 4 11:29:45 2014
New Revision: 347007
URL: http://svnweb.freebsd.org/changeset/ports/347007
QAT: https://qat.redports.org/buildarchive/r347007/
Log:
- Use PYDISTUTILS_AUTOPLIST (generated package was empty)
- Remove infozip dependency
Modified:
head/www/py-plone.app.layout/Makefile
Modified: head/www/py-plone.app.layout/Makefile
==============================================================================
--- head/www/py-plone.app.layout/Makefile Tue Mar 4 11:02:21 2014 (r347006)
+++ head/www/py-plone.app.layout/Makefile Tue Mar 4 11:29:45 2014 (r347007)
@@ -2,10 +2,11 @@
PORTNAME= plone.app.layout
PORTVERSION= 2.3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope at FreeBSD.org
@@ -36,7 +37,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plon
USE_PYTHON= 2
USE_PYDISTUTILS= yes
-USE_ZIP= yes
+PYDISTUTILS_AUTOPLIST= yes
USES= zope
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list