git: 94b7309f8fb1 - main - math/p5-Bit-Vector: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:05:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=94b7309f8fb120bcc063db7a4e6b6046f8568635 commit 94b7309f8fb120bcc063db7a4e6b6046f8568635 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:47:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:01 +0000 math/p5-Bit-Vector: Strip shared library - Bump PORTREVISION for package change --- math/p5-Bit-Vector/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index 5510089f88f0..60b500aac734 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -2,6 +2,7 @@ PORTNAME= Bit-Vector PORTVERSION= 7.4 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +19,7 @@ RUN_DEPENDS= p5-Carp-Clan>=5.3:devel/p5-Carp-Clan USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Bit/Vector/Vector.so + .include <bsd.port.mk>