git: 78af14d055e8 - main - converters/p5-Unicode-String: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:48:47 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=78af14d055e8581cf6074f19cdb736115cf6518e
commit 78af14d055e8581cf6074f19cdb736115cf6518e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:10:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:54 +0000
converters/p5-Unicode-String: Strip shared library
- Bump PORTREVISION for package change
---
converters/p5-Unicode-String/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
index a57e3d3ab9a3..490bd4b2b750 100644
--- a/converters/p5-Unicode-String/Makefile
+++ b/converters/p5-Unicode-String/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Unicode-String
PORTVERSION= 2.10
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,4 +16,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/String/String.so
+
.include <bsd.port.mk>