diff options
author | rm <rm@FreeBSD.org> | 2012-06-03 17:21:54 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-06-03 17:21:54 +0800 |
commit | cdd8c3bf144ccf272d3e0081eeb441eda365104c (patch) | |
tree | 2c9b6d7d533c5b0bb526d9e7f57fe7b0df9d0cb4 /www | |
parent | d82deb0bead8126fd5b7df20fc5f32b870c0f9dc (diff) | |
download | freebsd-ports-gnome-cdd8c3bf144ccf272d3e0081eeb441eda365104c.tar.gz freebsd-ports-gnome-cdd8c3bf144ccf272d3e0081eeb441eda365104c.tar.zst freebsd-ports-gnome-cdd8c3bf144ccf272d3e0081eeb441eda365104c.zip |
- update to 2.13.14
- remove files/patch-src-App_CacheManager.py. The problem
was solved upstream another way.
changelog:
http://pypi.python.org/pypi/Zope2/2.13.14#id1
Diffstat (limited to 'www')
-rw-r--r-- | www/zope213/Makefile | 4 | ||||
-rw-r--r-- | www/zope213/distinfo | 4 | ||||
-rw-r--r-- | www/zope213/files/patch-src-App_CacheManager.py | 15 | ||||
-rw-r--r-- | www/zope213/pkg-descr | 2 |
4 files changed, 5 insertions, 20 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index a2d71cd75b67..026c3cc4f52b 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope213 -PORTVERSION= 2.13.13 +PORTVERSION= 2.13.14 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} @@ -84,7 +84,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=2.13.2:${PORTSDIR}/security/p ${PYTHON_PKGNAMEPREFIX}Products.StandardCacheManagers>=0:${PORTSDIR}/devel/py-Products.StandardCacheManagers \ ${PYTHON_PKGNAMEPREFIX}manuel>=0:${PORTSDIR}/devel/py-manuel -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= Zope2 USE_ZIP= yes diff --git a/www/zope213/distinfo b/www/zope213/distinfo index f08b49583d57..930c751ae5f3 100644 --- a/www/zope213/distinfo +++ b/www/zope213/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/Zope2-2.13.13.zip) = 0d42fce732a979c752298ac7e59da3dd889f76d31ff886056932a0441640d217 -SIZE (zope/Zope2-2.13.13.zip) = 1400037 +SHA256 (zope/Zope2-2.13.14.zip) = a36020bc3cfe8720de571ca2c711a77db51d1c1791ff127e68437d10381f23a5 +SIZE (zope/Zope2-2.13.14.zip) = 1400732 diff --git a/www/zope213/files/patch-src-App_CacheManager.py b/www/zope213/files/patch-src-App_CacheManager.py deleted file mode 100644 index 534c19575321..000000000000 --- a/www/zope213/files/patch-src-App_CacheManager.py +++ /dev/null @@ -1,15 +0,0 @@ - -ZMI ControlPanel DTML Bug -https://bugs.launchpad.net/zope2/+bug/838978 - ---- src/App/CacheManager.py.orig 2011-09-22 12:52:48.000000000 +0400 -+++ src/App/CacheManager.py 2011-09-22 13:09:20.000000000 +0400 -@@ -102,7 +102,7 @@ - if REQUEST is not None: - # format as text - REQUEST.RESPONSE.setHeader('Content-Type', 'text/plain') -- return '\n'.join('%6d %s'%(count, name) for count, name in detail) -+ return '\n'.join('%6d %s'%(count, name) for name, count in detail) - else: - # raw - return detail diff --git a/www/zope213/pkg-descr b/www/zope213/pkg-descr index 3f7ea1766d91..fb133398010a 100644 --- a/www/zope213/pkg-descr +++ b/www/zope213/pkg-descr @@ -16,4 +16,4 @@ Here are some of the "headlines" mentioned in the features list. DTML Scripting Managed Through the Web External Methods Direct URL Access to Objects -WWW: http://zope2.zope.org/ +WWW: http://zope2.zope.org/ |