aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-03-05 14:48:50 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-03-05 14:48:50 +0000
commit76d93b8cb89c68fb1f0c5f6a89afac72dcfa8d89 (patch)
treeca3305464400a444d35736333a2c38134eff1697 /net-mgmt
parentb9292159ee880aab0e936e837d016b9fd81a4f97 (diff)
downloadports-76d93b8cb89c68fb1f0c5f6a89afac72dcfa8d89.tar.gz
ports-76d93b8cb89c68fb1f0c5f6a89afac72dcfa8d89.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/snmp++/Makefile3
-rw-r--r--net-mgmt/snmp++/distinfo6
-rw-r--r--net-mgmt/snmp++/files/patch-asn1.cpp14
-rw-r--r--net-mgmt/snmp++/pkg-plist1
4 files changed, 5 insertions, 19 deletions
diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile
index 49b4939ffb78..a7553f7b7125 100644
--- a/net-mgmt/snmp++/Makefile
+++ b/net-mgmt/snmp++/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= snmp++
-PORTVERSION= 3.2.22
-PORTREVISION= 2
+PORTVERSION= 3.2.23
CATEGORIES= net-mgmt
MASTER_SITES= http://www.agentpp.com/
DISTNAME= ${PORTNAME}v${PORTVERSION}
diff --git a/net-mgmt/snmp++/distinfo b/net-mgmt/snmp++/distinfo
index 47493405b7c5..8233903e1b7f 100644
--- a/net-mgmt/snmp++/distinfo
+++ b/net-mgmt/snmp++/distinfo
@@ -1,3 +1,3 @@
-MD5 (snmp++v3.2.22.tar.gz) = 8cdbbca21d783e0120374ee1305368d7
-SHA256 (snmp++v3.2.22.tar.gz) = 229e4333ac1d011fc9e2d1d07196bac321dcdd19c54f21354b77caf2ecfc6316
-SIZE (snmp++v3.2.22.tar.gz) = 261879
+MD5 (snmp++v3.2.23.tar.gz) = a8b0e51fbf20e436999781b7f5ea187b
+SHA256 (snmp++v3.2.23.tar.gz) = c35ac5903432c3131ac2ce4fba69850f7d49aef4df13d5aef0a5b8f96594dfa3
+SIZE (snmp++v3.2.23.tar.gz) = 268458
diff --git a/net-mgmt/snmp++/files/patch-asn1.cpp b/net-mgmt/snmp++/files/patch-asn1.cpp
deleted file mode 100644
index a5ede28c23bf..000000000000
--- a/net-mgmt/snmp++/files/patch-asn1.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- asn1.cpp.orig 2007-10-26 20:24:08.000000000 +0200
-+++ asn1.cpp 2007-10-26 20:25:34.000000000 +0200
-@@ -550,8 +550,9 @@ unsigned char * asn_parse_length( unsign
- memcpy((char *)length, (char *)data + 1, (int)lengthbyte);
- *length = ntohl(*length);
- // ntohl even on ALPHA (DEC/COMPAQ) 64bit platforms works on 32bit int,
-- // whereas long is 64bit - therefore:
--#ifdef __osf__
-+ // whereas long is 64bit. The same is true for FreeBSD (and probably
-+ // for lots of other platforms). Therefore:
-+#if defined(__osf__) || defined(__FreeBSD__)
- *length >>= (8 * ((sizeof(int)) - lengthbyte));
- #else
- *length >>= (8 * ((sizeof(long)) - lengthbyte));
diff --git a/net-mgmt/snmp++/pkg-plist b/net-mgmt/snmp++/pkg-plist
index a0e465778c64..919bdcfbe8e2 100644
--- a/net-mgmt/snmp++/pkg-plist
+++ b/net-mgmt/snmp++/pkg-plist
@@ -1,3 +1,4 @@
+include/snmp_pp/IPv6Utility.h
include/snmp_pp/address.h
include/snmp_pp/asn1.h
include/snmp_pp/auth_priv.h