summaryrefslogtreecommitdiff
path: root/net-mgmt/mrtg/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2010-12-20 19:50:45 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2010-12-20 19:50:45 +0000
commitd83eecc17c9db8ad01bec2c1111532d34baddc26 (patch)
tree8d9c557777dc24067140fc27e92541e7a27b3491 /net-mgmt/mrtg/Makefile
parent - use registered user _flowd from UIDs/GIDs (diff)
- update mrtg to version 2.17.0
The update to 2.17.0 uncludes: * added rrdcached support - new keyword: RRDCached: which overrides anything set in the RRDCACHED_ADDRESS environment variable and sets MRTG to work in RRDCached mode. This verifies that you're using a unix-domain socket and the socket is writable. - Check for environment variable RRDCACHED_ADDRESS and use this if no explicit address was set in the cfg file, making the same config validity checks. - Make warning if using rrdcached to the effect that the threshold checks will no longer work. - If in rrdcached-mode, and using RRDTool 1.4, then force use of update rather than updatev (as rrdcached does not yet support updatev) and consequently bypass the threshold checks. - Changes to validity check error messages to also report the file containing the error (as well as the line). * Added support for glob patterns in include * Make daemon reload cfg automatically when it changes * added support for Arista to cfgmaker * fix cfgmaker to work in mixed v1/2/3 snmp environment * do not stringify arguments to conversion function let eval take care of this * untaint inlast and outlast to make perl taint mode happy PR: ports/153317 Submitted by: Alexey V. Panfilov <ports _at_ subnets.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=266662
Diffstat (limited to '')
-rw-r--r--net-mgmt/mrtg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile
index 10ac70dec850..c51ec8ab5858 100644
--- a/net-mgmt/mrtg/Makefile
+++ b/net-mgmt/mrtg/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mrtg
-PORTVERSION= 2.16.4
+PORTVERSION= 2.17.0
PORTEPOCH= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \