diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-08-05 05:02:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-08-05 05:02:53 +0000 |
commit | 72ab3b96109e22f2de077e088f5cbeace51a8d21 (patch) | |
tree | a182e186542e76c51061c3b6af63eb6d3e18142b /www/zope210/Makefile | |
parent | 153dd693cec14469ff96595a25d4201656b16f3b (diff) |
Update to zope 2.2.0 to fix security hole.
Submitted by: James Howard <howardjp@wam.umd.edu>
PR: 20144
Notes
Notes:
svn path=/head/; revision=31326
Diffstat (limited to 'www/zope210/Makefile')
-rw-r--r-- | www/zope210/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 21e3eb68c7c6..b1927d5fdc1b 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope -PORTVERSION= 2.1.6 +PORTVERSION= 2.2.0 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-src @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= thomas@hentschel.net -FORBIDDEN= "Contains security vulnerability - needs to have a hotfix applied. See http://www.zope.org/Products/Zope/Hotfix_06_16_2000/security_alert" - BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl |