git: 47a1f9ef345f - main - devel/p5-IPC-ShareLite: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:06:46 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=47a1f9ef345f4d19b07c517f338c6b4ed23f31c1
commit 47a1f9ef345f4d19b07c517f338c6b4ed23f31c1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:53:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:56 +0000
devel/p5-IPC-ShareLite: Strip shared library
- Bump PORTREVISION for package change
---
devel/p5-IPC-ShareLite/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/p5-IPC-ShareLite/Makefile b/devel/p5-IPC-ShareLite/Makefile
index aeb6f5f37121..d3fe86dc258c 100644
--- a/devel/p5-IPC-ShareLite/Makefile
+++ b/devel/p5-IPC-ShareLite/Makefile
@@ -2,7 +2,7 @@
PORTNAME= IPC-ShareLite
PORTVERSION= 0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,4 +16,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPC/ShareLite/ShareLite.so
+
.include <bsd.port.mk>