Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 19:25:56 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: e52a459dbd25 - main - devel/p5-autovivification: Strip shared library
Message-ID:  <202303211925.32LJPueI029314@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=e52a459dbd25c54aa87919613d374b5496ec621a

commit e52a459dbd25c54aa87919613d374b5496ec621a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:41:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:20:20 +0000

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

diff --git a/devel/p5-autovivification/Makefile b/devel/p5-autovivification/Makefile
index ec54c205a5fe..ef47db2eb7b9 100644
--- a/devel/p5-autovivification/Makefile
+++ b/devel/p5-autovivification/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	autovivification
 PORTVERSION=	0.18
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VPIT
@@ -14,4 +15,7 @@ LICENSE=	MIT
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/autovivification/autovivification.so
+
 .include <bsd.port.mk>



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