Date: Thu, 29 Jul 2021 08:49:12 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a8e389247152 - main - devel/py-ciso8601: Strip shared library, reset MAINTAINER Message-ID: <202107290849.16T8nCV3075686@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8e389247152fc266f1e5ed4b3da9058ff8f4278 commit a8e389247152fc266f1e5ed4b3da9058ff8f4278 Author: Ivan Rozhuk <rozhuk.im@gmail.com> AuthorDate: 2021-07-29 08:48:06 +0000 Commit: Yuri Victorovich <yuri@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@gmail.com +MAINTAINER= ports@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107290849.16T8nCV3075686>