diff --git a/devel/py-zope.configuration/Makefile b/devel/py-zope.configuration/Makefile index 364e9c1b15c5..f702e9d7a406 100644 --- a/devel/py-zope.configuration/Makefile +++ b/devel/py-zope.configuration/Makefile @@ -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@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 diff --git a/devel/py-zope.configuration/distinfo b/devel/py-zope.configuration/distinfo index ac62ac1cb888..c3cf6ecf5f56 100644 --- a/devel/py-zope.configuration/distinfo +++ b/devel/py-zope.configuration/distinfo @@ -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 diff --git a/devel/py-zope.configuration/pkg-descr b/devel/py-zope.configuration/pkg-descr index 4f344ba9e2a1..11a744ae3b6b 100644 --- a/devel/py-zope.configuration/pkg-descr +++ b/devel/py-zope.configuration/pkg-descr @@ -6,4 +6,4 @@ configuration system provide configuration directives in some language 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