mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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)
This commit is contained in:
parent
b18c4050c2
commit
524ba73d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535071
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user