git: 6b563aebfe19 - main - security/p5-Crypt-DES: Strip shared library

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 18 Apr 2026 22:09:49 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b563aebfe1954cae5532b4f30a8d9b84e3085d4

commit 6b563aebfe1954cae5532b4f30a8d9b84e3085d4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:44:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:54:18 +0000

    security/p5-Crypt-DES: Strip shared library
    
    - Sort PLIST
    - Bump PORTREVISION for package change
---
 security/p5-Crypt-DES/Makefile  | 5 ++++-
 security/p5-Crypt-DES/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 0a0a9e1df0a1..f5e79b43b40a 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Crypt-DES
 PORTVERSION=	2.07
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,4 +18,7 @@ TEST_DEPENDS=	p5-Crypt-CBC>=0:security/p5-Crypt-CBC
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/DES/DES.so
+
 .include <bsd.port.mk>
diff --git a/security/p5-Crypt-DES/pkg-plist b/security/p5-Crypt-DES/pkg-plist
index 227bde27b3c4..8babaa68239b 100644
--- a/security/p5-Crypt-DES/pkg-plist
+++ b/security/p5-Crypt-DES/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Crypt::DES.3.gz
 %%SITE_ARCH%%/Crypt/DES.pm
 %%SITE_ARCH%%/auto/Crypt/DES/DES.so
+%%PERL5_MAN3%%/Crypt::DES.3.gz