From nobody@FreeBSD.org  Sat Sep 24 19:02:14 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 09D70106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Sep 2011 19:02:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D36128FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Sep 2011 19:02:13 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8OJ2DC4044090
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Sep 2011 19:02:13 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p8OJ2DqZ044089;
	Sat, 24 Sep 2011 19:02:13 GMT
	(envelope-from nobody)
Message-Id: <201109241902.p8OJ2DqZ044089@red.freebsd.org>
Date: Sat, 24 Sep 2011 19:02:13 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/py-zope.component: update to 3.11.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160987
>Category:       ports
>Synopsis:       [UPDATE] devel/py-zope.component: update to 3.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 24 19:10:07 UTC 2011
>Closed-Date:    Thu Sep 29 17:04:40 EDT 2011
>Last-Modified:  Thu Sep 29 21:10:11 UTC 2011
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 24 19:10:19 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160987 

From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160987
Date: Sun, 25 Sep 2011 01:07:17 +0400

 This patch should be committed along with ports/160988 since they are 
 correlated.
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.

From: Greg Larkin <glarkin@FreeBSD.org>
To: bug-followup@FreeBSD.org,
	Ruslan Mahmatkhanov <cvs-src@yandex.ru>, clsung@FreeBSD.org
Cc:  
Subject: Re: ports/160987: [UPDATE] devel/py-zope.component: update to 3.11.0
Date: Tue, 27 Sep 2011 09:29:33 -0400

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Hello Cheng-Lung,
 
 I want to check with you to make sure it's OK to commit the change in
 this PR after I commit 160988
 (http://www.freebsd.org/cgi/query-pr.cgi?pr=160988&cat=ports).  Please
 send your approval if you agree, and I'll take care of the rest.
 
 Thank you,
 Greg
 
 - -- 
 Greg Larkin
 
 http://www.FreeBSD.org/           - The Power To Serve
 http://www.sourcehosting.net/     - Ready. Set. Code.    
 http://twitter.com/cpucycle/      - Follow you, follow me
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAk6Bz7wACgkQ0sRouByUApB+qgCgsRu8QgdNBEZ/tRKXyEDHAN0Y
 +PoAoKCZk0AyVp2vtPRyBM1Ln/JZJMZf
 =ZYKW
 -----END PGP SIGNATURE-----
 

From: Cheng-Lung Sung <clsung@tw.freebsd.org>
To: Greg Larkin <glarkin@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, Ruslan Mahmatkhanov <cvs-src@yandex.ru>,
	clsung@FreeBSD.org
Subject: Re: ports/160987: [UPDATE] devel/py-zope.component: update to 3.11.0
Date: Wed, 28 Sep 2011 09:17:41 +0800

 --Kj7319i9nmIyA2yE
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Yes, please commit it :)
 On Tue, Sep 27, 2011 at 09:29:33AM -0400, Greg Larkin wrote:
 >=20
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 >=20
 > Hello Cheng-Lung,
 >=20
 > I want to check with you to make sure it's OK to commit the change in
 > this PR after I commit 160988
 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=3D160988&cat=3Dports).  Please
 > send your approval if you agree, and I'll take care of the rest.
 >=20
 > Thank you,
 > Greg
 >=20
 > - --=20
 > Greg Larkin
 >=20
 > http://www.FreeBSD.org/           - The Power To Serve
 > http://www.sourcehosting.net/     - Ready. Set. Code.   =20
 > http://twitter.com/cpucycle/      - Follow you, follow me
 > -----BEGIN PGP SIGNATURE-----
 > Version: GnuPG v1.4.11 (Darwin)
 > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 >=20
 > iEYEARECAAYFAk6Bz7wACgkQ0sRouByUApB+qgCgsRu8QgdNBEZ/tRKXyEDHAN0Y
 > +PoAoKCZk0AyVp2vtPRyBM1Ln/JZJMZf
 > =3DZYKW
 > -----END PGP SIGNATURE-----
 
 --=20
 Alan Cheng-Lung Sung - clsung@
 
 --Kj7319i9nmIyA2yE
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (FreeBSD)
 
 iEYEARECAAYFAk6CdbQACgkQ+AeJ85Vui8EMjACgke5Ue/P/nkp3zM9eFxxG1iU4
 cOcAn3vLt6Vn+tfeLc3/vGTLycIfD3ng
 =vh/m
 -----END PGP SIGNATURE-----
 
 --Kj7319i9nmIyA2yE--
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Thu Sep 29 17:04:27 EDT 2011 
State-Changed-Why:  
Committed with approval from clsung, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160987 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160987: commit references a PR
Date: Thu, 29 Sep 2011 21:04:16 +0000 (UTC)

 glarkin     2011-09-29 21:04:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-zope.component Makefile distinfo pkg-descr 
   Log:
   - 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 <cvs-src@yandex.ru>
   Approved by:    clsung (maintainer)
   
   Revision  Changes    Path
   1.2       +7 -4      ports/devel/py-zope.component/Makefile
   1.2       +2 -2      ports/devel/py-zope.component/distinfo
   1.2       +1 -1      ports/devel/py-zope.component/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
