svn commit: r341081 - in head/devel: py-Products.GenericSetup py-Products.MIMETools py-Products.OFSP

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Jan 25 19:42:04 UTC 2014


Author: rm
Date: Sat Jan 25 19:42:03 2014
New Revision: 341081
URL: http://svnweb.freebsd.org/changeset/ports/341081
QAT: https://qat.redports.org/buildarchive/r341081/

Log:
    - convert to auto-generated packing list
    - move DIST_SUBDIR upper, where appropriate
    - bump PORTREVISION

Deleted:
  head/devel/py-Products.GenericSetup/pkg-plist
  head/devel/py-Products.MIMETools/pkg-plist
  head/devel/py-Products.OFSP/pkg-plist
Modified:
  head/devel/py-Products.GenericSetup/Makefile
  head/devel/py-Products.MIMETools/Makefile
  head/devel/py-Products.OFSP/Makefile

Modified: head/devel/py-Products.GenericSetup/Makefile
==============================================================================
--- head/devel/py-Products.GenericSetup/Makefile	Sat Jan 25 19:34:26 2014	(r341080)
+++ head/devel/py-Products.GenericSetup/Makefile	Sat Jan 25 19:42:03 2014	(r341081)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.GenericSetup
 PORTVERSION=	1.7.4
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Read Zope configuration state from profile dirs / tarballs
@@ -15,11 +17,9 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eg
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \
 		${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USES=			zope
 
 .include <bsd.port.mk>

Modified: head/devel/py-Products.MIMETools/Makefile
==============================================================================
--- head/devel/py-Products.MIMETools/Makefile	Sat Jan 25 19:34:26 2014	(r341080)
+++ head/devel/py-Products.MIMETools/Makefile	Sat Jan 25 19:42:03 2014	(r341081)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.MIMETools
 PORTVERSION=	2.13.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,9 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:${PORTSDIR}/devel/py-DocumentTemplate
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-Products.OFSP/Makefile
==============================================================================
--- head/devel/py-Products.OFSP/Makefile	Sat Jan 25 19:34:26 2014	(r341080)
+++ head/devel/py-Products.OFSP/Makefile	Sat Jan 25 19:42:03 2014	(r341081)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.OFSP
 PORTVERSION=	2.13.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +16,9 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \
 		${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list