diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-19 12:27:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-19 12:27:51 +0000 |
commit | f4453868d726fb4abf276ba266fbf1c14cbc30ff (patch) | |
tree | 1f20fb701065b9983de814f495bb42ba77fd9315 /www/zope28/Makefile | |
parent | 29dca01b77dc17a9d7091ea9eb4b3e706c6dd3ef (diff) | |
download | ports-f4453868d726fb4abf276ba266fbf1c14cbc30ff.tar.gz ports-f4453868d726fb4abf276ba266fbf1c14cbc30ff.zip |
- Update to 2.8.3
2.8.3 release:
http://www.zope.org/Products/Zope/2.8.3/CHANGES.txt
==========
* ZSQLMethod.manage_main: Moved the error message that warns of a
non-existing or closed database connection next to the
Connection ID dropdown and present it using red to increase its
visibility.
* Update to Docutils 0.3.9 (forgotten in Zope 2.8.2)
==========
PR: ports/87650
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=145860
Diffstat (limited to 'www/zope28/Makefile')
-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 0925144ceb13..2f35f66df91b 100644 --- a/www/zope28/Makefile +++ b/www/zope28/Makefile @@ -6,10 +6,11 @@ # PORTNAME= zope -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final +EXTRACT_SUFX= .tgz DIST_SUBDIR= zope MAINTAINER= dsh@vlink.ru |