Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 16:07:36 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368657 - head/textproc/py-regex
Message-ID:  <201409201607.s8KG7aKU076630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409201607.s8KG7aKU076630>