summaryrefslogtreecommitdiff
path: root/www/zope210/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-12-20 11:54:42 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-12-20 11:54:42 +0000
commit586286997d6e5c5c6454b75075462b00c999c1a2 (patch)
treef8b2013d449e0517cf491df4714cb1089330bdb6 /www/zope210/Makefile
parentUpdate to 0.83. (diff)
Upgrade to Zope 2.2.4, with 2000-12-08, 2000-12-15a, and 2000-12-18
security hotfixes. All Zope users are encouraged to upgrade, or apply the hotfixes themselves.
Notes
Notes: svn path=/head/; revision=36150
Diffstat (limited to 'www/zope210/Makefile')
-rw-r--r--www/zope210/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile
index e3b06d80ce90..908f472a5a9f 100644
--- a/www/zope210/Makefile
+++ b/www/zope210/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= zope
-PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTVERSION= 2.2.4
+PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \
- http://www.zope.org/Products/Zope/Hotfix_2000-10-02/ \
- http://www.zope.org/Products/Zope/Hotfix_2000-10-11/
+ http://www.zope.org/Products/Zope/Hotfix_2000-12-08/ \
+ http://www.zope.org/Products/Zope/Hotfix_2000-12-15a/ \
+ http://www.zope.org/Products/Zope/Hotfix_2000-12-18/
DISTNAME= Zope-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- Hotfix_2000-10-02.tar.gz \
- Hotfix_2000-10-11.tgz
+ Hotfix_2000-12-08.tgz \
+ Hotfix_2000-12-15a.tgz \
+ Hotfix_2000-12-18.tgz
MAINTAINER= nbm@FreeBSD.org