git: 96a12a846926 - main - math/p5-GIS-Distance-Fast: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:52:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=96a12a846926629b5175a5d6f3c161bfc90daefb commit 96a12a846926629b5175a5d6f3c161bfc90daefb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:45:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:45:52 +0000 math/p5-GIS-Distance-Fast: Strip shared library - Bump PORTREVISION for package change --- math/p5-GIS-Distance-Fast/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile index 13dab74b3346..69380afb3e9e 100644 --- a/math/p5-GIS-Distance-Fast/Makefile +++ b/math/p5-GIS-Distance-Fast/Makefile @@ -1,5 +1,6 @@ PORTNAME= GIS-Distance-Fast PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BLUEFEET @@ -22,4 +23,7 @@ TEST_DEPENDS= p5-GIS-Distance>=0.17:math/p5-GIS-Distance \ USES= perl5 USE_PERL5= modbuildtiny +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/GIS/Distance/Fast/Fast.so + .include <bsd.port.mk>