diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
commit | b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3 (patch) | |
tree | cd8c58782d4a55a3ccb7f237a1ddf7a407abffa8 /security/py-plone.app.openid | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) |
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.
Notes
Notes:
svn path=/head/; revision=327992
Diffstat (limited to 'security/py-plone.app.openid')
-rw-r--r-- | security/py-plone.app.openid/Makefile | 3 | ||||
-rw-r--r-- | security/py-plone.app.openid/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
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 <bsd.port.mk> 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/ |