Date: Tue, 11 Nov 2025 07:20:22 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: bd26f74d1427 - main - security/rhash: Fix stage-qa Message-ID: <202511110720.5AB7KMMV096314@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd26f74d14270ea6d85493786745a8d7377612db commit bd26f74d14270ea6d85493786745a8d7377612db Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-11-11 07:13:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-11-11 07:17:11 +0000 security/rhash: Fix stage-qa - Strip shared library and binary executable - Bump PORTREVISION for package change PR: 290603 Approved by: maintainer (timeout, 14 days) --- security/rhash/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/rhash/Makefile b/security/rhash/Makefile index b85582372b45..b46de32c77a0 100644 --- a/security/rhash/Makefile +++ b/security/rhash/Makefile @@ -1,6 +1,6 @@ PORTNAME= rhash PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -43,6 +43,9 @@ post-patch: @${REINPLACE_CMD} -e '/BYTE_ORDER/s,__,_,g' \ ${WRKSRC}/librhash/byte_order.h +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rhash ${STAGEDIR}${PREFIX}/lib/librhash.so + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511110720.5AB7KMMV096314>
