ports/186834: [maintainer update] textproc/py-regex update to version 2014.02.16

Eero Hänninen fax at nohik.ee
Mon Feb 17 11:50:00 UTC 2014


>Number:         186834
>Category:       ports
>Synopsis:       [maintainer update] textproc/py-regex update to version 2014.02.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 11:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Eero Hänninen
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD sneezy 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd6
>Description:
- update to version 2014.02.16
- added strip command
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-regex.orig/Makefile py-regex/Makefile
--- py-regex.orig/Makefile	2014-02-09 10:48:25.000000000 +0200
+++ py-regex/Makefile	2014-02-17 13:33:57.000000000 +0200
@@ -1,7 +1,7 @@
 # $FreeBSD: head/textproc/py-regex/Makefile 343437 2014-02-09 08:48:25Z koobs $
 
 PORTNAME=	regex
-PORTVERSION=	2014.01.30
+PORTVERSION=	2014.02.16
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,4 +15,7 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
+
 .include <bsd.port.mk>
diff -ruN py-regex.orig/distinfo py-regex/distinfo
--- py-regex.orig/distinfo	2014-02-09 10:48:25.000000000 +0200
+++ py-regex/distinfo	2014-02-17 13:27:48.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (regex-2014.01.30.tar.gz) = 485b0761955a9529274c42533c1352257ac27bfa091994e5a7c0ba6d2f0f3b56
-SIZE (regex-2014.01.30.tar.gz) = 1305821
+SHA256 (regex-2014.02.16.tar.gz) = bd014a9983dfbe3ae4d7c4f70a6fd1a62f66cb870ffb70c718ffc05f3e8e6256
+SIZE (regex-2014.02.16.tar.gz) = 1305703


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list