diff options
author | wg <wg@FreeBSD.org> | 2014-09-21 00:07:36 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-09-21 00:07:36 +0800 |
commit | 86e203a19dc188df4dc7aaa6364554184fb29a0d (patch) | |
tree | fee6d1c96adb4091579ecd93edd8ca76527d5d7c /textproc | |
parent | 2f00480ce5781552ccf5c1fcbe2a0a8f7329a0de (diff) | |
download | freebsd-ports-gnome-86e203a19dc188df4dc7aaa6364554184fb29a0d.tar.gz freebsd-ports-gnome-86e203a19dc188df4dc7aaa6364554184fb29a0d.tar.zst freebsd-ports-gnome-86e203a19dc188df4dc7aaa6364554184fb29a0d.zip |
textproc/py-regex: update to 2014.06.28
- USES python
PR: 193738
Submitted by: maintainer
Diffstat (limited to 'textproc')
-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 |