Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 19:02:14 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 399feb9e8d2a - main - security/munge: Update version 0.5.14=>0.5.15
Message-ID:  <202304161902.33GJ2EYA028271@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=399feb9e8d2a0467aafab8a1939f4a1aba677f8c

commit 399feb9e8d2a0467aafab8a1939f4a1aba677f8c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-04-16 18:17:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-16 19:02:03 +0000

    security/munge: Update version 0.5.14=>0.5.15
    
    - Add TEST_TARGET
    
    Changelog: https://github.com/dun/munge/releases/tag/munge-0.5.15
    
    PR:             270882
---
 security/munge/Makefile | 15 ++++++++-------
 security/munge/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/security/munge/Makefile b/security/munge/Makefile
index 31b821f2aa8b..bd370381dd5b 100644
--- a/security/munge/Makefile
+++ b/security/munge/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	munge
-DISTVERSION=	0.5.14
-PORTREVISION=	1
+DISTVERSION=	0.5.15
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
 
@@ -11,15 +10,17 @@ WWW=		https://dun.github.io/munge/
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 
-USES=		cpe libtool pathfix perl5 ssl tar:xz
+LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
+
+USES=		cpe libtool pathfix ssl tar:xz
 CPE_VENDOR=	opensuse
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-
 USE_RC_SUBR=	munged
 
-INSTALL_TARGET=	install-strip
-
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
 
+INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
+
 .include <bsd.port.mk>
diff --git a/security/munge/distinfo b/security/munge/distinfo
index d8248c06d332..ddbad5a05e60 100644
--- a/security/munge/distinfo
+++ b/security/munge/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641593412
-SHA256 (munge-0.5.14.tar.xz) = 6606a218f18090fa1f702e3f6fb608073eb6aafed534cf7dd81b67b2e0d30640
-SIZE (munge-0.5.14.tar.xz) = 439776
+TIMESTAMP = 1681668887
+SHA256 (munge-0.5.15.tar.xz) = 3f979df117a34c74db8fe2835521044bdeb08e3b7d0f168ca97c3547f51da9ba
+SIZE (munge-0.5.15.tar.xz) = 459468



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304161902.33GJ2EYA028271>