git: b7c9b830d330 - main - net-mgmt/snmptt: update to 1.5

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Wed, 04 Oct 2023 20:03:09 UTC
The branch main has been updated by fuz:

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

commit b7c9b830d330d5cc74861a0c910b1ed1b099c346
Author:     Jon Nistor <nistor@snickers.org>
AuthorDate: 2023-10-04 17:02:04 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-04 20:01:39 +0000

    net-mgmt/snmptt: update to 1.5
    
    Changelog: https://snmptt.sourceforge.net/changelog.shtml
    
    PR:             274035
---
 net-mgmt/snmptt/Makefile           |  6 +++---
 net-mgmt/snmptt/distinfo           |  6 +++---
 net-mgmt/snmptt/files/patch-snmptt | 13 -------------
 3 files changed, 6 insertions(+), 19 deletions(-)

diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile
index 0e5d8ba88927..d948eddb3012 100644
--- a/net-mgmt/snmptt/Makefile
+++ b/net-mgmt/snmptt/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	snmptt
-PORTVERSION=	1.4.2
+DISTVERSION=	1.5
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION}
-DISTNAME=	${PORTNAME}_${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${DISTVERSION}
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	nistor@snickers.org
 COMMENT=	SNMP trap handler/translator/swiss-army-knife
diff --git a/net-mgmt/snmptt/distinfo b/net-mgmt/snmptt/distinfo
index 88f6365cc2f0..b006054e6750 100644
--- a/net-mgmt/snmptt/distinfo
+++ b/net-mgmt/snmptt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597496793
-SHA256 (snmptt_1.4.2.tgz) = 1b455a5ae252dab5d828926125073b5376e36855e38423aca8da9bce6c4920c5
-SIZE (snmptt_1.4.2.tgz) = 142697
+TIMESTAMP = 1695433005
+SHA256 (snmptt_1.5.tgz) = 91fb6146a08c0d143e4193f1fffdb697f769f75666d72a73eeb78c013b8a227f
+SIZE (snmptt_1.5.tgz) = 633591
diff --git a/net-mgmt/snmptt/files/patch-snmptt b/net-mgmt/snmptt/files/patch-snmptt
deleted file mode 100644
index e0fc65762ce0..000000000000
--- a/net-mgmt/snmptt/files/patch-snmptt
+++ /dev/null
@@ -1,13 +0,0 @@
---- snmptt.orig	2021-02-19 20:24:30 UTC
-+++ snmptt
-@@ -956,8 +956,8 @@ if ($daemon == 1)
-       $) = $daemon_gid;
-       $( = $);
- 	  
--      $> = $daemon_uid;
--      $< = $>;
-+      $< = $daemon_uid;
-+      $> = $<;
- 	  
-       if ($< != $daemon_uid || $( != $daemon_gid) {	  
-         if ($syslog_system_enable == 1) {