diff options
author | wen <wen@FreeBSD.org> | 2012-03-22 20:10:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-03-22 20:10:02 +0800 |
commit | 740e311a1ceb5dc20a356cc7acf0de044bd9c7d9 (patch) | |
tree | 9a882b81e889dcdb549dc5d9550aac65f3a785be /devel | |
parent | 1b9217d1d61aece0d7369474fb0292005f16effd (diff) | |
download | freebsd-ports-gnome-740e311a1ceb5dc20a356cc7acf0de044bd9c7d9.tar.gz freebsd-ports-gnome-740e311a1ceb5dc20a356cc7acf0de044bd9c7d9.tar.zst freebsd-ports-gnome-740e311a1ceb5dc20a356cc7acf0de044bd9c7d9.zip |
- Update to 1.8.7
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pyutil/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pyutil/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index d43aa19ba11e..aae21019bb42 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyutil -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,6 +21,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argpa USE_PYTHON= 2.5+ USE_PYDISTUTILS=easy_install +post-extract: + ${RM} -f ${WRKSRC}/pyutil/*.py~ + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/devel/py-pyutil/distinfo b/devel/py-pyutil/distinfo index c678d9c0ccff..e20d97cee3fe 100644 --- a/devel/py-pyutil/distinfo +++ b/devel/py-pyutil/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyutil-1.8.4.tar.gz) = 86719ae8655bf28cb65aeab16ceb7a156b78547144d71e31b851e8a9eea0e3bf -SIZE (pyutil-1.8.4.tar.gz) = 96186 +SHA256 (pyutil-1.8.7.tar.gz) = ec543095367dac44bb9e3078bf332b916fbf11be1f66f8562c5e043c300fc47e +SIZE (pyutil-1.8.7.tar.gz) = 111407 |