summaryrefslogtreecommitdiff
path: root/www/zope210/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2002-05-08 18:50:07 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2002-05-08 18:50:07 +0000
commitf5dcd933c015837761fe3e9b870a24baab25fdb8 (patch)
treee6226aa586fbf0a683d1e2cbe9149ac8d7ca0660 /www/zope210/Makefile
parentForgot to USE_BZIP2 and place the distfile in the gnome2 subdir. (diff)
Upgrade to Zope 2.5.1
PR: ports/37763 Submitted by: HAYASHI Yasushi <yasi@yasi.to>
Notes
Notes: svn path=/head/; revision=58725
Diffstat (limited to 'www/zope210/Makefile')
-rw-r--r--www/zope210/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile
index 3534415e4fd5..6fe89377a37e 100644
--- a/www/zope210/Makefile
+++ b/www/zope210/Makefile
@@ -6,18 +6,12 @@
#
PORTNAME= zope
-PORTVERSION= 2.5.0
-PORTREVISION= 1
+PORTVERSION= 2.5.1
+PORTREVISION= 0
CATEGORIES= www python zope
-MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \
- http://www.zope.org/Products/Zope/Hotfix_2002-03-01/
+MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
DISTNAME= Zope-${PORTVERSION}-src
-DISTFILES= ${DISTNAME}.tgz \
- Hotfix_2002-03-01.tgz
-
-PATCHFILES= Zope-2.5.0-unix-security.patch
-PATCH_DIST_STRIP= -p1
-PATCH_SITES= http://www.zope.org/Members/zigg/UnixSecurityPatch/
+EXTRACT_SUFX= .tgz
MAINTAINER= nbm@FreeBSD.org
@@ -28,10 +22,6 @@ PYTHON_VERSION= python2.1
DIST_SUBDIR= zope
-post-patch:
- @${CP} -Rp ${WRKDIR}/lib ${WRKSRC}
- @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
-
# Build has to be done in the final location after installing the sources
# there. It was a major action to fix all paths otherwise.
do-build: # empty, but needs to be there for the python dependency.
@@ -74,6 +64,9 @@ do-install:
@${ECHO} "===> Please be patient, some builds need their time."
@${ECHO} "===> Copying..."
@${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/
+ #
+ # Copying some patches
+ #
#@${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/
@#
@${CHMOD} -R u+w ${ZOPEBASEDIR}