diff options
author | garga <garga@FreeBSD.org> | 2005-10-19 20:27:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-19 20:27:51 +0800 |
commit | 8919793b2f38a01796e2e9cc9b9a38ef0b72e770 (patch) | |
tree | 7e509b34e2d7fd396b3a436ed8b0d49ffe93f886 /www/zope29 | |
parent | 3482f7ee9c5e053fd8285c47be562ca378f44ba2 (diff) | |
download | freebsd-ports-gnome-8919793b2f38a01796e2e9cc9b9a38ef0b72e770.tar.gz freebsd-ports-gnome-8919793b2f38a01796e2e9cc9b9a38ef0b72e770.tar.zst freebsd-ports-gnome-8919793b2f38a01796e2e9cc9b9a38ef0b72e770.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
Diffstat (limited to 'www/zope29')
-rw-r--r-- | www/zope29/Makefile | 3 | ||||
-rw-r--r-- | www/zope29/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 0925144ceb13..2f35f66df91b 100644 --- a/www/zope29/Makefile +++ b/www/zope29/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/zope29/distinfo b/www/zope29/distinfo index e5d159640415..a3ba4c3cdff1 100644 --- a/www/zope29/distinfo +++ b/www/zope29/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 |