svn commit: r368657 - head/textproc/py-regex
William Grzybowski
wg at FreeBSD.org
Sat Sep 20 16:07:37 UTC 2014
Author: wg
Date: Sat Sep 20 16:07:36 2014
New Revision: 368657
URL: http://svnweb.freebsd.org/changeset/ports/368657
QAT: https://qat.redports.org/buildarchive/r368657/
Log:
textproc/py-regex: update to 2014.06.28
- USES python
PR: 193738
Submitted by: maintainer
Modified:
head/textproc/py-regex/Makefile
head/textproc/py-regex/distinfo
Modified: head/textproc/py-regex/Makefile
==============================================================================
--- head/textproc/py-regex/Makefile Sat Sep 20 16:06:06 2014 (r368656)
+++ head/textproc/py-regex/Makefile Sat Sep 20 16:07:36 2014 (r368657)
@@ -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
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
Modified: head/textproc/py-regex/distinfo
==============================================================================
--- head/textproc/py-regex/distinfo Sat Sep 20 16:06:06 2014 (r368656)
+++ head/textproc/py-regex/distinfo Sat Sep 20 16:07:36 2014 (r368657)
@@ -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
More information about the svn-ports-all
mailing list