Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:55:09 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: aec2029998a4 - main - security/p5-Crypt-Blowfish: Strip shared library
Message-ID:  <202304271555.33RFt9nJ028901@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=aec2029998a46778d8136e528beb8c149a0a8634

commit aec2029998a46778d8136e528beb8c149a0a8634
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:48:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:48:16 +0000

    security/p5-Crypt-Blowfish: Strip shared library
    
    - Bump PORTREVISION for package change
---
 security/p5-Crypt-Blowfish/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile
index 570d9cfaff96..e673e4b815de 100644
--- a/security/p5-Crypt-Blowfish/Makefile
+++ b/security/p5-Crypt-Blowfish/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Crypt-Blowfish
 PORTVERSION=	2.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,4 +18,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Blowfish/Blowfish.so
+
 .include <bsd.port.mk>



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