diff options
author | rm <rm@FreeBSD.org> | 2012-03-11 04:08:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-11 04:08:28 +0800 |
commit | b8660bc0cb2c135d8ea3e8d5c8b95365794b5301 (patch) | |
tree | 62ddc155b236d419ccb7711320a09c93e0b782e5 /textproc | |
parent | bb281c57b982a635265cacdc7fda67a533b4c1af (diff) | |
download | freebsd-ports-gnome-b8660bc0cb2c135d8ea3e8d5c8b95365794b5301.tar.gz freebsd-ports-gnome-b8660bc0cb2c135d8ea3e8d5c8b95365794b5301.tar.zst freebsd-ports-gnome-b8660bc0cb2c135d8ea3e8d5c8b95365794b5301.zip |
- update to 3.6.1
- drop no more needed py-zope.testing dependency
- save distfile to zope/ subdirectory
- whitespace fixes
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-zope.tal/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-zope.tal/distinfo | 4 | ||||
-rw-r--r-- | textproc/py-zope.tal/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-zope.tal/Makefile b/textproc/py-zope.tal/Makefile index b64b01131195..95f141f0affe 100644 --- a/textproc/py-zope.tal/Makefile +++ b/textproc/py-zope.tal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope.tal -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= textproc python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +17,10 @@ COMMENT= Zope Template Application Languate (TAL) LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USE_PYTHON =yes +DIST_SUBDIR= zope +USE_PYTHON= yes USE_PYDISTUTILS=easy_install USE_ZIP= yes diff --git a/textproc/py-zope.tal/distinfo b/textproc/py-zope.tal/distinfo index 4363fb57ce83..ed8d504372cb 100644 --- a/textproc/py-zope.tal/distinfo +++ b/textproc/py-zope.tal/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope.tal-3.6.0.zip) = 8d737fe7bd62c31f1be55b867bf8b3e2541b10838825f5cc06369ca7828073af -SIZE (zope.tal-3.6.0.zip) = 150442 +SHA256 (zope/zope.tal-3.6.1.zip) = cacea002263fb0da49b73f44f03992a3363aa3aa6f07d896f815a685222d2eab +SIZE (zope/zope.tal-3.6.1.zip) = 150795 diff --git a/textproc/py-zope.tal/pkg-descr b/textproc/py-zope.tal/pkg-descr index 59a7147a8014..608dea79e714 100644 --- a/textproc/py-zope.tal/pkg-descr +++ b/textproc/py-zope.tal/pkg-descr @@ -4,4 +4,4 @@ renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly. -WWW: http://pypi.python.org/pypi/zope.tal +WWW: http://pypi.python.org/pypi/zope.tal |