git: 7a21c6875070 - main - net-mgmt/nagios-plugins: Update to 2.4.3

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Tue, 31 Jan 2023 17:42:49 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a21c687507056370e9213a387ac15f6c0a38b2e

commit 7a21c687507056370e9213a387ac15f6c0a38b2e
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2023-01-31 17:37:41 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-01-31 17:42:17 +0000

    net-mgmt/nagios-plugins: Update to 2.4.3
    
    - fix check_icmp bug from PR#264342
    
    ChangeLog:
    https://github.com/nagios-plugins/nagios-plugins/blob/master/NEWS
    
    PR:             264342, 269230
---
 net-mgmt/nagios-plugins/Makefile                          |  3 +--
 net-mgmt/nagios-plugins/distinfo                          |  6 +++---
 net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c | 10 ----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 1726ea0cbe17..fdd702287696 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	nagios-plugins
-DISTVERSION=	2.4.0
-PORTREVISION=	1
+DISTVERSION=	2.4.3
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}/ \
diff --git a/net-mgmt/nagios-plugins/distinfo b/net-mgmt/nagios-plugins/distinfo
index 483506fcb680..7eaa5a8286b9 100644
--- a/net-mgmt/nagios-plugins/distinfo
+++ b/net-mgmt/nagios-plugins/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649057142
-SHA256 (nagios-plugins-2.4.0.tar.gz) = fb8a5a633295d437464f4e23bc7b7d8d9412cf5c8debe8d70e5c030c6d6ba406
-SIZE (nagios-plugins-2.4.0.tar.gz) = 2738643
+TIMESTAMP = 1675014879
+SHA256 (nagios-plugins-2.4.3.tar.gz) = cb210e6ea037181b15ad85e17b98f70415be7334d0607aef712fb7d1a1c62aaf
+SIZE (nagios-plugins-2.4.3.tar.gz) = 2781759
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c
deleted file mode 100644
index 975d8d450958..000000000000
--- a/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/check_smtp.c.orig	2021-10-29 19:30:39 UTC
-+++ plugins/check_smtp.c
-@@ -648,6 +648,7 @@ process_arguments (int argc, char **argv)
- #else
- 			usage (_("SSL support not available - install OpenSSL and recompile"));
- #endif
-+			break;
- 		case 's':
- 		/* ssl */
- 			use_ssl = TRUE;