diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-09-20 16:07:36 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-09-20 16:07:36 +0000 |
commit | 530a8eab4844ef91689f8f88de2f200e247d3e7b (patch) | |
tree | fee6d1c96adb4091579ecd93edd8ca76527d5d7c | |
parent | b7146b13aeba6a150c22b22729f2ab68800a2c58 (diff) | |
download | ports-530a8eab4844ef91689f8f88de2f200e247d3e7b.tar.gz ports-530a8eab4844ef91689f8f88de2f200e247d3e7b.zip |
Notes
-rw-r--r-- | textproc/py-regex/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-regex/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile index 3b8a8556b0c5..1b65a549a8c4 100644 --- a/textproc/py-regex/Makefile +++ b/textproc/py-regex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= regex -PORTVERSION= 2014.05.23 +PORTVERSION= 2014.06.28 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,8 @@ COMMENT= Alternative regular expression module, to replace re LICENSE= PSFL -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so diff --git a/textproc/py-regex/distinfo b/textproc/py-regex/distinfo index 75c421e61f28..4001bd2e6d84 100644 --- a/textproc/py-regex/distinfo +++ b/textproc/py-regex/distinfo @@ -1,2 +1,2 @@ -SHA256 (regex-2014.05.23.tar.gz) = 535c6071193b7047be2b66c60bf8731ce50def117d6715f12cde74f64458fb48 -SIZE (regex-2014.05.23.tar.gz) = 1384792 +SHA256 (regex-2014.06.28.tar.gz) = 58de1402111f41b61cba4fb4cb4d359eb7448158051c7710037858c1bfd557bd +SIZE (regex-2014.06.28.tar.gz) = 1448519 |