diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-10-04 07:15:55 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-10-04 07:15:55 +0000 |
commit | ec435990ef6701e88bb8e9cc6ec40b554ddd372a (patch) | |
tree | 0f1032e984e152a06f76dd6a0f9f4a7ec1066300 /www/zope28 | |
parent | fdae414a10edb9a903e5cc679ab6d9fb2f8a247d (diff) | |
download | ports-ec435990ef6701e88bb8e9cc6ec40b554ddd372a.tar.gz ports-ec435990ef6701e88bb8e9cc6ec40b554ddd372a.zip |
Notes
Diffstat (limited to 'www/zope28')
-rw-r--r-- | www/zope28/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zope28/Makefile b/www/zope28/Makefile index 360ed33ccc64..f7ac748a338b 100644 --- a/www/zope28/Makefile +++ b/www/zope28/Makefile @@ -7,7 +7,7 @@ PORTNAME= zope PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final @@ -20,6 +20,7 @@ COMMENT= An object-based web application platform USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME}28.sh zeo28.sh USE_REINPLACE= yes +LATEST_LINK= zope28 # Note: the notes that follow reflect the decisions of prior maintainers # of this port. IOW, don't blame me if you don't like the way it's done. |