diff options
author | wxs <wxs@FreeBSD.org> | 2011-05-28 04:45:37 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-05-28 04:45:37 +0800 |
commit | d6a117f1d275420143f055c7536dd38decccae7b (patch) | |
tree | 38ef04751ed4f04a3c8e9424120821ee4c19952c /net-mgmt/snmp++ | |
parent | e7ab87317a81e162af4723b1391e86f1d3e77289 (diff) | |
download | freebsd-ports-gnome-d6a117f1d275420143f055c7536dd38decccae7b.tar.gz freebsd-ports-gnome-d6a117f1d275420143f055c7536dd38decccae7b.tar.zst freebsd-ports-gnome-d6a117f1d275420143f055c7536dd38decccae7b.zip |
- Update to 3.2.25
PR: ports/157364
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: Nicolai Petri <nicolai@petri.cc> (maintainer)
Diffstat (limited to 'net-mgmt/snmp++')
-rw-r--r-- | net-mgmt/snmp++/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/snmp++/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/snmp++/files/patch-src-common.mk | 11 | ||||
-rw-r--r-- | net-mgmt/snmp++/pkg-plist | 3 |
4 files changed, 18 insertions, 5 deletions
diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile index a7553f7b7125..6569fd4fac82 100644 --- a/net-mgmt/snmp++/Makefile +++ b/net-mgmt/snmp++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= snmp++ -PORTVERSION= 3.2.23 +PORTVERSION= 3.2.25 CATEGORIES= net-mgmt MASTER_SITES= http://www.agentpp.com/ DISTNAME= ${PORTNAME}v${PORTVERSION} @@ -23,4 +23,7 @@ USE_LDCONFIG= yes post-extract: ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} +post-install: + ${LN} -sf ${PREFIX}/lib/libsnmp++.so.2.0.0 ${PREFIX}/lib/libsnmp++.so + .include <bsd.port.mk> diff --git a/net-mgmt/snmp++/distinfo b/net-mgmt/snmp++/distinfo index cc9894a1f8a9..75e67b09b5fc 100644 --- a/net-mgmt/snmp++/distinfo +++ b/net-mgmt/snmp++/distinfo @@ -1,2 +1,2 @@ -SHA256 (snmp++v3.2.23.tar.gz) = c35ac5903432c3131ac2ce4fba69850f7d49aef4df13d5aef0a5b8f96594dfa3 -SIZE (snmp++v3.2.23.tar.gz) = 268458 +SHA256 (snmp++v3.2.25.tar.gz) = 02234720a95af975180f7c093b98cc003bb564f44c8795882593afbb417c1f2b +SIZE (snmp++v3.2.25.tar.gz) = 265074 diff --git a/net-mgmt/snmp++/files/patch-src-common.mk b/net-mgmt/snmp++/files/patch-src-common.mk new file mode 100644 index 000000000000..40471d4e806f --- /dev/null +++ b/net-mgmt/snmp++/files/patch-src-common.mk @@ -0,0 +1,11 @@ +--- ./common.mk.orig 2011-05-26 22:23:19.000000000 -0400 ++++ common.mk 2011-05-26 22:23:37.000000000 -0400 +@@ -65,7 +65,7 @@ + # Installation directories + # + ifndef INSTPREFIX +-INSTPREFIX = /usr/local ++INSTPREFIX = $(PREFIX) + endif + + ifndef INSTLIBPATH diff --git a/net-mgmt/snmp++/pkg-plist b/net-mgmt/snmp++/pkg-plist index 919bdcfbe8e2..57f81c57c980 100644 --- a/net-mgmt/snmp++/pkg-plist +++ b/net-mgmt/snmp++/pkg-plist @@ -3,8 +3,6 @@ include/snmp_pp/address.h include/snmp_pp/asn1.h include/snmp_pp/auth_priv.h include/snmp_pp/collect.h -include/snmp_pp/collect1.h -include/snmp_pp/collect2.h include/snmp_pp/config_snmp_pp.h include/snmp_pp/counter.h include/snmp_pp/ctr64.h @@ -38,5 +36,6 @@ include/snmp_pp/v3.h include/snmp_pp/vb.h lib/libsnmp++.a lib/libsnmp++.so +lib/libsnmp++.so.2.0.0 @dirrm include/snmp_pp |