git: 722c77c4edb8 - main - math/p5-Algorithm-Combinatorics: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:11:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=722c77c4edb804e2ab05e2b0c6f221542db43a97 commit 722c77c4edb804e2ab05e2b0c6f221542db43a97 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:04:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:04:00 +0000 math/p5-Algorithm-Combinatorics: Strip shared library - Remove MASTER_SITE_SUBDIR - Bump PORTREVISION for package change --- math/p5-Algorithm-Combinatorics/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 2da29571480d..ed223b642a59 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -1,9 +1,9 @@ PORTNAME= Algorithm-Combinatorics PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FXN +#MASTER_SITE_SUBDIR= CPAN:FXN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -16,4 +16,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Algorithm/Combinatorics/Combinatorics.so + .include <bsd.port.mk>