summaryrefslogtreecommitdiff
path: root/net/mrtg/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-02-13 12:05:26 +0000
committermartti <martti@pkgsrc.org>2008-02-13 12:05:26 +0000
commitc46f8dbcaafb8d1604f192e44bfd18bfedeab3ed (patch)
tree38e6c02052148e31f58d73c53c65ea32f549667c /net/mrtg/Makefile
parent6314b22b5ea50768aefd0c0502624b3de9a36048 (diff)
downloadpkgsrc-c46f8dbcaafb8d1604f192e44bfd18bfedeab3ed.tar.gz
Updated net/mrtg to 2.16.0
* Makesure mrtg repopulates its cache only once even in fork mode * Added support for RRDtool based Holt-Winters aberrant behaviour detection. Threshold based alerts have been enhanced to be able to fire based on the FAILURES RRA. Note that Holt-Winters aberrant behaviour detection can only be enabled on newly created RRAs. * when thresholds were UNboraken, the threshprogok did not run necessarily * MIB parser rewritten for better compatibility * allow RouterUptime to contain an explicit OID for queriing the uptime. * support for nortel passport 8600 in cfgmaker * Added Documentation for GeTNEXT prefix * Added New Prefix for Counterd SNMP Walk -> CnTWaLK (see docs) * Upgrade to SNMP Session 1.10 * Updates for Net_SNMP_util.pm and SNMP_util.pm * Fix if_is_ciscovlan condition in cfgmaker * Updated port syntax in documentation (based on trac entry)
Diffstat (limited to 'net/mrtg/Makefile')
-rw-r--r--net/mrtg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 59915b6ef49..c4f66babd57 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2007/12/02 12:15:45 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2008/02/13 12:05:26 martti Exp $
-DISTNAME= mrtg-2.15.2
-PKGREVISION= 1
+DISTNAME= mrtg-2.16.0
+#PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
http://oss.oetiker.ch/mrtg/pub/old/
@@ -70,7 +70,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/$$FILE ${PREFIX}/libexec; \
done
${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
- ${INSTALL_SCRIPT} ${WRKSRC}/lib/mrtg2/BER.pm \
+ ${INSTALL_DATA} ${WRKSRC}/lib/mrtg2/BER.pm \
${WRKSRC}/lib/mrtg2/SNMP_Session.pm \
${WRKSRC}/lib/mrtg2/SNMP_util.pm \
${WRKSRC}/lib/mrtg2/Net_SNMP_util.pm \