git: ff7ff775b923 - main - security/p5-Digest-MD5: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 May 2025 03:41:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff7ff775b923a7bfc9feade75669953ee92e7c78
commit ff7ff775b923a7bfc9feade75669953ee92e7c78
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-18 03:24:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-18 03:35:23 +0000
security/p5-Digest-MD5: Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change
---
security/p5-Digest-MD5/Makefile | 4 ++++
security/p5-Digest-MD5/pkg-plist | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index ab5dda669984..7aa5f349685a 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Digest-MD5
PORTVERSION= 2.59
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,4 +14,7 @@ LICENSE= ARTPERL10
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/MD5/MD5.so
+
.include <bsd.port.mk>
diff --git a/security/p5-Digest-MD5/pkg-plist b/security/p5-Digest-MD5/pkg-plist
index 1e4a027d45bb..9aaa8c6f9d80 100644
--- a/security/p5-Digest-MD5/pkg-plist
+++ b/security/p5-Digest-MD5/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Digest::MD5.3.gz
%%SITE_ARCH%%/Digest/MD5.pm
%%SITE_ARCH%%/auto/Digest/MD5/MD5.so
+%%PERL5_MAN3%%/Digest::MD5.3.gz