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 | |
parent | Integrate the following vendor patches as published on (diff) |
- 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')
-rw-r--r-- | www/zope28/Makefile | 3 | ||||
-rw-r--r-- | www/zope28/distinfo | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/www/zope28/distinfo b/www/zope28/distinfo index e5d159640415..a3ba4c3cdff1 100644 --- a/www/zope28/distinfo +++ b/www/zope28/distinfo @@ -1,2 +1,2 @@ -MD5 (zope/Zope-2.8.2-final.tar.gz) = 3ce41fce6deb1739fec5c4abcd8ab834 -SIZE (zope/Zope-2.8.2-final.tar.gz) = 8227937 +MD5 (zope/Zope-2.8.3-final.tgz) = 49fd128fde4f3201d12821782bcfc211 +SIZE (zope/Zope-2.8.3-final.tgz) = 8235294 |