From cae5d17ffa43e80d44bef45ec6aaba0950b938ac Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Thu, 15 Dec 2011 00:47:12 +0000 Subject: [PATCH] - update to 3.8.0 - hold distfile in distfiles/zope - add LICENSE (ZPL21) - align dependencies per setup.py - update WWW PR: port/163210 Submitted by: rm --- devel/py-zope.configuration/Makefile | 14 +++++++------- devel/py-zope.configuration/distinfo | 4 ++-- devel/py-zope.configuration/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) 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