diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-09-23 15:45:37 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-09-23 15:45:37 +0800 |
commit | a52eb9bd0ae4ccbe2fac321a9d23bf0d97f2acf3 (patch) | |
tree | 63abcba1152e85a7c00569a5485e154e37bd51c4 /net | |
parent | be9669cbc675e2a10af91c75606579f42a80329f (diff) | |
download | freebsd-ports-gnome-a52eb9bd0ae4ccbe2fac321a9d23bf0d97f2acf3.tar.gz freebsd-ports-gnome-a52eb9bd0ae4ccbe2fac321a9d23bf0d97f2acf3.tar.zst freebsd-ports-gnome-a52eb9bd0ae4ccbe2fac321a9d23bf0d97f2acf3.zip |
- Change PORTNAME, it fix the build of databases/zodb3 [1]
- Fix typo
- Pet portlint
Submitted by: cvs-src@yandex.ru (maintainer, via email)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-zope.proxy/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile index 1f2300fb1c9f..68390e51d811 100644 --- a/net/py-zope.proxy/Makefile +++ b/net/py-zope.proxy/Makefile @@ -5,24 +5,22 @@ # $FreeBSD$ # -PORTNAME= zopeproxy +PORTNAME= zope.proxy PORTVERSION= 3.6.1 -PORTREVISON= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= zope.proxy-${PORTVERSION} MAINTAINER= cvs-src@yandex.ru COMMENT= Generic Transparent Proxies BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_PKGNAME= zope.proxy .include <bsd.port.mk> |