diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-31 05:01:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-31 05:01:05 +0800 |
commit | d27ed9f62d17d918983d786210cadbde846febac (patch) | |
tree | 8774129b31005172427684a707250453558d1a17 /www | |
parent | 05fcea05e66309cdeeda44c39337f52e091bb92d (diff) | |
download | freebsd-ports-gnome-d27ed9f62d17d918983d786210cadbde846febac.tar.gz freebsd-ports-gnome-d27ed9f62d17d918983d786210cadbde846febac.tar.zst freebsd-ports-gnome-d27ed9f62d17d918983d786210cadbde846febac.zip |
- Update to 1.2 (make python 2.6.2 safe)
PR: 134865
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-WebTest/Makefile | 7 | ||||
-rw-r--r-- | www/py-WebTest/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile index 4a88c4dd4c53..8df946a8ade7 100644 --- a/www/py-WebTest/Makefile +++ b/www/py-WebTest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WebTest -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Helper to test WSGI applications -USE_PYTHON= 2.5 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob + +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install .include <bsd.port.mk> diff --git a/www/py-WebTest/distinfo b/www/py-WebTest/distinfo index a1996254fe22..71a647362c0b 100644 --- a/www/py-WebTest/distinfo +++ b/www/py-WebTest/distinfo @@ -1,3 +1,3 @@ -MD5 (WebTest-1.1.tar.gz) = f2adfd0f6d766bb2214fb1a1f3db03cc -SHA256 (WebTest-1.1.tar.gz) = 78030defded997c48def56d268136eb91ccce41dbd9d767b08308bf6381cfefd -SIZE (WebTest-1.1.tar.gz) = 31705 +MD5 (WebTest-1.2.tar.gz) = ec8f1a246d1033389d83afb86f840a5e +SHA256 (WebTest-1.2.tar.gz) = a85dd1aa21b457c3eba5a5bf756f0c0c7859dfdaf13c37f3e645e51284951b39 +SIZE (WebTest-1.2.tar.gz) = 32855 |