diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-20 11:09:31 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-20 11:09:31 +0000 |
commit | e37cac7820cc1fac461203e5d4061d783d2a2f3e (patch) | |
tree | faa925874f6c9ba88d35c0bcb4670400cbdeaeaf /www | |
parent | b5ba5ce492b36566d24585e47cf59cb8aadb625d (diff) |
Update Zope to 2.13.19 along with required dependencies:
- devel/py-Products.PythonScripts: 2.13.0 -> 2.13.2
- devel/py-tempstorage: 2.12.1 -> 2.12.2
- security/py-AccessControl: 2.13.8 -> 2.13.12
Notes
Notes:
svn path=/head/; revision=309310
Diffstat (limited to 'www')
-rw-r--r-- | www/zope213/Makefile | 12 | ||||
-rw-r--r-- | www/zope213/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index c118846e5d53..2750a9deeb56 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -1,19 +1,14 @@ -# New ports collection makefile for: zope213 -# Date created: 12 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zope213 -PORTVERSION= 2.13.16 +PORTVERSION= 2.13.19 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org -COMMENT= An object-based web application platform Version 2.13 +COMMENT= Object-based web application platform Version 2.13 LICENSE= ZPL21 @@ -111,7 +106,8 @@ ZOPEINSTANCENAME= ${INSTANCENAME} .endif post-patch: - @${FIND} ${WRKSRC} -type f -name "*.orig" -delete + @${FIND} ${WRKSRC} -type f -name "*.orig" -delete -or \ + -name .DS_Store -delete instance: @${LOCALBASE}/bin/mkzopeinstance --dir ${ZOPEINSTANCEDIR} ${ISBATCH} diff --git a/www/zope213/distinfo b/www/zope213/distinfo index 597ceb62c9e6..7d07cb9e29f0 100644 --- a/www/zope213/distinfo +++ b/www/zope213/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/Zope2-2.13.16.zip) = 67b82d3c68fb6d3ea7f7eebaca8cf4014f555fb5af94c96e521668cb6b73cc83 -SIZE (zope/Zope2-2.13.16.zip) = 1401353 +SHA256 (zope/Zope2-2.13.19.zip) = ccc073115a176944bb7e9ef14503dd00ab64d0581dda7fa07552bdd567783244 +SIZE (zope/Zope2-2.13.19.zip) = 1403625 |