Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2022 20:33:18 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 217b4db3edb7 - main - net-mgmt/check_nwc_health: Update to 10.3
Message-ID:  <202208182033.27IKXIaK087986@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=217b4db3edb7fbbc5ae635f50d11bc4f7bab314d

commit 217b4db3edb7fbbc5ae635f50d11bc4f7bab314d
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2022-08-18 20:32:40 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2022-08-18 20:32:40 +0000

    net-mgmt/check_nwc_health: Update to 10.3
    
     - add mode check-rtt (cisco-rttmon-mib slas)
    
    While we're here add RUN_DEPENDS (thanks, Case!)
    
    Reported by:    portscout, Case Larsen
---
 net-mgmt/check_nwc_health/Makefile | 6 +++++-
 net-mgmt/check_nwc_health/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/check_nwc_health/Makefile b/net-mgmt/check_nwc_health/Makefile
index 7fb4eb3258e7..19ff04a347a2 100644
--- a/net-mgmt/check_nwc_health/Makefile
+++ b/net-mgmt/check_nwc_health/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	check_nwc_health
-PORTVERSION=	10.2.1
+PORTVERSION=	10.3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://labs.consol.de/assets/downloads/nagios/
 
@@ -22,6 +22,10 @@ NAGIOSGROUP?=	nagios
 USERS=		${NAGIOSUSER}
 GROUPS=		${NAGIOSGROUP}
 
+RUN_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp \
+		p5-JSON-XS>=4.0:converters/p5-JSON-XS \
+		p5-JSON>=4.0:converters/p5-JSON
+
 PLIST_FILES=	libexec/check_nwc_health
 
 post-patch:
diff --git a/net-mgmt/check_nwc_health/distinfo b/net-mgmt/check_nwc_health/distinfo
index 12285cf4899b..1126127d9b59 100644
--- a/net-mgmt/check_nwc_health/distinfo
+++ b/net-mgmt/check_nwc_health/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658525500
-SHA256 (check_nwc_health-10.2.1.tar.gz) = 4a94cefca4eb8c37fbba2a0c395321454d006c0dd427882c2a7a77d965ca4cde
-SIZE (check_nwc_health-10.2.1.tar.gz) = 722409
+TIMESTAMP = 1660854271
+SHA256 (check_nwc_health-10.3.tar.gz) = 0721758c6db0fa1d9e7b1a3a1696589bcf879353b4db1735efd6aa448c0afa54
+SIZE (check_nwc_health-10.3.tar.gz) = 731220



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