git: a8e389247152 - main - devel/py-ciso8601: Strip shared library, reset MAINTAINER

Yuri Victorovich yuri at FreeBSD.org
Thu Jul 29 08:49:12 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8e389247152fc266f1e5ed4b3da9058ff8f4278

commit a8e389247152fc266f1e5ed4b3da9058ff8f4278
Author:     Ivan Rozhuk <rozhuk.im at gmail.com>
AuthorDate: 2021-07-29 08:48:06 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-07-29 08:49:02 +0000

    devel/py-ciso8601: Strip shared library, reset MAINTAINER
    
    PR:             256962
---
 devel/py-ciso8601/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/devel/py-ciso8601/Makefile b/devel/py-ciso8601/Makefile
index 4de30d2ac9cf..597843b4ad0d 100644
--- a/devel/py-ciso8601/Makefile
+++ b/devel/py-ciso8601/Makefile
@@ -1,10 +1,11 @@
 PORTNAME=	ciso8601
 DISTVERSION=	2.1.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	rozhuk.im at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fast ISO8601 date time parser for Python written in C
 
 LICENSE=	MIT
@@ -13,4 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		python
 USE_PYTHON=	autoplist distutils
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ciso8601*.so
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list