diff options
author | rm <rm@FreeBSD.org> | 2015-06-18 14:43:46 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-18 14:43:46 +0800 |
commit | d7aa15109e6e40991b3b8b68643f8c25dcd007e0 (patch) | |
tree | c2eda38e22c1bcdb5f0d25d6beda6618349ad98e /devel | |
parent | d63205c8620c58b3017d70fa06377a60003b52b7 (diff) | |
download | freebsd-ports-gnome-d7aa15109e6e40991b3b8b68643f8c25dcd007e0.tar.gz freebsd-ports-gnome-d7aa15109e6e40991b3b8b68643f8c25dcd007e0.tar.zst freebsd-ports-gnome-d7aa15109e6e40991b3b8b68643f8c25dcd007e0.zip |
devel/py-zope.publisher: update to 3.13.1
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-zope.publisher/Makefile | 8 | ||||
-rw-r--r-- | devel/py-zope.publisher/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-zope.publisher/Makefile b/devel/py-zope.publisher/Makefile index 04c8c4803b78..b8b77c04fb7e 100644 --- a/devel/py-zope.publisher/Makefile +++ b/devel/py-zope.publisher/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zope.publisher -PORTVERSION= 3.13.0 -PORTREVISION= 1 +PORTVERSION= 3.13.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Publishes Python objects on the web LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n -USES= python -USE_PYTHON= distutils autoplist +USES= python:2 zip +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/devel/py-zope.publisher/distinfo b/devel/py-zope.publisher/distinfo index d9820a3fcdcf..7e366c3d73d9 100644 --- a/devel/py-zope.publisher/distinfo +++ b/devel/py-zope.publisher/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/zope.publisher-3.13.0.tar.gz) = 6c70480b4026a0a9289264f3de2ede845d5050c3a956a59030839b77673dabcc -SIZE (zope/zope.publisher-3.13.0.tar.gz) = 84783 +SHA256 (zope/zope.publisher-3.13.1.zip) = f8dd44ddb15d0ce6377b25485db738c992861de22b380efdc52ba6663616d6d2 +SIZE (zope/zope.publisher-3.13.1.zip) = 130201 |