diff options
author | wen <wen@FreeBSD.org> | 2011-10-08 09:52:14 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-08 09:52:14 +0800 |
commit | 3fdb652f26394c5e6eec63dad0929d08c2613009 (patch) | |
tree | 4bccf4950bd03f61bb9842374cb5ca3622dc5560 /devel | |
parent | 5b711a489e8ac845ebe0f102576cb0934f95c7c1 (diff) | |
download | freebsd-ports-gnome-3fdb652f26394c5e6eec63dad0929d08c2613009.tar.gz freebsd-ports-gnome-3fdb652f26394c5e6eec63dad0929d08c2613009.tar.zst freebsd-ports-gnome-3fdb652f26394c5e6eec63dad0929d08c2613009.zip |
- Update DEPENDS after repocopy devel/py-zopeevent to devel/py-zope.event
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-zope.component/Makefile | 3 | ||||
-rw-r--r-- | devel/py-zope.i18n/Makefile | 4 | ||||
-rw-r--r-- | devel/py-zope.schema/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-zope.component/Makefile b/devel/py-zope.component/Makefile index aed254797bd2..d87dc1953e88 100644 --- a/devel/py-zope.component/Makefile +++ b/devel/py-zope.component/Makefile @@ -7,6 +7,7 @@ PORTNAME= zope.component PORTVERSION= 3.11.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ COMMENT= Zope Component Architecture LICENSE= ZPL21 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent + ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event RUN_DEPENDS:= ${BUILD_DEPENDS} DIST_SUBDIR= zope diff --git a/devel/py-zope.i18n/Makefile b/devel/py-zope.i18n/Makefile index 285c9292a8dd..dfcdd2eed677 100644 --- a/devel/py-zope.i18n/Makefile +++ b/devel/py-zope.i18n/Makefile @@ -7,7 +7,7 @@ PORTNAME= zope.i18n PORTVERSION= 3.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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 --git a/devel/py-zope.schema/Makefile b/devel/py-zope.schema/Makefile index 584167d5d6ca..0c63f8438a4a 100644 --- a/devel/py-zope.schema/Makefile +++ b/devel/py-zope.schema/Makefile @@ -7,7 +7,7 @@ PORTNAME= zope.schema PORTVERSION= 3.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ COMMENT= Zope Interface extension for defining data schemas LICENSE= ZPL21 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \ - ${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 |