ports/163210: [UPDATE] devel/py-zope.configuration:update to 3.8.0
Ruslan Mahmatkhanov
rm at FreeBSD.org
Mon Dec 12 19:00:22 UTC 2011
>Number: 163210
>Category: ports
>Synopsis: [UPDATE] devel/py-zope.configuration:update to 3.8.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: Mon Dec 12 19:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 3.8.0
- hold distfile in distfiles/zope
- add LICENSE (ZPL21)
- align dependencies per setup.py
- update WWW
Patch: http://people.freebsd.org/~rm/py-zope.configuration-3.8.0.diff.txt
Log: http://people.freebsd.org/~rm/py27-zope.configuration-3.8.0.log
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-zope.configuration/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 29 Sep 2011 21:17:59 -0000 1.3
+++ Makefile 12 Dec 2011 18:48:51 -0000
@@ -6,22 +6,22 @@
#
PORTNAME= zope.configuration
-PORTVERSION= 3.7.4
-PORTREVISION= 1
+PORTVERSION= 3.8.0
CATEGORIES= devel textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= zope
MAINTAINER= clsung at FreeBSD.org
COMMENT= Zope Configuration Markup Language (ZCML)
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
- ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
- ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema
-RUN_DEPENDS= ${BUILD_DEPENDS}
+LICENSE= ZPL21
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
+ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
+ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
-USE_ZIP= yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/py-zope.configuration/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 6 Apr 2011 07:53:45 -0000 1.2
+++ distinfo 12 Dec 2011 18:48:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (zope.configuration-3.7.4.zip) = 1cb7e757ee282fe25eecaf9bf6a5e8715025bc7c6c4374a996879cd5a24c9249
-SIZE (zope.configuration-3.7.4.zip) = 76762
+SHA256 (zope/zope.configuration-3.8.0.tar.gz) = 715b1a669a49d1968165ad6ce4dd7ae206df9289ffa0376bf71466c88a0ff4c1
+SIZE (zope/zope.configuration-3.8.0.tar.gz) = 51630
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/py-zope.configuration/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 21 Mar 2011 09:11:01 -0000 1.1
+++ pkg-descr 12 Dec 2011 18:48:51 -0000
@@ -6,4 +6,4 @@
that express configuration choices. The intent is that the language be
pluggable. An XML language is provided by default.
-WWW: http://www.python.org/pypi/zope.configuration
+WWW: http://pypi.python.org/pypi/zope.configuration
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list