diff options
Diffstat (limited to 'textproc/py-regex')
-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 |