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 /databases | |
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 'databases')
-rw-r--r-- | databases/zodb3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index 08ab2033cf38..648430d4f3d5 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -py${PYTHON_SUFFIX} DISTNAME= ZODB3-${PORTVERSION} MAINTAINER= zope@FreeBSD.org -COMMENT= The Z - Object Database for python +COMMENT= Z - Object Database for python LICENSE= ZPL21 @@ -20,10 +20,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= ZODB3 NO_STAGE= yes + .include <bsd.port.mk> |