Created
May 10, 2022 13:25
-
-
Save dlangille/a5754e8dd5868e465a822562e408fb18 to your computer and use it in GitHub Desktop.
net-snmp-5.9.1,1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff | |
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile | |
index 0af9bccd05ee..9827504952b6 100644 | |
--- a/net-mgmt/net-snmp/Makefile | |
+++ b/net-mgmt/net-snmp/Makefile | |
@@ -1,8 +1,7 @@ | |
# Created by: gpalmer | |
PORTNAME= snmp | |
-PORTVERSION= 5.9 | |
-PORTREVISION= 3 | |
+PORTVERSION= 5.9.1 | |
PORTEPOCH= 1 | |
CATEGORIES= net-mgmt | |
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \ | |
@@ -147,7 +146,7 @@ CONFIGURE_ARGS+=--without-root-access | |
.endif | |
SHLIB_VERSION= 40 | |
-SHLIB_VERSION2= .0.0 | |
+SHLIB_VERSION2= .1.0 | |
PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} SHLIB_VERSION2=${SHLIB_VERSION2} | |
SCRIPTS_SUB= PREFIX=${PREFIX} PERL=${PERL} | |
diff --git a/net-mgmt/net-snmp/distinfo b/net-mgmt/net-snmp/distinfo | |
index 06b636acd466..7904c57e50fb 100644 | |
--- a/net-mgmt/net-snmp/distinfo | |
+++ b/net-mgmt/net-snmp/distinfo | |
@@ -1,3 +1,3 @@ | |
-TIMESTAMP = 1599226037 | |
-SHA256 (net-snmp-5.9.tar.gz) = 04303a66f85d6d8b16d3cc53bde50428877c82ab524e17591dfceaeb94df6071 | |
-SIZE (net-snmp-5.9.tar.gz) = 6690435 | |
+TIMESTAMP = 1651857991 | |
+SHA256 (net-snmp-5.9.1.tar.gz) = eb7fd4a44de6cddbffd9a92a85ad1309e5c1054fb9d5a7dd93079c8953f48c3f | |
+SIZE (net-snmp-5.9.1.tar.gz) = 6711774 | |
diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist | |
index 538ce97c781c..bf302685a853 100644 | |
--- a/net-mgmt/net-snmp/pkg-plist | |
+++ b/net-mgmt/net-snmp/pkg-plist | |
@@ -182,17 +182,6 @@ include/net-snmp/system/bsdi3.h | |
include/net-snmp/system/bsdi4.h | |
include/net-snmp/system/cygwin.h | |
include/net-snmp/system/darwin.h | |
-include/net-snmp/system/darwin7.h | |
-include/net-snmp/system/darwin8.h | |
-include/net-snmp/system/darwin9.h | |
-include/net-snmp/system/darwin10.h | |
-include/net-snmp/system/darwin11.h | |
-include/net-snmp/system/darwin12.h | |
-include/net-snmp/system/darwin13.h | |
-include/net-snmp/system/darwin14.h | |
-include/net-snmp/system/darwin15.h | |
-include/net-snmp/system/darwin16.h | |
-include/net-snmp/system/darwin17.h | |
include/net-snmp/system/dragonfly.h | |
include/net-snmp/system/dynix.h | |
include/net-snmp/system/freebsd.h | |
@@ -212,6 +201,7 @@ include/net-snmp/system/freebsd14.h | |
include/net-snmp/system/generic.h | |
include/net-snmp/system/hpux.h | |
include/net-snmp/system/irix.h | |
+include/net-snmp/system/kfreebsd.h | |
include/net-snmp/system/linux.h | |
include/net-snmp/system/mingw32.h | |
include/net-snmp/system/mingw32msvc.h | |
[dvl@ava-pkg-02prd:/usr/dvl/main] $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment