From 56f2a82feb95cc20ae6aea1b4081fce4eba0acda Mon Sep 17 00:00:00 2001 From: wen Date: Fri, 23 Sep 2011 07:45:37 +0000 Subject: - Change PORTNAME, it fix the build of databases/zodb3 [1] - Fix typo - Pet portlint Submitted by: cvs-src@yandex.ru (maintainer, via email) --- net/py-zope.proxy/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net/py-zope.proxy') 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 -- cgit