From ee8cf4385cfd448295f11a32feb26b6b91799eef Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 8 May 2002 18:50:07 +0000 Subject: Upgrade to Zope 2.5.1 PR: ports/37763 Submitted by: HAYASHI Yasushi --- www/zope210/Makefile | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'www/zope210/Makefile') 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} -- cgit