aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2013-10-15 18:03:00 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2013-10-15 18:03:00 +0000
commit4bf30cee3e507144d616c06554d780692d5d1a97 (patch)
treef3adc524f4845bac72e2120b3af0140f66c45e93 /net-mgmt
parent5fa82a7346ffd1c9ce14ce3fbf477c8695d2ff69 (diff)
downloadports-4bf30cee3e507144d616c06554d780692d5d1a97.tar.gz
ports-4bf30cee3e507144d616c06554d780692d5d1a97.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile11
-rw-r--r--net-mgmt/bsnmp-ucd/distinfo4
-rw-r--r--net-mgmt/bsnmp-ucd/pkg-plist3
3 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile
index 3cdc0bd803c4..f7bc6438f84e 100644
--- a/net-mgmt/bsnmp-ucd/Makefile
+++ b/net-mgmt/bsnmp-ucd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bsnmp-ucd
-PORTVERSION= 0.3.6
+PORTVERSION= 0.4.0
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -11,12 +11,13 @@ COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB
LICENSE= BSD
-USE_AUTOTOOLS= libtool:env
+MAKE_ENV+= NO_OBJ=yes
-MAN8= bsnmp-ucd.8
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '32,32 s/^.*/#include <sys\/queue.h>/' ${WRKSRC}/snmp_ucd.h
+post-install:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
+
.include <bsd.port.mk>
diff --git a/net-mgmt/bsnmp-ucd/distinfo b/net-mgmt/bsnmp-ucd/distinfo
index bec32f2545ee..c19983bb9da5 100644
--- a/net-mgmt/bsnmp-ucd/distinfo
+++ b/net-mgmt/bsnmp-ucd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bsnmp-ucd-0.3.6.tar.gz) = d8b1e4c703ac48d7beab55f8f8c1da6128676d0c3fd06d72e53af9947aa6b51f
-SIZE (bsnmp-ucd-0.3.6.tar.gz) = 28804
+SHA256 (bsnmp-ucd-0.4.0.tar.gz) = bb88854a1104265747c2b2a49753f57642357f8dc773f0a33877c88d1dbef789
+SIZE (bsnmp-ucd-0.4.0.tar.gz) = 30011
diff --git a/net-mgmt/bsnmp-ucd/pkg-plist b/net-mgmt/bsnmp-ucd/pkg-plist
index a965043ada14..7096fc5a68ec 100644
--- a/net-mgmt/bsnmp-ucd/pkg-plist
+++ b/net-mgmt/bsnmp-ucd/pkg-plist
@@ -1,6 +1,5 @@
-lib/snmp_ucd.a
-lib/snmp_ucd.la
lib/snmp_ucd.so
lib/snmp_ucd.so.1
+man/man8/bsnmp-ucd.8.gz
%%EXAMPLESDIR%%/snmpd.config.sample
@dirrm %%EXAMPLESDIR%%