Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 11:09:31 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309310 - in head: devel/py-Products.PythonScripts devel/py-tempstorage security/py-AccessControl www/zope213
Message-ID:  <201212201109.qBKB9VdL033077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Dec 20 11:09:31 2012
New Revision: 309310
URL: http://svnweb.freebsd.org/changeset/ports/309310

Log:
  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

Modified:
  head/devel/py-Products.PythonScripts/Makefile
  head/devel/py-Products.PythonScripts/distinfo
  head/devel/py-tempstorage/Makefile
  head/devel/py-tempstorage/distinfo
  head/security/py-AccessControl/Makefile
  head/security/py-AccessControl/distinfo
  head/www/zope213/Makefile
  head/www/zope213/distinfo

Modified: head/devel/py-Products.PythonScripts/Makefile
==============================================================================
--- head/devel/py-Products.PythonScripts/Makefile	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/devel/py-Products.PythonScripts/Makefile	Thu Dec 20 11:09:31 2012	(r309310)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	py-Products.PythonScripts
-# Date created:				Nov 16, 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Products.PythonScripts
-PORTVERSION=	2.13.0
+PORTVERSION=	2.13.2
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-Products.PythonScripts/distinfo
==============================================================================
--- head/devel/py-Products.PythonScripts/distinfo	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/devel/py-Products.PythonScripts/distinfo	Thu Dec 20 11:09:31 2012	(r309310)
@@ -1,2 +1,2 @@
-SHA256 (zope/Products.PythonScripts-2.13.0.zip) = a8339d9e24cd47e666c6c16eb4e4a2441ef6ad076282fbaf64595bbe77781b1c
-SIZE (zope/Products.PythonScripts-2.13.0.zip) = 49773
+SHA256 (zope/Products.PythonScripts-2.13.2.zip) = c1ae5a73850a7fce5bfa4c1abd598149e9c6dc1f81271b002e4dc6f8fce595b5
+SIZE (zope/Products.PythonScripts-2.13.2.zip) = 50381

Modified: head/devel/py-tempstorage/Makefile
==============================================================================
--- head/devel/py-tempstorage/Makefile	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/devel/py-tempstorage/Makefile	Thu Dec 20 11:09:31 2012	(r309310)
@@ -1,23 +1,19 @@
-# New ports collection makefile for:	py-tempstorage
-# Date created:				Nov 12, 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	tempstorage
-PORTVERSION=	2.12.1
+PORTVERSION=	2.12.2
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
-COMMENT=	A RAM-based storage for ZODB
+COMMENT=	RAM-based storage for ZODB
 
 LICENSE=	ZPL21
 
-RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}>=3.9.0:${PORTSDIR}/databases/zodb3
+RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}>=3.9.0:${PORTSDIR}/databases/zodb3 \
+		${PYTHON_PKGNAMEPREFIX}zope.testing>0:${PORTSDIR}/devel/py-zope.testing
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install

Modified: head/devel/py-tempstorage/distinfo
==============================================================================
--- head/devel/py-tempstorage/distinfo	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/devel/py-tempstorage/distinfo	Thu Dec 20 11:09:31 2012	(r309310)
@@ -1,2 +1,2 @@
-SHA256 (zope/tempstorage-2.12.1.zip) = 66db7def378b9b87b9bd65d5e1754ce777ccdeb594915614dcdfa8a2a1d2c023
-SIZE (zope/tempstorage-2.12.1.zip) = 16838
+SHA256 (zope/tempstorage-2.12.2.zip) = be5810936988f60f190dbc485134256b85f0906220a6a5be9036d94d7ebf57c4
+SIZE (zope/tempstorage-2.12.2.zip) = 17238

Modified: head/security/py-AccessControl/Makefile
==============================================================================
--- head/security/py-AccessControl/Makefile	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/security/py-AccessControl/Makefile	Thu Dec 20 11:09:31 2012	(r309310)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	py-AccessControl
-# Date created:				Nov 12, 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	AccessControl
-PORTVERSION=	2.13.8
+PORTVERSION=	2.13.12
 CATEGORIES=	security python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/py-AccessControl/distinfo
==============================================================================
--- head/security/py-AccessControl/distinfo	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/security/py-AccessControl/distinfo	Thu Dec 20 11:09:31 2012	(r309310)
@@ -1,2 +1,2 @@
-SHA256 (zope/AccessControl-2.13.8.zip) = 64cd704e8421737acce07b527dad5dd85d3de4c23d378ac822969f96ae75cab2
-SIZE (zope/AccessControl-2.13.8.zip) = 175544
+SHA256 (zope/AccessControl-2.13.12.zip) = 2e7d42402951c77d61d7f661cdbc8ce0748a6578ea15e90d43cffb66f084122a
+SIZE (zope/AccessControl-2.13.12.zip) = 177295

Modified: head/www/zope213/Makefile
==============================================================================
--- head/www/zope213/Makefile	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/www/zope213/Makefile	Thu Dec 20 11:09:31 2012	(r309310)
@@ -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}

Modified: head/www/zope213/distinfo
==============================================================================
--- head/www/zope213/distinfo	Thu Dec 20 10:51:14 2012	(r309309)
+++ head/www/zope213/distinfo	Thu Dec 20 11:09:31 2012	(r309310)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212201109.qBKB9VdL033077>