View | Details | Raw Unified | Return to bug 186834
Collapse All | Expand All

(-)py-regex/Makefile (-1 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/textproc/py-regex/Makefile 343437 2014-02-09 08:48:25Z koobs $
1
# $FreeBSD: head/textproc/py-regex/Makefile 343437 2014-02-09 08:48:25Z koobs $
2
2
3
PORTNAME=	regex
3
PORTNAME=	regex
4
PORTVERSION=	2014.01.30
4
PORTVERSION=	2014.02.16
5
CATEGORIES=	textproc python
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-18 Link Here
15
USE_PYDISTUTILS=	yes
15
USE_PYDISTUTILS=	yes
16
PYDISTUTILS_AUTOPLIST=	yes
16
PYDISTUTILS_AUTOPLIST=	yes
17
17
18
post-install:
19
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
20
18
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)py-regex/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (regex-2014.01.30.tar.gz) = 485b0761955a9529274c42533c1352257ac27bfa091994e5a7c0ba6d2f0f3b56
1
SHA256 (regex-2014.02.16.tar.gz) = bd014a9983dfbe3ae4d7c4f70a6fd1a62f66cb870ffb70c718ffc05f3e8e6256
2
SIZE (regex-2014.01.30.tar.gz) = 1305821
2
SIZE (regex-2014.02.16.tar.gz) = 1305703

Return to bug 186834