git: 647c3514154e - main - devel/p5-Guard: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 12:48:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=647c3514154ea936eefe71f2180e5d05cd0184b9
commit 647c3514154ea936eefe71f2180e5d05cd0184b9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:48:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:43:03 +0000
devel/p5-Guard: Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change
---
devel/p5-Guard/Makefile | 5 ++++-
devel/p5-Guard/pkg-plist | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/devel/p5-Guard/Makefile b/devel/p5-Guard/Makefile
index b6e5523a5b05..74e8ed65a020 100644
--- a/devel/p5-Guard/Makefile
+++ b/devel/p5-Guard/Makefile
@@ -1,6 +1,6 @@
PORTNAME= Guard
PORTVERSION= 1.023
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
@@ -16,4 +16,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Guard/Guard.so
+
.include <bsd.port.mk>
diff --git a/devel/p5-Guard/pkg-plist b/devel/p5-Guard/pkg-plist
index 874c62d5b329..613b3451d244 100644
--- a/devel/p5-Guard/pkg-plist
+++ b/devel/p5-Guard/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Guard.3.gz
%%SITE_ARCH%%/Guard.pm
%%SITE_ARCH%%/auto/Guard/Guard.so
+%%PERL5_MAN3%%/Guard.3.gz