diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 09:18:55 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 09:18:55 +0000 |
commit | 420dd1455af7ef2151d26916efdd88c83ff7dbd8 (patch) | |
tree | 4e03abe1b33a9d3fc04222ad8f3e0a767f8676db /www/py-plone.app.querystring | |
parent | ab9fce97e471adc1f9b3b4054147d088172ec1e8 (diff) | |
download | ports-420dd1455af7ef2151d26916efdd88c83ff7dbd8.tar.gz ports-420dd1455af7ef2151d26916efdd88c83ff7dbd8.zip |
Notes
Diffstat (limited to 'www/py-plone.app.querystring')
-rw-r--r-- | www/py-plone.app.querystring/Makefile | 6 | ||||
-rw-r--r-- | www/py-plone.app.querystring/distinfo | 4 | ||||
-rw-r--r-- | www/py-plone.app.querystring/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/py-plone.app.querystring/Makefile b/www/py-plone.app.querystring/Makefile index 96b424ab46db..b810d077a06f 100644 --- a/www/py-plone.app.querystring/Makefile +++ b/www/py-plone.app.querystring/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plone.app.querystring -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,11 +27,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>0:${PORTSDIR}/devel/py-zope.publisher \ ${PYTHON_PKGNAMEPREFIX}zope.schema>0:${PORTSDIR}/devel/py-zope.schema - DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.querystring/distinfo b/www/py-plone.app.querystring/distinfo index 31aac961baed..6431896cc221 100644 --- a/www/py-plone.app.querystring/distinfo +++ b/www/py-plone.app.querystring/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/plone.app.querystring-1.0.7.zip) = 54f6f4b781f3325af8b64f967e3d3c433123e385f78f0deab0a8c0cc83aa8693 -SIZE (zope/plone.app.querystring-1.0.7.zip) = 34724 +SHA256 (zope/plone.app.querystring-1.0.8.zip) = 7efef3364103c38eae669f660b6dc5549809d296e32bc1e70bb7e080f1d028c3 +SIZE (zope/plone.app.querystring-1.0.8.zip) = 35585 diff --git a/www/py-plone.app.querystring/pkg-descr b/www/py-plone.app.querystring/pkg-descr index 474622bc5daf..72de643c7ec8 100644 --- a/www/py-plone.app.querystring/pkg-descr +++ b/www/py-plone.app.querystring/pkg-descr @@ -3,4 +3,4 @@ to parse stored queries to actual results, used in new style collections. It includes a registry reader which reads operators, values and criteria from the Plone registry. -WWW: http://pypi.python.org/pypi/plone.app.querystring +WWW: https://pypi.python.org/pypi/plone.app.querystring/ |