git: f664211c4fa8 - main - devel/p5-Glib: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:04:18 UTC
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>