ports/160987: [UPDATE] devel/py-zope.component: update to 3.11.0

Ruslan Mahmatkhanov cvs-src at yandex.ru
Sat Sep 24 19:10:09 UTC 2011


>Number:         160987
>Category:       ports
>Synopsis:       [UPDATE] devel/py-zope.component: update to 3.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 24 19:10:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA2
>Organization:
>Environment:
9.0-BETA2 i386
>Description:
- update to 3.11.0
- add license
- add DIST_SUBDIR
- update WWW

tinderbuild logs:
7.4: http://happy-nation.by.ru/ports/tb/7.4/py27-zope.component-3.11.0.log
8.2: http://happy-nation.by.ru/ports/tb/8.2/py27-zope.component-3.11.0.log

PLEASE NOTE, that this update should be committed along with devel/py-zopeInterface update (i folloup it's pr number later), because new zope.component will not work with old zope.interface, and old zope.component will not work with new zope.interface.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index 9f81d73..d18a760 100644
--- a/Makefile
+++ b/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 at 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}zopeInterface>=3.8.0:${PORTSDIR}/devel/py-zopeInterface \
+		${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/distinfo b/distinfo
index 13677a2..440a06c 100644
--- a/distinfo
+++ b/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/pkg-descr b/pkg-descr
index 4f2f8a3..8831e52 100644
--- a/pkg-descr
+++ b/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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list