Date: Mon, 4 Sep 2023 09:08:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5310240d2a79 - main - devel/p5-Net-DBus: Strip shared library Message-ID: <202309040908.38498imA048782@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5310240d2a799cd06a0b71da0841098dcea79f97 commit 5310240d2a799cd06a0b71da0841098dcea79f97 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 09:04:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 09:04:37 +0000 devel/p5-Net-DBus: Strip shared library - Bump PORTREVISION for package change --- devel/p5-Net-DBus/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile index c41abcfc2284..923fa87b64a6 100644 --- a/devel/p5-Net-DBus/Makefile +++ b/devel/p5-Net-DBus/Makefile @@ -1,5 +1,6 @@ PORTNAME= Net-DBus PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +19,7 @@ RUN_DEPENDS= p5-XML-Twig>=0:textproc/p5-XML-Twig USES= perl5 pkgconfig USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DBus/DBus.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309040908.38498imA048782>