Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 22:31:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535071 - head/textproc/py-regex
Message-ID:  <202005122231.04CMVjv0077322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue May 12 22:31:44 2020
New Revision: 535071
URL: https://svnweb.freebsd.org/changeset/ports/535071

Log:
  Update to 2020.4.4
  
  Changes:	https://bitbucket.org/mrabarnett/mrab-regex/commits/
  PR:		246406
  Submitted by:	sunpoet (myself)
  Approved by:	Eero Hanninen <fax@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	Tue May 12 22:31:39 2020	(r535070)
+++ head/textproc/py-regex/Makefile	Tue May 12 22:31:44 2020	(r535071)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	regex
-PORTVERSION=	2018.02.21
+PORTVERSION=	2020.4.4
 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/_regex.so
 
 .include <bsd.port.mk>

Modified: head/textproc/py-regex/distinfo
==============================================================================
--- head/textproc/py-regex/distinfo	Tue May 12 22:31:39 2020	(r535070)
+++ head/textproc/py-regex/distinfo	Tue May 12 22:31:44 2020	(r535071)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519300889
-SHA256 (regex-2018.02.21.tar.gz) = b44624a38d07d3c954c84ad302c29f7930f4bf01443beef5589e9157b14e2a29
-SIZE (regex-2018.02.21.tar.gz) = 620806
+TIMESTAMP = 1586366820
+SHA256 (regex-2020.4.4.tar.gz) = 295badf61a51add2d428a46b8580309c520d8b26e769868b922750cf3ce67142
+SIZE (regex-2020.4.4.tar.gz) = 695848



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