git: 563fcc5c4857 - main - security/p5-Digest-MD4: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=563fcc5c485756d0cfc9429532fe434ef67dfe52 commit 563fcc5c485756d0cfc9429532fe434ef67dfe52 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:48:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:48:22 +0000 security/p5-Digest-MD4: Strip shared library - Bump PORTREVISION for package change --- security/p5-Digest-MD4/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 4f23a5220641..ba025424a7f4 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -1,6 +1,6 @@ PORTNAME= Digest-MD4 PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,9 @@ USE_PERL5= configure PORTDOCS= Changes rfc1320.txt post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/MD4/MD4.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."