git: 5fa161d31ebf - main - www/p5-HTTP-Parser-XS: Strip shared library
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:50:42 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5fa161d31ebf77b99ca4da4fb94ee6fbf407d8c0
commit 5fa161d31ebf77b99ca4da4fb94ee6fbf407d8c0
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:11:35 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:44:13 +0000
www/p5-HTTP-Parser-XS: Strip shared library
- Bump PORTREVISION for package change
---
www/p5-HTTP-Parser-XS/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www/p5-HTTP-Parser-XS/Makefile b/www/p5-HTTP-Parser-XS/Makefile
index 6a0eecf3019c..2185ac7ace1c 100644
--- a/www/p5-HTTP-Parser-XS/Makefile
+++ b/www/p5-HTTP-Parser-XS/Makefile
@@ -1,5 +1,6 @@
PORTNAME= HTTP-Parser-XS
PORTVERSION= 0.17
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,4 +14,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTTP/Parser/XS/XS.so
+
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list