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 /textproc/py-zope.i18nmessageid | |
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 'textproc/py-zope.i18nmessageid')
-rw-r--r-- | textproc/py-zope.i18nmessageid/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-zope.i18nmessageid/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-zope.i18nmessageid/Makefile b/textproc/py-zope.i18nmessageid/Makefile index cf174df97ffb..f0b1f1548ade 100644 --- a/textproc/py-zope.i18nmessageid/Makefile +++ b/textproc/py-zope.i18nmessageid/Makefile @@ -15,4 +15,5 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP=yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/textproc/py-zope.i18nmessageid/pkg-descr b/textproc/py-zope.i18nmessageid/pkg-descr index 830c0b4dff29..4371ca4aeca1 100644 --- a/textproc/py-zope.i18nmessageid/pkg-descr +++ b/textproc/py-zope.i18nmessageid/pkg-descr @@ -2,4 +2,4 @@ zope.i18nmessageid provides facilities for declaring such messages within program source text; translation of the messages is the responsiblitiy of the 'zope.i18n' package. -WWW: http://www.python.org/pypi/zope.i18nmessageid +WWW: https://www.python.org/pypi/zope.i18nmessageid/ |