svn commit: r343605 - in head/security: py-AccessControl py-Products.PlonePAS py-Products.PluggableAuthService py-RestrictedPython py-borg.localrole py-plone.app.openid py-plone.keyring py-plone.op...

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 10 09:09:34 UTC 2014


Author: rm
Date: Mon Feb 10 09:09:29 2014
New Revision: 343605
URL: http://svnweb.freebsd.org/changeset/ports/343605
QAT: https://qat.redports.org/buildarchive/r343605/

Log:
  - do not use easy_install, convert to auto-generated packing list
  - move DIST_SUBDIR upper, where appropriate
  - add trailing slash to WWW url, where appropriate
  - bump PORTREVISION

Deleted:
  head/security/py-AccessControl/pkg-plist
  head/security/py-Products.PlonePAS/pkg-plist
  head/security/py-Products.PluggableAuthService/pkg-plist
  head/security/py-RestrictedPython/pkg-plist
  head/security/py-borg.localrole/pkg-plist
  head/security/py-plone.app.openid/pkg-plist
  head/security/py-plone.keyring/pkg-plist
  head/security/py-plone.openid/pkg-plist
  head/security/py-plone.protect/pkg-plist
  head/security/py-plone.session/pkg-plist
  head/security/py-potr/files/
  head/security/py-potr/pkg-plist
  head/security/py-zope.app.authentication/pkg-plist
  head/security/py-zope.app.localpermission/pkg-plist
  head/security/py-zope.app.principalannotation/pkg-plist
  head/security/py-zope.app.security/pkg-plist
  head/security/py-zope.app.securitypolicy/pkg-plist
  head/security/py-zope.authentication/pkg-plist
  head/security/py-zope.login/pkg-plist
  head/security/py-zope.password/pkg-plist
  head/security/py-zope.pluggableauth/pkg-plist
  head/security/py-zope.principalannotation/pkg-plist
  head/security/py-zope.principalregistry/pkg-plist
  head/security/py-zope.security/pkg-plist
  head/security/py-zope.securitypolicy/pkg-plist
  head/security/py-zope.session/pkg-plist
Modified:
  head/security/py-AccessControl/Makefile
  head/security/py-Products.PlonePAS/Makefile
  head/security/py-Products.PluggableAuthService/Makefile
  head/security/py-RestrictedPython/Makefile
  head/security/py-borg.localrole/Makefile
  head/security/py-plone.app.openid/Makefile
  head/security/py-plone.keyring/Makefile
  head/security/py-plone.openid/Makefile
  head/security/py-plone.protect/Makefile
  head/security/py-plone.session/Makefile
  head/security/py-potr/Makefile
  head/security/py-zope.app.authentication/Makefile
  head/security/py-zope.app.localpermission/Makefile
  head/security/py-zope.app.principalannotation/Makefile
  head/security/py-zope.app.security/Makefile
  head/security/py-zope.app.securitypolicy/Makefile
  head/security/py-zope.authentication/Makefile
  head/security/py-zope.login/Makefile
  head/security/py-zope.password/Makefile
  head/security/py-zope.pluggableauth/Makefile
  head/security/py-zope.principalannotation/Makefile
  head/security/py-zope.principalregistry/Makefile
  head/security/py-zope.security/Makefile
  head/security/py-zope.securitypolicy/Makefile
  head/security/py-zope.session/Makefile

Modified: head/security/py-AccessControl/Makefile
==============================================================================
--- head/security/py-AccessControl/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-AccessControl/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,6 +2,7 @@
 
 PORTNAME=	AccessControl
 PORTVERSION=	3.0.8
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -30,10 +31,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acqu
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \
 		${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing
 
-NO_STAGE=	yes
-PYEASYINSTALL_ARCHDEP=	yes
-USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-Products.PlonePAS/Makefile
==============================================================================
--- head/security/py-Products.PlonePAS/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-Products.PlonePAS/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.PlonePAS
 PORTVERSION=	4.1.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Adapts the PluggableAuthService for use by Plone
@@ -18,12 +20,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plon
 		${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
+USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-Products.PluggableAuthService/Makefile
==============================================================================
--- head/security/py-Products.PluggableAuthService/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-Products.PluggableAuthService/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.PluggableAuthService
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Pluggable Zope2 authentication / authorization framework
@@ -14,11 +16,9 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel/py-Products.PluginRegistry \
 		${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
 
-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/security/py-RestrictedPython/Makefile
==============================================================================
--- head/security/py-RestrictedPython/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-RestrictedPython/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,7 +2,7 @@
 
 PORTNAME=	RestrictedPython
 PORTVERSION=	3.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,18 +13,9 @@ COMMENT=	Restricted execution environmen
 
 LICENSE=	ZPL21
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 
-NO_STAGE=	yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 270
-PLIST_SUB+=	PYTHON27=""
-.else
-PLIST_SUB+=	PYTHON27="@comment "
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/py-borg.localrole/Makefile
==============================================================================
--- head/security/py-borg.localrole/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-borg.localrole/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	borg.localrole
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	PAS plugin which can manage local roles via an adapter lookup
@@ -22,12 +24,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \
 		${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-#USE_ZOPE=	yes
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
+#USE_ZOPE=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.app.openid/Makefile
==============================================================================
--- head/security/py-plone.app.openid/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-plone.app.openid/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	plone.app.openid
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Plone OpenID authentication support
@@ -21,11 +23,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plon
 		${PYTHON_PKGNAMEPREFIX}Products.PlonePAS>=2.0.10:${PORTSDIR}/security/py-Products.PlonePAS \
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-#USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+#USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.keyring/Makefile
==============================================================================
--- head/security/py-plone.keyring/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-plone.keyring/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,25 +2,25 @@
 
 PORTNAME=	plone.keyring
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Manage secrets
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location
 
-DIST_SUBDIR=	zope
-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/security/py-plone.openid/Makefile
==============================================================================
--- head/security/py-plone.openid/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-plone.openid/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,14 +2,16 @@
 
 PORTNAME=	plone.openid
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	OpenID authentication support for PAS
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \
 		${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
@@ -17,12 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}open
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-#USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
+#USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.protect/Makefile
==============================================================================
--- head/security/py-plone.protect/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-plone.protect/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,25 +2,25 @@
 
 PORTNAME=	plone.protect
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Security for browser forms
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:${PORTSDIR}/security/py-plone.keyring \
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-#USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
+#USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.session/Makefile
==============================================================================
--- head/security/py-plone.session/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-plone.session/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,26 +2,26 @@
 
 PORTNAME=	plone.session
 PORTVERSION=	3.5.3
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Session based authentication for Zope
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plone.protect>=0:${PORTSDIR}/security/py-plone.protect \
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-#USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
+#USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-potr/Makefile
==============================================================================
--- head/security/py-potr/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-potr/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,6 +2,7 @@
 
 PORTNAME=	potr
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,7 @@ LICENSE=	LGPL3
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	python_${PORTNAME}
-
-NO_STAGE=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.app.authentication/Makefile
==============================================================================
--- head/security/py-zope.app.authentication/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.app.authentication/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.authentication
 PORTVERSION=	3.9
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Principals and groups management for the pluggable authentication
@@ -31,10 +33,8 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.app.container>=0:${PORTSDIR}/devel/py-zope.app.container \
 		${PYTHON_PKGNAMEPREFIX}zope.app.component>=0:${PORTSDIR}/devel/py-zope.app.component
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.app.localpermission/Makefile
==============================================================================
--- head/security/py-zope.app.localpermission/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.app.localpermission/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.localpermission
 PORTVERSION=	3.7.2
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Local Persistent Permissions for zope.security
@@ -18,10 +20,8 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.app.principalannotation/Makefile
==============================================================================
--- head/security/py-zope.app.principalannotation/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.app.principalannotation/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.principalannotation
 PORTVERSION=	3.7.0
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Bootstrap subscriber and browser menu item for zope.principalannotation
@@ -16,10 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tran
 		${PYTHON_PKGNAMEPREFIX}zope.processlifetime>=0:${PORTSDIR}/devel/py-zope.processlifetime \
 		${PYTHON_PKGNAMEPREFIX}zope.principalannotation>=0:${PORTSDIR}/security/py-zope.principalannotation
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.app.security/Makefile
==============================================================================
--- head/security/py-zope.app.security/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.app.security/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.security
 PORTVERSION=	3.7.5
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	ZMI Views For Zope3 Security Components
@@ -24,10 +26,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.securitypolicy>=0:${PORTSDIR}/security/py-zope.securitypolicy \
 		${PYTHON_PKGNAMEPREFIX}zope.login>=0:${PORTSDIR}/security/py-zope.login
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.app.securitypolicy/Makefile
==============================================================================
--- head/security/py-zope.app.securitypolicy/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.app.securitypolicy/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.app.securitypolicy
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	ZMI-based management views for zope.securitypolicy
@@ -27,10 +29,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \
 		${PYTHON_PKGNAMEPREFIX}zope.securitypolicy>=0:${PORTSDIR}/security/py-zope.securitypolicy
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.authentication/Makefile
==============================================================================
--- head/security/py-zope.authentication/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.authentication/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.authentication
 PORTVERSION=	3.7.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Definition of authentication basics for the Zope Framework
@@ -18,11 +20,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
 
-DIST_SUBDIR=	zope
-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/security/py-zope.login/Makefile
==============================================================================
--- head/security/py-zope.login/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.login/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.login
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Login helpers for zope.publisher / authentication
@@ -16,11 +18,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher
 
-DIST_SUBDIR=	zope
-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/security/py-zope.password/Makefile
==============================================================================
--- head/security/py-zope.password/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.password/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.password
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.pluggableauth/Makefile
==============================================================================
--- head/security/py-zope.pluggableauth/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.pluggableauth/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.pluggableauth
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Pluggable Authentication Utility
@@ -26,10 +28,8 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.principalannotation/Makefile
==============================================================================
--- head/security/py-zope.principalannotation/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.principalannotation/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.principalannotation
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Annotations for Zope Principals
@@ -19,10 +21,8 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \
 		${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.principalregistry/Makefile
==============================================================================
--- head/security/py-zope.principalregistry/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.principalregistry/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.principalregistry
 PORTVERSION=	3.7.1
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Global principal registry component for Zope3
@@ -17,10 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.password>=0:${PORTSDIR}/security/py-zope.password \
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.security/Makefile
==============================================================================
--- head/security/py-zope.security/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.security/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zope.security
 PORTVERSION=	3.9.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,10 +24,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
 		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration
 
-PYEASYINSTALL_ARCHDEP=	yes
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.securitypolicy/Makefile
==============================================================================
--- head/security/py-zope.securitypolicy/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.securitypolicy/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.securitypolicy
 PORTVERSION=	3.7.0
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Default security policy for Zope3
@@ -23,10 +25,8 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \
 		${PYTHON_PKGNAMEPREFIX}zope.dublincore>=3.7:${PORTSDIR}/devel/py-zope.dublincore
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.session/Makefile
==============================================================================
--- head/security/py-zope.session/Makefile	Mon Feb 10 08:56:36 2014	(r343604)
+++ head/security/py-zope.session/Makefile	Mon Feb 10 09:09:29 2014	(r343605)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.session
 PORTVERSION=	3.9.5
+PORTREVISION=	1
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Client identification and sessions for Zope
@@ -19,10 +21,8 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
 		${PYTHON_PKGNAMEPREFIX}zope.minmax>=0:${PORTSDIR}/devel/py-zope.minmax
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list