aboutsummaryrefslogtreecommitdiff
path: root/www/zope213/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-23 18:51:27 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-23 18:51:27 +0000
commit07b658b2536a64830de3174557fc0e6e17ce798e (patch)
treefc48d6a946e1b76bb12925a962a98ff178a2130d /www/zope213/Makefile
parent6f6f198ab133460509e473a63ab319c416e81e43 (diff)
downloadports-07b658b2536a64830de3174557fc0e6e17ce798e.tar.gz
ports-07b658b2536a64830de3174557fc0e6e17ce798e.zip
Update zope to 2.13.22. Clean-up port.
This update include: - devel/py-Products.ZCatalog: 2.13.23 -> 2.13.27 - devel/py-Products.ZCTextIndex: 2.13.4 -> 2.13.5
Notes
Notes: svn path=/head/; revision=345756
Diffstat (limited to 'www/zope213/Makefile')
-rw-r--r--www/zope213/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile
index 4dc997ac7d73..f5f0568d5a6e 100644
--- a/www/zope213/Makefile
+++ b/www/zope213/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zope213
-PORTVERSION= 2.13.21
+PORTVERSION= 2.13.22
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
DISTNAME= Zope2-${PORTVERSION}
@@ -79,10 +79,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=2.13.2:${PORTSDIR}/security/p
${PYTHON_PKGNAMEPREFIX}Products.StandardCacheManagers>=0:${PORTSDIR}/devel/py-Products.StandardCacheManagers \
${PYTHON_PKGNAMEPREFIX}manuel>=0:${PORTSDIR}/devel/py-manuel
-USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= Zope2
-USE_ZIP= yes
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+USE_ZIP= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= instance-message package-pkg-message pkg-message
@@ -90,9 +90,8 @@ SUB_LIST= ZOPEINSTANCEBASE=${ZOPEINSTANCEBASE} \
ZOPE_USER=${ZOPE_USER} \
ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR}
-NO_STAGE= yes
-USE_RC_SUBR= ${PORTNAME}
-ZOPE_USER?= www
+USE_RC_SUBR= ${PORTNAME}
+ZOPE_USER?= www
ZOPEINSTANCEBASE?= ${PREFIX}/www/Zope213
ZOPEINSTANCEDIR?= ${ZOPEINSTANCEBASE}/${ZOPEINSTANCENAME}
@@ -106,10 +105,6 @@ ISBATCH= ""
ZOPEINSTANCENAME= ${INSTANCENAME}
.endif
-post-patch:
- @${FIND} ${WRKSRC} -type f -name "*.orig" -delete -or \
- -name .DS_Store -delete
-
instance:
@${LOCALBASE}/bin/mkzopeinstance --dir ${ZOPEINSTANCEDIR} ${ISBATCH}
@${CHOWN} ${ZOPE_USER}:${ZOPE_USER} ${ZOPEINSTANCEDIR}/var