Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 04:57:25 +0000
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: 362adf1ccb08 - main - devel/p5-Time-Moment: Strip shared library
Message-ID:  <6a152835.3b776.1ce0422d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 362adf1ccb08415a2212674a09ad7b8c5c7a99e5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-26 04:56:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-26 04:56:09 +0000

    devel/p5-Time-Moment: Strip shared library
    
    - Bump PORTREVISION for package change
    
    ====> Running Q/A tests (stage-qa)
    Warning: 'lib/perl5/site_perl/mach/5.42/auto/Time/Moment/Moment.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
    
    PR:             295152
    Approved by:    maintainer (timeout, 16 days)
---
 devel/p5-Time-Moment/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Time-Moment/Makefile b/devel/p5-Time-Moment/Makefile
index cb49f30eaaa3..ea6615c9943d 100644
--- a/devel/p5-Time-Moment/Makefile
+++ b/devel/p5-Time-Moment/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	Time-Moment
 DISTVERSION=	0.46
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=CPAN:CHANSEN
+MASTER_SITE_SUBDIR=	CPAN:CHANSEN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	bokutin@bokut.in
@@ -21,4 +22,7 @@ USE_PERL5=	configure
 
 MAKE_JOBS_UNSAFE=yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Time/Moment/Moment.so
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a152835.3b776.1ce0422d>