From 137678f338a99b1a93ef51096e83e7c61ea6a6f9 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Thu, 29 Sep 2011 21:04:02 +0000 Subject: [PATCH] - Updated to 3.11.0 after devel/py-zope.interface upgrade - Fixed *_DEPENDS due to py-zope.interface rename PR: ports/160987 Submitted by: Ruslan Mahmatkhanov Approved by: clsung (maintainer) --- devel/py-zope.component/Makefile | 11 +++++++---- devel/py-zope.component/distinfo | 4 ++-- devel/py-zope.component/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/devel/py-zope.component/Makefile b/devel/py-zope.component/Makefile index a34c6649b7cb..aed254797bd2 100644 --- a/devel/py-zope.component/Makefile +++ b/devel/py-zope.component/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope.component -PORTVERSION= 3.10.0 +PORTVERSION= 3.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Zope Component Architecture -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent -RUN_DEPENDS= ${BUILD_DEPENDS} +LICENSE= ZPL21 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent +RUN_DEPENDS:= ${BUILD_DEPENDS} + +DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install diff --git a/devel/py-zope.component/distinfo b/devel/py-zope.component/distinfo index 13677a2c3956..440a06c0885f 100644 --- a/devel/py-zope.component/distinfo +++ b/devel/py-zope.component/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope.component-3.10.0.tar.gz) = 83814423894eb024fdd413ca86e193968b6474ccc4bc72ee93e96fa462abd319 -SIZE (zope.component-3.10.0.tar.gz) = 101941 +SHA256 (zope/zope.component-3.11.0.tar.gz) = 475861c57e4c5bf597e45081a2bfaef3d0bf1d654af24a6ba44ba71a48088bb2 +SIZE (zope/zope.component-3.11.0.tar.gz) = 99601 diff --git a/devel/py-zope.component/pkg-descr b/devel/py-zope.component/pkg-descr index 4f2f8a3e5f9d..8831e52cf172 100644 --- a/devel/py-zope.component/pkg-descr +++ b/devel/py-zope.component/pkg-descr @@ -10,4 +10,4 @@ Adapters are components that are computed from other components to adapt them to some interface. Because they are computed from other objects, they are provided as factories, usually classes. -WWW: http://www.python.org/pypi/zope.component +WWW: http://pypi.python.org/pypi/zope.component