git: 465313e11f37 - main - security/p5-Crypt-OpenSSL-RSA: Strip shared library

Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 27 16:01:18 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=465313e11f378b4ce87de0c44e532bc0894c21a9

commit 465313e11f378b4ce87de0c44e532bc0894c21a9
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-27 15:43:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-27 15:56:25 +0000

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

diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index 07b568765eac..615d7b1405e0 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Crypt-OpenSSL-RSA
 PORTVERSION=	0.32
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +22,7 @@ RUN_DEPENDS=	p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
 USES=		perl5 ssl
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/RSA/RSA.so
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list