From 783081fd7348ae57f24a6decfb1baf3ac7b2bfdd Mon Sep 17 00:00:00 2001 From: rm 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-plone.protect/Makefile | 3 ++- security/py-plone.protect/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'security/py-plone.protect') diff --git a/security/py-plone.protect/Makefile b/security/py-plone.protect/Makefile index 59c38fdfd46..a5f91508010 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 d76e337b3d7..8be5ae9d1da 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/ -- cgit