svn commit: r462638 - head/textproc/py-regex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 22 19:51:32 UTC 2018


Author: sunpoet
Date: Thu Feb 22 19:51:30 2018
New Revision: 462638
URL: https://svnweb.freebsd.org/changeset/ports/462638

Log:
  Update to 2018.02.21
  
  - While I'm here, do not silence installation message
  
  Changes:	https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default
  PR:		226113
  Submitted by:	Eero Hanninen <fax at nohik.ee> (maintainer)

Modified:
  head/textproc/py-regex/Makefile
  head/textproc/py-regex/distinfo

Modified: head/textproc/py-regex/Makefile
==============================================================================
--- head/textproc/py-regex/Makefile	Thu Feb 22 19:51:25 2018	(r462637)
+++ head/textproc/py-regex/Makefile	Thu Feb 22 19:51:30 2018	(r462638)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	regex
-PORTVERSION=	2017.09.23
+PORTVERSION=	2018.02.21
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,6 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
 
 .include <bsd.port.mk>

Modified: head/textproc/py-regex/distinfo
==============================================================================
--- head/textproc/py-regex/distinfo	Thu Feb 22 19:51:25 2018	(r462637)
+++ head/textproc/py-regex/distinfo	Thu Feb 22 19:51:30 2018	(r462638)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506334740
-SHA256 (regex-2017.09.23.tar.gz) = 80166c9e21c0171c7b502035f3ba25f43b5122def387ca6ba9706b6892fed7aa
-SIZE (regex-2017.09.23.tar.gz) = 607533
+TIMESTAMP = 1519300889
+SHA256 (regex-2018.02.21.tar.gz) = b44624a38d07d3c954c84ad302c29f7930f4bf01443beef5589e9157b14e2a29
+SIZE (regex-2018.02.21.tar.gz) = 620806


More information about the svn-ports-head mailing list