aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2011-09-30 05:04:02 +0800
committerglarkin <glarkin@FreeBSD.org>2011-09-30 05:04:02 +0800
commit0295150ff1fb7dcaceb76934372974d58acf6a8c (patch)
treee7fe178fb8b5c7eda391c9d5ce027332acff2cd6 /devel
parent6e1734d8d0dfcd39396e73c4337f1ffe6b107f62 (diff)
downloadfreebsd-ports-gnome-0295150ff1fb7dcaceb76934372974d58acf6a8c.tar.gz
freebsd-ports-gnome-0295150ff1fb7dcaceb76934372974d58acf6a8c.tar.zst
freebsd-ports-gnome-0295150ff1fb7dcaceb76934372974d58acf6a8c.zip
- 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)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-zope.component/Makefile11
-rw-r--r--devel/py-zope.component/distinfo4
-rw-r--r--devel/py-zope.component/pkg-descr2
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-zope.component/Makefile b/devel/py-zope.component/Makefile
index a34c6649b7cb..aed254797bd2 100644
--- a/devel/py-zope.component/Makefile
+++ b/devel/py-zope.component/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}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \
+ ${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/devel/py-zope.component/distinfo b/devel/py-zope.component/distinfo
index 13677a2c3956..440a06c0885f 100644
--- a/devel/py-zope.component/distinfo
+++ b/devel/py-zope.component/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/devel/py-zope.component/pkg-descr b/devel/py-zope.component/pkg-descr
index 4f2f8a3e5f9d..8831e52cf172 100644
--- a/devel/py-zope.component/pkg-descr
+++ b/devel/py-zope.component/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