diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-06-26 17:23:12 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-06-26 17:23:12 +0000 |
commit | 2cce93719ddda5af2198b65d659b27535350e329 (patch) | |
tree | 4a7a834ce7fccfb362bccf37b4c6c05b2227b2bc /devel | |
parent | 9d85d44cbe6552f20315e687e62e01e5d3731a07 (diff) | |
download | ports-2cce93719ddda5af2198b65d659b27535350e329.tar.gz ports-2cce93719ddda5af2198b65d659b27535350e329.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pp/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pp/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-pp/Makefile b/devel/py-pp/Makefile index bb4ad1b6fa85..af424350e2a6 100644 --- a/devel/py-pp/Makefile +++ b/devel/py-pp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pp -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= devel python MASTER_SITES= http://www.parallelpython.com/downloads/pp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Parallel python execution server -USE_PYTHON= yes +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= yes .include <bsd.port.mk> diff --git a/devel/py-pp/distinfo b/devel/py-pp/distinfo index a5f656aaaa16..624bf90a85ca 100644 --- a/devel/py-pp/distinfo +++ b/devel/py-pp/distinfo @@ -1,2 +1,2 @@ -SHA256 (pp-1.6.1.tar.gz) = 945057470397e9da9a8d02b07cb2b0e586f3d7fbf0ec83098a55615090303dbd -SIZE (pp-1.6.1.tar.gz) = 25275 +SHA256 (pp-1.6.2.tar.gz) = c0da00bdd569140c9b19574a8b30df20cdfcb59906ac7d8057f4980c8511fca6 +SIZE (pp-1.6.2.tar.gz) = 27842 |