git: dcff6054b03c - main - chinese/p5-Encode-HanExtra: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:06:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcff6054b03cd2fa69c8acd17eba830f78292e73
commit dcff6054b03cd2fa69c8acd17eba830f78292e73
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:53:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:55 +0000
chinese/p5-Encode-HanExtra: Strip shared library
- Bump PORTREVISION for package change
---
chinese/p5-Encode-HanExtra/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/chinese/p5-Encode-HanExtra/Makefile b/chinese/p5-Encode-HanExtra/Makefile
index b5be2112d677..24230f0270f9 100644
--- a/chinese/p5-Encode-HanExtra/Makefile
+++ b/chinese/p5-Encode-HanExtra/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Encode-HanExtra
PORTVERSION= 0.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,4 +15,7 @@ LICENSE= MIT
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/HanExtra/HanExtra.so
+
.include <bsd.port.mk>