Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2022 19:33:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e551a0725737 - main - textproc/p5-Text-CharWidth: Strip shared library
Message-ID:  <202201231933.20NJX3kl034294@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit e551a072573709b1e61f3dbf5a03f50b0a7c86b5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:26:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 19:09:45 +0000

    textproc/p5-Text-CharWidth: Strip shared library
    
    - Sort PLIST
    - Bump PORTREVISION for package change
---
 textproc/p5-Text-CharWidth/Makefile  | 5 ++++-
 textproc/p5-Text-CharWidth/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/textproc/p5-Text-CharWidth/Makefile b/textproc/p5-Text-CharWidth/Makefile
index 415d3761b662..c5b785a16c84 100644
--- a/textproc/p5-Text-CharWidth/Makefile
+++ b/textproc/p5-Text-CharWidth/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	Text-CharWidth
 DISTVERSION=	0.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc 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/Text/CharWidth/CharWidth.so
+
 .include <bsd.port.mk>
diff --git a/textproc/p5-Text-CharWidth/pkg-plist b/textproc/p5-Text-CharWidth/pkg-plist
index 8650a5e62e0c..c0ebb65964d9 100644
--- a/textproc/p5-Text-CharWidth/pkg-plist
+++ b/textproc/p5-Text-CharWidth/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Text::CharWidth.3.gz
 %%SITE_ARCH%%/Text/CharWidth.pm
 %%SITE_ARCH%%/auto/Text/CharWidth/CharWidth.so
+%%PERL5_MAN3%%/Text::CharWidth.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231933.20NJX3kl034294>