aboutsummaryrefslogtreecommitdiff
path: root/www/zope211/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-07 20:53:42 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-07 20:53:42 +0000
commit172b04b63c5b3c8eed69b95eba5e0613d6657795 (patch)
tree8165252231c0fb36c90135c6bc17e3fa1ede8cb9 /www/zope211/Makefile
parentef0da996c7f9191af9f8fce3fe329af30f250a05 (diff)
Notes
Diffstat (limited to 'www/zope211/Makefile')
-rw-r--r--www/zope211/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/zope211/Makefile b/www/zope211/Makefile
index 54cad9c215ed..fa19c6f2364e 100644
--- a/www/zope211/Makefile
+++ b/www/zope211/Makefile
@@ -6,13 +6,11 @@
#
PORTNAME= zope
-PORTVERSION= 2.7.5
+PORTVERSION= 2.7.6
CATEGORIES= www python zope
-MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \
- http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/
+MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
DISTNAME= Zope-${PORTVERSION}-final
-DISTFILES= Zope-${PORTVERSION}-final.tgz \
- Hotfix_20050405.tar.gz
+EXTRACT_SUFX= .tgz
MAINTAINER= estartu@augusta.de
COMMENT= An object-based web application platform
@@ -68,11 +66,7 @@ post-patch:
-e 's,^\(EXENAMES="\).*"$$,\1${PYTHON_VERSION}",g' \
${WRKSRC}/configure
-post-build:
- -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/Hotfix_20050405/
-
post-install:
- @${CP} -Rp ${WRKDIR}/Hotfix_20050405 ${ZOPEBASEDIR}/lib/python/Products/
@${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in ${ZOPEBASEDIR}/skel/etc/zope.conf.sample.in
@${SED} ${CONFIG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} < ${FILESDIR}/pkg-message.in \
> ${PKGMESSAGE}