svn commit: r347012 - head/devel/py-Products.ResourceRegistries
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 4 11:46:51 UTC 2014
Author: antoine
Date: Tue Mar 4 11:46:51 2014
New Revision: 347012
URL: http://svnweb.freebsd.org/changeset/ports/347012
QAT: https://qat.redports.org/buildarchive/r347012/
Log:
- Use PYDISTUTILS_AUTOPLIST (generated package was empty)
- Remove infozip dependency
Modified:
head/devel/py-Products.ResourceRegistries/Makefile
Modified: head/devel/py-Products.ResourceRegistries/Makefile
==============================================================================
--- head/devel/py-Products.ResourceRegistries/Makefile Tue Mar 4 11:44:05 2014 (r347011)
+++ head/devel/py-Products.ResourceRegistries/Makefile Tue Mar 4 11:46:51 2014 (r347012)
@@ -2,10 +2,11 @@
PORTNAME= Products.ResourceRegistries
PORTVERSION= 2.2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope at FreeBSD.org
@@ -25,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope
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