git: 5310240d2a79 - main - devel/p5-Net-DBus: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:08:44 UTC
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>