diff options
author | rm <rm@FreeBSD.org> | 2013-09-23 20:52:16 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-23 20:52:16 +0800 |
commit | 783081fd7348ae57f24a6decfb1baf3ac7b2bfdd (patch) | |
tree | cd8c58782d4a55a3ccb7f237a1ddf7a407abffa8 /www/py-plone.app.contentmenu | |
parent | 792b00f65166dd59cbff190d29e90e79aa13cdc8 (diff) | |
download | freebsd-ports-gnome-783081fd7348ae57f24a6decfb1baf3ac7b2bfdd.tar.gz freebsd-ports-gnome-783081fd7348ae57f24a6decfb1baf3ac7b2bfdd.tar.zst freebsd-ports-gnome-783081fd7348ae57f24a6decfb1baf3ac7b2bfdd.zip |
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.
Diffstat (limited to 'www/py-plone.app.contentmenu')
-rw-r--r-- | www/py-plone.app.contentmenu/Makefile | 3 | ||||
-rw-r--r-- | www/py-plone.app.contentmenu/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/py-plone.app.contentmenu/Makefile b/www/py-plone.app.contentmenu/Makefile index a5f1fc2686dc..079bc292f678 100644 --- a/www/py-plone.app.contentmenu/Makefile +++ b/www/py-plone.app.contentmenu/Makefile @@ -28,9 +28,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.locking>=0:${PORTSDIR}/www/py-plone.lo DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.contentmenu/pkg-descr b/www/py-plone.app.contentmenu/pkg-descr index f0ec366f72ee..08ad62ca0fc1 100644 --- a/www/py-plone.app.contentmenu/pkg-descr +++ b/www/py-plone.app.contentmenu/pkg-descr @@ -1,3 +1,3 @@ Plone's content menu implementation. -WWW: http://pypi.python.org/pypi/plone.app.contentmenu +WWW: https://pypi.python.org/pypi/plone.app.contentmenu/ |