From b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 23 Sep 2013 12:52:16 +0000 Subject: Tidy up zope/plone ports over the tree. Common changes: - remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional. --- security/py-Products.PluggableAuthService/Makefile | 3 ++- security/py-Products.PluggableAuthService/pkg-descr | 2 +- security/py-RestrictedPython/Makefile | 3 ++- security/py-RestrictedPython/pkg-descr | 2 +- security/py-borg.localrole/Makefile | 5 +++-- security/py-borg.localrole/pkg-descr | 2 +- security/py-plone.app.openid/Makefile | 3 ++- security/py-plone.app.openid/pkg-descr | 2 +- security/py-plone.keyring/Makefile | 3 ++- security/py-plone.keyring/pkg-descr | 2 +- security/py-plone.openid/Makefile | 3 ++- security/py-plone.openid/pkg-descr | 2 +- security/py-plone.protect/Makefile | 3 ++- security/py-plone.protect/pkg-descr | 2 +- security/py-plone.session/Makefile | 3 ++- security/py-plone.session/pkg-descr | 2 +- security/py-zope.app.authentication/Makefile | 3 ++- security/py-zope.app.authentication/pkg-descr | 2 +- security/py-zope.app.localpermission/Makefile | 3 ++- security/py-zope.app.localpermission/pkg-descr | 2 +- security/py-zope.app.principalannotation/Makefile | 3 ++- security/py-zope.app.principalannotation/pkg-descr | 2 +- security/py-zope.app.security/Makefile | 3 ++- security/py-zope.app.security/pkg-descr | 2 +- security/py-zope.app.securitypolicy/Makefile | 3 ++- security/py-zope.app.securitypolicy/pkg-descr | 2 +- security/py-zope.authentication/Makefile | 3 ++- security/py-zope.authentication/pkg-descr | 2 +- security/py-zope.login/Makefile | 3 ++- security/py-zope.login/pkg-descr | 2 +- security/py-zope.password/Makefile | 1 + security/py-zope.password/pkg-descr | 2 +- security/py-zope.pluggableauth/Makefile | 3 ++- security/py-zope.pluggableauth/pkg-descr | 2 +- security/py-zope.principalannotation/Makefile | 3 ++- security/py-zope.principalannotation/pkg-descr | 2 +- security/py-zope.principalregistry/Makefile | 3 ++- security/py-zope.principalregistry/pkg-descr | 2 +- security/py-zope.security/Makefile | 1 + security/py-zope.security/pkg-descr | 2 +- security/py-zope.securitypolicy/Makefile | 3 ++- security/py-zope.securitypolicy/pkg-descr | 2 +- security/py-zope.session/Makefile | 3 ++- security/py-zope.session/pkg-descr | 2 +- 44 files changed, 65 insertions(+), 43 deletions(-) (limited to 'security') diff --git a/security/py-Products.PluggableAuthService/Makefile b/security/py-Products.PluggableAuthService/Makefile index de563407b7a3..980e0900ed83 100644 --- a/security/py-Products.PluggableAuthService/Makefile +++ b/security/py-Products.PluggableAuthService/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZOPE= yes NO_STAGE= yes + .include diff --git a/security/py-Products.PluggableAuthService/pkg-descr b/security/py-Products.PluggableAuthService/pkg-descr index e2ebd9bb688b..f31c3e8c8749 100644 --- a/security/py-Products.PluggableAuthService/pkg-descr +++ b/security/py-Products.PluggableAuthService/pkg-descr @@ -1,3 +1,3 @@ Pluggable Zope2 authentication / authorization framework. -WWW: http://pypi.python.org/pypi/Products.PluggableAuthService +WWW: https://pypi.python.org/pypi/Products.PluggableAuthService/ diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile index c615b1280562..3c34e832bec1 100644 --- a/security/py-RestrictedPython/Makefile +++ b/security/py-RestrictedPython/Makefile @@ -13,11 +13,12 @@ COMMENT= Restricted execution environment for Python LICENSE= ZPL21 -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include .if ${PYTHON_REL} >= 270 diff --git a/security/py-RestrictedPython/pkg-descr b/security/py-RestrictedPython/pkg-descr index 42e0a1ecae8e..7164ff71179d 100644 --- a/security/py-RestrictedPython/pkg-descr +++ b/security/py-RestrictedPython/pkg-descr @@ -1,4 +1,4 @@ RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code. -WWW: http://pypi.python.org/pypi/RestrictedPython +WWW: https://pypi.python.org/pypi/RestrictedPython/ diff --git a/security/py-borg.localrole/Makefile b/security/py-borg.localrole/Makefile index 07482c5f49a1..05d3cff063d8 100644 --- a/security/py-borg.localrole/Makefile +++ b/security/py-borg.localrole/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org -COMMENT= A PAS plugin which can manage local roles via an adapter lookup +COMMENT= PAS plugin which can manage local roles via an adapter lookup LICENSE= LGPL20 @@ -24,9 +24,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include diff --git a/security/py-borg.localrole/pkg-descr b/security/py-borg.localrole/pkg-descr index 75b3b3992a05..5be2c4c95565 100644 --- a/security/py-borg.localrole/pkg-descr +++ b/security/py-borg.localrole/pkg-descr @@ -1,4 +1,4 @@ A PAS plugin which can manage local roles via an adapter lookup on the current context. -WWW: http://pypi.python.org/pypi/borg.localrole +WWW: https://pypi.python.org/pypi/borg.localrole/ diff --git a/security/py-plone.app.openid/Makefile b/security/py-plone.app.openid/Makefile index 5e8ebb45c632..f47fc55ba39d 100644 --- a/security/py-plone.app.openid/Makefile +++ b/security/py-plone.app.openid/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.openid>=0:${PORTSDIR}/security/py-plon DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include diff --git a/security/py-plone.app.openid/pkg-descr b/security/py-plone.app.openid/pkg-descr index 345f2c5c6fd5..72894941d725 100644 --- a/security/py-plone.app.openid/pkg-descr +++ b/security/py-plone.app.openid/pkg-descr @@ -1,3 +1,3 @@ Plone OpenID authentication support. -WWW: http://pypi.python.org/pypi/plone.app.openid +WWW: https://pypi.python.org/pypi/plone.app.openid/ diff --git a/security/py-plone.keyring/Makefile b/security/py-plone.keyring/Makefile index 45a1d9581dca..9be89dee99b8 100644 --- a/security/py-plone.keyring/Makefile +++ b/security/py-plone.keyring/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include diff --git a/security/py-plone.keyring/pkg-descr b/security/py-plone.keyring/pkg-descr index a1b84293458c..19010a5c4626 100644 --- a/security/py-plone.keyring/pkg-descr +++ b/security/py-plone.keyring/pkg-descr @@ -1,3 +1,3 @@ Manage secrets. -WWW: http://pypi.python.org/pypi/plone.keyring +WWW: https://pypi.python.org/pypi/plone.keyring/ diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index cec27b896dda..b4a50c462333 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include diff --git a/security/py-plone.openid/pkg-descr b/security/py-plone.openid/pkg-descr index c6f89983aecf..151a2822e219 100644 --- a/security/py-plone.openid/pkg-descr +++ b/security/py-plone.openid/pkg-descr @@ -1,3 +1,3 @@ OpenID authentication support for PAS. -WWW: http://pypi.python.org/pypi/plone.openid +WWW: https://pypi.python.org/pypi/plone.openid/ diff --git a/security/py-plone.protect/Makefile b/security/py-plone.protect/Makefile index 59c38fdfd460..a5f915080108 100644 --- a/security/py-plone.protect/Makefile +++ b/security/py-plone.protect/Makefile @@ -17,9 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:${PORTSDIR}/security/py-pl DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include diff --git a/security/py-plone.protect/pkg-descr b/security/py-plone.protect/pkg-descr index d76e337b3d7c..8be5ae9d1dac 100644 --- a/security/py-plone.protect/pkg-descr +++ b/security/py-plone.protect/pkg-descr @@ -1,3 +1,3 @@ Security for browser forms. -WWW: http://pypi.python.org/pypi/plone.protect +WWW: https://pypi.python.org/pypi/plone.protect/ diff --git a/security/py-plone.session/Makefile b/security/py-plone.session/Makefile index 1d2fbf8957dd..4b8c71d9e052 100644 --- a/security/py-plone.session/Makefile +++ b/security/py-plone.session/Makefile @@ -18,9 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:${PORTSDIR}/security/py-plo DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include diff --git a/security/py-plone.session/pkg-descr b/security/py-plone.session/pkg-descr index fc18afa08a3b..20a6e8b7d665 100644 --- a/security/py-plone.session/pkg-descr +++ b/security/py-plone.session/pkg-descr @@ -1,3 +1,3 @@ Session based authentication for Zope. -WWW: http://pypi.python.org/pypi/plone.session +WWW: https://pypi.python.org/pypi/plone.session/ diff --git a/security/py-zope.app.authentication/Makefile b/security/py-zope.app.authentication/Makefile index 11252b13dec2..7f6ee9ee863d 100644 --- a/security/py-zope.app.authentication/Makefile +++ b/security/py-zope.app.authentication/Makefile @@ -33,7 +33,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.app.authentication/pkg-descr b/security/py-zope.app.authentication/pkg-descr index 7a0889097df0..f67c77bd44b6 100644 --- a/security/py-zope.app.authentication/pkg-descr +++ b/security/py-zope.app.authentication/pkg-descr @@ -1,3 +1,3 @@ Principals and groups management for the pluggable authentication utility. -WWW: http://pypi.python.org/pypi/zope.app.authentication +WWW: https://pypi.python.org/pypi/zope.app.authentication/ diff --git a/security/py-zope.app.localpermission/Makefile b/security/py-zope.app.localpermission/Makefile index c9fb2fa37b7a..8e8a6a7698f3 100644 --- a/security/py-zope.app.localpermission/Makefile +++ b/security/py-zope.app.localpermission/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.app.localpermission/pkg-descr b/security/py-zope.app.localpermission/pkg-descr index d163bb20b530..10f7beff4616 100644 --- a/security/py-zope.app.localpermission/pkg-descr +++ b/security/py-zope.app.localpermission/pkg-descr @@ -1,3 +1,3 @@ Local Persistent Permissions for zope.security. -WWW: http://pypi.python.org/pypi/zope.app.localpermission +WWW: https://pypi.python.org/pypi/zope.app.localpermission/ diff --git a/security/py-zope.app.principalannotation/Makefile b/security/py-zope.app.principalannotation/Makefile index 53ec4fa5cf57..60f359fb3269 100644 --- a/security/py-zope.app.principalannotation/Makefile +++ b/security/py-zope.app.principalannotation/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.app.principalannotation/pkg-descr b/security/py-zope.app.principalannotation/pkg-descr index f1f14e1a101b..e21eac77a56e 100644 --- a/security/py-zope.app.principalannotation/pkg-descr +++ b/security/py-zope.app.principalannotation/pkg-descr @@ -1,3 +1,3 @@ Bootstrap subscriber and browser menu item for zope.principalannotation. -WWW: http://pypi.python.org/pypi/zope.app.principalannotation +WWW: https://pypi.python.org/pypi/zope.app.principalannotation/ diff --git a/security/py-zope.app.security/Makefile b/security/py-zope.app.security/Makefile index c4d23f815f6e..94d931d2ca95 100644 --- a/security/py-zope.app.security/Makefile +++ b/security/py-zope.app.security/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.app.localpermission>=0:${PORTSDIR}/secu DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.app.security/pkg-descr b/security/py-zope.app.security/pkg-descr index 49423705c072..6b2ff8c6c83a 100644 --- a/security/py-zope.app.security/pkg-descr +++ b/security/py-zope.app.security/pkg-descr @@ -1,3 +1,3 @@ ZMI Views For Zope3 Security Components. -WWW: http://pypi.python.org/pypi/zope.app.security +WWW: https://pypi.python.org/pypi/zope.app.security/ diff --git a/security/py-zope.app.securitypolicy/Makefile b/security/py-zope.app.securitypolicy/Makefile index df6098f56d99..bdffcf0bc484 100644 --- a/security/py-zope.app.securitypolicy/Makefile +++ b/security/py-zope.app.securitypolicy/Makefile @@ -29,7 +29,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.app.securitypolicy/pkg-descr b/security/py-zope.app.securitypolicy/pkg-descr index 72231c751b30..169ee7cb7bf4 100644 --- a/security/py-zope.app.securitypolicy/pkg-descr +++ b/security/py-zope.app.securitypolicy/pkg-descr @@ -1,3 +1,3 @@ ZMI-based management views for zope.securitypolicy. -WWW: http://pypi.python.org/pypi/zope.app.securitypolicy +WWW: https://pypi.python.org/pypi/zope.app.securitypolicy/ diff --git a/security/py-zope.authentication/Makefile b/security/py-zope.authentication/Makefile index afe420490f33..d2befcde1bc7 100644 --- a/security/py-zope.authentication/Makefile +++ b/security/py-zope.authentication/Makefile @@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.br DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include diff --git a/security/py-zope.authentication/pkg-descr b/security/py-zope.authentication/pkg-descr index 7c17630fe440..b73cd0ab577f 100644 --- a/security/py-zope.authentication/pkg-descr +++ b/security/py-zope.authentication/pkg-descr @@ -1,3 +1,3 @@ Definition of authentication basics for the Zope Framework. -WWW: http://pypi.python.org/pypi/zope.authentication +WWW: https://pypi.python.org/pypi/zope.authentication/ diff --git a/security/py-zope.login/Makefile b/security/py-zope.login/Makefile index 7c5e67d43266..56b4d718a964 100644 --- a/security/py-zope.login/Makefile +++ b/security/py-zope.login/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:${PORTSDIR}/security/ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include diff --git a/security/py-zope.login/pkg-descr b/security/py-zope.login/pkg-descr index b59a6d3eb7c6..182ddb1ca3f5 100644 --- a/security/py-zope.login/pkg-descr +++ b/security/py-zope.login/pkg-descr @@ -1,3 +1,3 @@ Login helpers for zope.publisher / authentication. -WWW: http://pypi.python.org/pypi/zope.login +WWW: https://pypi.python.org/pypi/zope.login/ diff --git a/security/py-zope.password/Makefile b/security/py-zope.password/Makefile index 746621a54417..68f679d2919f 100644 --- a/security/py-zope.password/Makefile +++ b/security/py-zope.password/Makefile @@ -20,4 +20,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.password/pkg-descr b/security/py-zope.password/pkg-descr index 8c7f515c16b6..b71c3eb5bc2c 100644 --- a/security/py-zope.password/pkg-descr +++ b/security/py-zope.password/pkg-descr @@ -1,4 +1,4 @@ This package provides a password manager mechanism. Password manager is an utility object that can encode and check encoded passwords. -WWW: http://pypi.python.org/pypi/zope.password +WWW: https://pypi.python.org/pypi/zope.password/ diff --git a/security/py-zope.pluggableauth/Makefile b/security/py-zope.pluggableauth/Makefile index e069f1e109e9..c0bf04b12cae 100644 --- a/security/py-zope.pluggableauth/Makefile +++ b/security/py-zope.pluggableauth/Makefile @@ -28,7 +28,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.pluggableauth/pkg-descr b/security/py-zope.pluggableauth/pkg-descr index 803a58912500..f2c5d3997d8e 100644 --- a/security/py-zope.pluggableauth/pkg-descr +++ b/security/py-zope.pluggableauth/pkg-descr @@ -1,3 +1,3 @@ Pluggable Authentication Utility. -WWW: http://pypi.python.org/pypi/zope.pluggableauth +WWW: https://pypi.python.org/pypi/zope.pluggableauth/ diff --git a/security/py-zope.principalannotation/Makefile b/security/py-zope.principalannotation/Makefile index 8f1102554fea..cfd2b1035090 100644 --- a/security/py-zope.principalannotation/Makefile +++ b/security/py-zope.principalannotation/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.principalannotation/pkg-descr b/security/py-zope.principalannotation/pkg-descr index 16f81a3a0e75..6f7d8daece60 100644 --- a/security/py-zope.principalannotation/pkg-descr +++ b/security/py-zope.principalannotation/pkg-descr @@ -1,3 +1,3 @@ Annotations for Zope Principals. -WWW: http://pypi.python.org/pypi/zope.principalannotation +WWW: https://pypi.python.org/pypi/zope.principalannotation/ diff --git a/security/py-zope.principalregistry/Makefile b/security/py-zope.principalregistry/Makefile index 7ece5b7f4ca8..383dbd54665d 100644 --- a/security/py-zope.principalregistry/Makefile +++ b/security/py-zope.principalregistry/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:${PORTSDIR}/security/ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.principalregistry/pkg-descr b/security/py-zope.principalregistry/pkg-descr index 25a27eefe062..65b920ac5b28 100644 --- a/security/py-zope.principalregistry/pkg-descr +++ b/security/py-zope.principalregistry/pkg-descr @@ -1,3 +1,3 @@ Global principal registry component for Zope3. -WWW: http://pypi.python.org/pypi/zope.principalregistry +WWW: https://pypi.python.org/pypi/zope.principalregistry/ diff --git a/security/py-zope.security/Makefile b/security/py-zope.security/Makefile index 4230711f5fec..59a07c2b10ec 100644 --- a/security/py-zope.security/Makefile +++ b/security/py-zope.security/Makefile @@ -28,4 +28,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.security/pkg-descr b/security/py-zope.security/pkg-descr index 4b20def66f74..d86cd41a5337 100644 --- a/security/py-zope.security/pkg-descr +++ b/security/py-zope.security/pkg-descr @@ -1,4 +1,4 @@ The Security framework provides a generic mechanism to implement security policies on Python objects. -WWW: http://pypi.python.org/pypi/zope.security/ +WWW: https://pypi.python.org/pypi/zope.security/ diff --git a/security/py-zope.securitypolicy/Makefile b/security/py-zope.securitypolicy/Makefile index 174112a871c8..7005fd77e2be 100644 --- a/security/py-zope.securitypolicy/Makefile +++ b/security/py-zope.securitypolicy/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.securitypolicy/pkg-descr b/security/py-zope.securitypolicy/pkg-descr index 71ac80268e60..4913fb4f780a 100644 --- a/security/py-zope.securitypolicy/pkg-descr +++ b/security/py-zope.securitypolicy/pkg-descr @@ -1,3 +1,3 @@ Default security policy for Zope3. -WWW: http://pypi.python.org/pypi/zope.securitypolicy +WWW: https://pypi.python.org/pypi/zope.securitypolicy/ diff --git a/security/py-zope.session/Makefile b/security/py-zope.session/Makefile index 23358ae1f00b..3c583ec34548 100644 --- a/security/py-zope.session/Makefile +++ b/security/py-zope.session/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include diff --git a/security/py-zope.session/pkg-descr b/security/py-zope.session/pkg-descr index 50183968e28e..27d193675b00 100644 --- a/security/py-zope.session/pkg-descr +++ b/security/py-zope.session/pkg-descr @@ -1,3 +1,3 @@ Client identification and sessions for Zope. -WWW: http://pypi.python.org/pypi/zope.session +WWW: https://pypi.python.org/pypi/zope.session/ -- cgit v1.2.3