Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2014 11:29:45 +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: r347007 - head/www/py-plone.app.layout
Message-ID:  <201403041129.s24BTjeH070117@svn.freebsd.org>

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



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