Date: Fri, 3 Jun 2022 09:04:18 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: f664211c4fa8 - main - devel/p5-Glib: Strip shared library Message-ID: <202206030904.25394IEE089597@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=f664211c4fa897cdb5975f2f80cefc435a074f73 commit f664211c4fa897cdb5975f2f80cefc435a074f73 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:50:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:00:28 +0000 devel/p5-Glib: Strip shared library - Bump PORTREVISION for package change --- devel/p5-Glib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/p5-Glib/Makefile b/devel/p5-Glib/Makefile index 17971339dbc7..28b2698d6a73 100644 --- a/devel/p5-Glib/Makefile +++ b/devel/p5-Glib/Makefile @@ -2,6 +2,7 @@ PORTNAME= Glib PORTVERSION= 1.3293 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN \ SF/gtk2-perl/Glib/${PORTVERSION} @@ -24,4 +25,7 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Glib.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206030904.25394IEE089597>