Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 18:24:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342811 - head/devel/py-Products.MimetypesRegistry
Message-ID:  <201402051824.s15IOQfM077081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051824.s15IOQfM077081>