From owner-svn-ports-head@FreeBSD.ORG Mon Feb 10 09:09:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4F04F2F; Mon, 10 Feb 2014 09:09:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9722A15C0; Mon, 10 Feb 2014 09:09:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A99Y7V019995; Mon, 10 Feb 2014 09:09:34 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A99TDh019959; Mon, 10 Feb 2014 09:09:29 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402100909.s1A99TDh019959@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 10 Feb 2014 09:09:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 09:09:34 -0000 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 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@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 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@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 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 - -.if ${PYTHON_REL} >= 270 -PLIST_SUB+= PYTHON27="" -.else -PLIST_SUB+= PYTHON27="@comment " -.endif - -.include +.include 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@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 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@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 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@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 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@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 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@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 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@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 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 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@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 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@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 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@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 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@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 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@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 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@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 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@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 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 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@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 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@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 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@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 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 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@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 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@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