git: 5a85efe2ca8d - main - security/munge: Update version 0.5.15=>0.5.16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 28 Jul 2024 13:15:43 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a85efe2ca8d5dc729ad27caf29bd32002c4fc73

commit 5a85efe2ca8d5dc729ad27caf29bd32002c4fc73
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-07-27 17:18:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-07-28 13:15:11 +0000

    security/munge: Update version 0.5.15=>0.5.16
    
    - Fix dependent daemon failure
    
    Changelog: https://github.com/dun/munge/releases/tag/munge-0.5.16
    
    PR:             280438
    Reported by:    jwb
---
 security/munge/Makefile        | 4 +---
 security/munge/distinfo        | 6 +++---
 security/munge/files/munged.in | 2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/security/munge/Makefile b/security/munge/Makefile
index f0b232fb692c..beaa9834e33a 100644
--- a/security/munge/Makefile
+++ b/security/munge/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	munge
-DISTVERSION=	0.5.15
-PORTREVISION=	2
+DISTVERSION=	0.5.16
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
 
@@ -19,7 +18,6 @@ USE_LDCONFIG=	yes
 USE_RC_SUBR=	munged
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
 
 INSTALL_TARGET=	install-strip
diff --git a/security/munge/distinfo b/security/munge/distinfo
index ddbad5a05e60..e8dbae9a5b38 100644
--- a/security/munge/distinfo
+++ b/security/munge/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681668887
-SHA256 (munge-0.5.15.tar.xz) = 3f979df117a34c74db8fe2835521044bdeb08e3b7d0f168ca97c3547f51da9ba
-SIZE (munge-0.5.15.tar.xz) = 459468
+TIMESTAMP = 1722100598
+SHA256 (munge-0.5.16.tar.xz) = 6fa6f14de41064c2b56422592df7ad1de2af483912c54460863db2827e6a2861
+SIZE (munge-0.5.16.tar.xz) = 448120
diff --git a/security/munge/files/munged.in b/security/munge/files/munged.in
index 80bba011209f..ddd7fca5ab58 100755
--- a/security/munge/files/munged.in
+++ b/security/munge/files/munged.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: munged
-# REQUIRE: LOGIN
+# REQUIRE: DAEMON
 # KEYWORD: shutdown
 
 # Add the following line to /etc/rc.conf to enable munged: