git: 541994f5a2fa - main - net-im/ejabberd: Unbreak on FreeBSD 13.x

From: Ashish SHUKLA <ashish_at_FreeBSD.org>
Date: Sat, 18 Apr 2026 16:32:27 UTC
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=541994f5a2faf827c21cad3335780c508cbf26e7

commit 541994f5a2faf827c21cad3335780c508cbf26e7
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2026-04-18 15:38:34 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2026-04-18 16:30:42 +0000

    net-im/ejabberd: Unbreak on FreeBSD 13.x
    
    Reported by:    pkg-fallout
---
 net-im/ejabberd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile
index 74d9c1ece057..f00d2d864c12 100644
--- a/net-im/ejabberd/Makefile
+++ b/net-im/ejabberd/Makefile
@@ -175,6 +175,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
 		-e 's,^jquery=.*$$,jquery=${WRKSRC}/jquery-${JQUERY_VER}.min.js,' \
 		-e 's,^bootstrap=.*$$,bootstrap=${WRKSRC}/bootstrap-${BOOTSTRAP_VER}-dist.zip,' \
+		-e 's,sha256sum -c -,sha256sum -c /dev/stdin,' \
 		-e '/^curl/d' \
 		${WRKSRC}/tools/dl_invites_page_deps.sh
 .for F in jquery-${JQUERY_VER}.min.js bootstrap-${BOOTSTRAP_VER}-dist.zip