git: a9cd3f80dffa - main - www/p5-HTML-Parser: Strip shared library

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:09:05 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a9cd3f80dffa427e6fc74c5a00809b67dfbb33c8

commit a9cd3f80dffa427e6fc74c5a00809b67dfbb33c8
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:31:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:51 +0000

    www/p5-HTML-Parser: Strip shared library
    
    - Bump PORTREVISION for package change
---
 www/p5-HTML-Parser/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index 3f48479cb08a..84ebb1c161fa 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	HTML-Parser
 PORTVERSION=	3.76
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,4 +21,7 @@ RUN_DEPENDS=	p5-HTML-Tagset>=0:www/p5-HTML-Tagset \
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTML/Parser/Parser.so
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list