From nobody@FreeBSD.org  Tue Sep  6 17:32:35 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 72F351065670
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Sep 2011 17:32:35 +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 5858E8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Sep 2011 17:32:35 +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 p86HWYFK098722
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 6 Sep 2011 17:32:34 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p86HWYCv098721;
	Tue, 6 Sep 2011 17:32:34 GMT
	(envelope-from nobody)
Message-Id: <201109061732.p86HWYCv098721@red.freebsd.org>
Date: Tue, 6 Sep 2011 17:32:34 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/py-zope.deprecation: update to 3.5.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160523
>Category:       ports
>Synopsis:       [UPDATE] devel/py-zope.deprecation: update to 3.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 06 17:40:03 UTC 2011
>Closed-Date:    Fri Sep 30 00:22:15 UTC 2011
>Last-Modified:  Fri Sep 30 00:30:14 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
- update to 3.5.0
- save distfile to zope subdir
- add comment that this port now will work with python3
- update WWW

tinderbuild logs:

7.4: http://happy-nation.by.ru/ports/tb/7.4/py27-zope.deprecation-3.5.0.log
8.2: http://happy-nation.by.ru/ports/tb/8.2/py27-zope.deprecation-3.5.0.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index 9353a35..c9506e8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zope.deprecation
-PORTVERSION=	3.4.1
+PORTVERSION=	3.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Zope 3 Deprecation Infrastructure
 
+DIST_SUBDIR=	zope
+# Python3 ready
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
diff --git a/distinfo b/distinfo
index ac48614..7cae864 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zope.deprecation-3.4.1.tar.gz) = 1a4df823ae1cce7222bd7e89ba5ae9b5391d488fdc114353a4178642665acc4c
-SIZE (zope.deprecation-3.4.1.tar.gz) = 15381
+SHA256 (zope/zope.deprecation-3.5.0.tar.gz) = f73dedf51efa10bea9445bffbfcccbba1bd85ed067f9602a134c5900944caaf7
+SIZE (zope/zope.deprecation-3.5.0.tar.gz) = 17199
diff --git a/pkg-descr b/pkg-descr
index cc17dd9..db612f4 100644
--- a/pkg-descr
+++ b/pkg-descr
@@ -6,4 +6,4 @@ zope.deprecation provides a simple function called
 'deprecated(names, reason)' to deprecate the previously mentioned
 Python objects.
 
-WWW: http://www.python.org/pypi/zope.deprecation
+WWW: http://pypi.python.org/pypi/zope.deprecation
diff --git a/pkg-plist b/pkg-plist
index 5f5f4e3..e92ae18 100644
--- a/pkg-plist
+++ b/pkg-plist
@@ -8,13 +8,15 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/README.txt
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 6 17:40:13 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160523 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Sep 30 00:22:14 UTC 2011 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160523: commit references a PR
Date: Fri, 30 Sep 2011 00:22:07 +0000 (UTC)

 clsung      2011-09-30 00:21:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-zope.deprecation Makefile pkg-descr 
   Log:
   - Update WWW
   - add DIST_SUBDIR=zope
   
   PR:             ports/160523
   Submitted by:   Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
   
   Revision  Changes    Path
   1.4       +2 -0      ports/devel/py-zope.deprecation/Makefile
   1.2       +1 -1      ports/devel/py-zope.deprecation/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:
