Date: Tue, 6 Sep 2011 05:25:13 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160503: [REPOCOPY] devel/py-zopeevent to devel/py-zope.event Message-ID: <201109060525.p865PDsW000236@red.freebsd.org> Resent-Message-ID: <201109060530.p865U1eM089711@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160503 >Category: ports >Synopsis: [REPOCOPY] devel/py-zopeevent to devel/py-zope.event >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 06 05:30:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-BETA1 >Organization: >Environment: 9.0-BETA1 i386 >Description: Rename devel/py-zopeevent to devel/py-zope.event for consistency for other zope ports. After the repocopy finished, patch attached should be applied to update all the dependant ports. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa ports.orig/databases/zodb3/Makefile ports/databases/zodb3/Makefile --- ports.orig/databases/zodb3/Makefile 2011-09-06 09:05:58.000000000 +0400 +++ ports/databases/zodb3/Makefile 2011-09-06 09:19:21.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= zodb PORTVERSION= 3.10.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -21,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}zopetesting>=3.7.1:${PORTSDIR}/devel/py-zopetesting \ ${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=1.0.0:${PORTSDIR}/devel/py-zopeevent \ + ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zopeproxy>=3.4.2:${PORTSDIR}/net/py-zopeproxy RUN_DEPENDS= ${BUILD_DEPENDS} diff -ruNa ports.orig/devel/py-zope.component/Makefile ports/devel/py-zope.component/Makefile --- ports.orig/devel/py-zope.component/Makefile 2011-03-21 13:13:32.000000000 +0300 +++ ports/devel/py-zope.component/Makefile 2011-09-06 09:20:00.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= zope.component PORTVERSION= 3.10.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ COMMENT= Zope Component Architecture BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent + ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes diff -ruNa ports.orig/devel/py-zope.i18n/Makefile ports/devel/py-zope.i18n/Makefile --- ports.orig/devel/py-zope.i18n/Makefile 2011-08-09 16:11:31.000000000 +0400 +++ ports/devel/py-zope.i18n/Makefile 2011-09-06 09:20:56.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= zope.i18n PORTVERSION= 3.7.4 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Zope Internationalization Support -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ diff -ruNa ports.orig/devel/py-zope.schema/Makefile ports/devel/py-zope.schema/Makefile --- ports.orig/devel/py-zope.schema/Makefile 2011-03-21 11:04:38.000000000 +0300 +++ ports/devel/py-zope.schema/Makefile 2011-09-06 09:20:26.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= zope.schema PORTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ COMMENT= Zope Interface extension for defining data schemas BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent + ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes diff -ruNa ports.orig/www/py-pyramid/Makefile ports/www/py-pyramid/Makefile --- ports.orig/www/py-pyramid/Makefile 2011-03-21 13:26:23.000000000 +0300 +++ ports/www/py-pyramid/Makefile 2011-09-06 09:21:33.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= pyramid PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.1:${PORTSDIR}/devel/py-zopeInterface \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent + ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event RUN_DEPENDS= ${BUILD_DEPENDS} #TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WebTest>=1.1:${PORTSDIR}/www/py-WebTest >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109060525.p865PDsW000236>