diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-29 22:52:23 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-29 22:52:23 +0800 |
commit | b20ad23ba430e4d08f664e55da2aa277014f63bb (patch) | |
tree | fa72050ed615ec0e554269701c1cc72f8438a6bb /www/zope210/Makefile | |
parent | a1ee55d8442407f5371aaf4f08470ce1277cb3ec (diff) | |
download | freebsd-ports-gnome-b20ad23ba430e4d08f664e55da2aa277014f63bb.tar.gz freebsd-ports-gnome-b20ad23ba430e4d08f664e55da2aa277014f63bb.tar.zst freebsd-ports-gnome-b20ad23ba430e4d08f664e55da2aa277014f63bb.zip |
Upgrade to Zope 2.3.0. It requires the recent change to python15 for
the 'new' module.
Diffstat (limited to 'www/zope210/Makefile')
-rw-r--r-- | www/zope210/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile index f24f70a2c129..7861136d948f 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope -PORTVERSION= 2.2.5 +PORTVERSION= 2.3.0 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ @@ -26,11 +26,6 @@ DIST_SUBDIR= zope # there. It were a major action to fix all paths otherwise. do-build: # empty, but needs to be there for the python dependency. -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. - # Change these, if you like, via the environment. WEBBASEDIR?= www SZOPEBASEDIR?= ${WEBBASEDIR}/Zope |