svn commit: r342811 - head/devel/py-Products.MimetypesRegistry

Antoine Brodin antoine at FreeBSD.org
Wed Feb 5 18:24:26 UTC 2014


Author: antoine
Date: Wed Feb  5 18:24:25 2014
New Revision: 342811
URL: http://svnweb.freebsd.org/changeset/ports/342811
QAT: https://qat.redports.org/buildarchive/r342811/

Log:
  Fix a typo that caused generated package to be empty
  While here, drop infozip depedency

Modified:
  head/devel/py-Products.MimetypesRegistry/Makefile

Modified: head/devel/py-Products.MimetypesRegistry/Makefile
==============================================================================
--- head/devel/py-Products.MimetypesRegistry/Makefile	Wed Feb  5 18:23:56 2014	(r342810)
+++ head/devel/py-Products.MimetypesRegistry/Makefile	Wed Feb  5 18:24:25 2014	(r342811)
@@ -2,10 +2,11 @@
 
 PORTNAME=	Products.MimetypesRegistry
 PORTVERSION=	2.0.5
-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
@@ -21,7 +22,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 
 USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_ATOPLIST=	yes
-USE_ZIP=		yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list