summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-04-15 11:02:04 +0000
committermartti <martti@pkgsrc.org>2008-04-15 11:02:04 +0000
commit39199a64e15ba8a0a8269d523d56257fb890f898 (patch)
treec42815e173b10addfc90ac25888e21031e3b68e5 /net/mrtg
parent9da837c85b52ba0ee61571805f359cb787a6388a (diff)
downloadpkgsrc-39199a64e15ba8a0a8269d523d56257fb890f898.tar.gz
Updated net/mrtg to 2.16.1
* fix RouterUptime config with non unique targets * give up MAINTAINERship as I'm no longer using mrtg (I switched to rrdtool)
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile6
-rw-r--r--net/mrtg/distinfo10
-rw-r--r--net/mrtg/patches/patch-ad12
3 files changed, 14 insertions, 14 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index c4f66babd57..76e782d90c8 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.86 2008/02/13 12:05:26 martti Exp $
+# $NetBSD: Makefile,v 1.87 2008/04/15 11:02:04 martti Exp $
-DISTNAME= mrtg-2.16.0
+DISTNAME= mrtg-2.16.1
#PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
http://oss.oetiker.ch/mrtg/pub/old/
-MAINTAINER= martti@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oss.oetiker.ch/mrtg/
COMMENT= The Multi-Router Traffic Grapher
#LICENSE= gnu-gpl-v2
diff --git a/net/mrtg/distinfo b/net/mrtg/distinfo
index 7ff42b61ccf..60bc818810c 100644
--- a/net/mrtg/distinfo
+++ b/net/mrtg/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.27 2008/02/13 12:05:26 martti Exp $
+$NetBSD: distinfo,v 1.28 2008/04/15 11:02:04 martti Exp $
-SHA1 (mrtg-2.16.0.tar.gz) = dd4d77179c84d30e0c38256d883f567417536317
-RMD160 (mrtg-2.16.0.tar.gz) = 83d0832c84e0233b0b54b99d03d8808cbbd6e78c
-Size (mrtg-2.16.0.tar.gz) = 1078505 bytes
+SHA1 (mrtg-2.16.1.tar.gz) = cb389cebf258611da3e0bfeff96b4d0d02131c55
+RMD160 (mrtg-2.16.1.tar.gz) = 1d4247faa561dbc67d00cb7c7980bcc2d998337b
+Size (mrtg-2.16.1.tar.gz) = 1077657 bytes
SHA1 (patch-aa) = 2874cd59371db10fbc4ff6c29e3a917a4b8eec55
SHA1 (patch-ab) = bf367e6c43030a9cb64a88336b66932d7e05025c
SHA1 (patch-ac) = e12f74ea083c1e3a7793afc35dcd698611823d81
-SHA1 (patch-ad) = f40b47771a2f13d3dcaf6760672f0243b0434a4c
+SHA1 (patch-ad) = d571917c468edde3ef3670154039da2a46681d27
SHA1 (patch-ae) = 38793e3bd13570d18006a016c65a4cc3c3f5e1b5
diff --git a/net/mrtg/patches/patch-ad b/net/mrtg/patches/patch-ad
index 7e0ba098dc0..07d5030b32b 100644
--- a/net/mrtg/patches/patch-ad
+++ b/net/mrtg/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.14 2008/02/13 12:05:26 martti Exp $
+$NetBSD: patch-ad,v 1.15 2008/04/15 11:02:04 martti Exp $
---- bin/mrtg.orig 2008-02-06 16:35:49.000000000 +0200
-+++ bin/mrtg 2008-02-13 13:57:31.000000000 +0200
-@@ -898,8 +898,8 @@
+--- bin/mrtg.orig 2008-02-17 12:27:36.000000000 +0200
++++ bin/mrtg 2008-04-15 13:56:27.000000000 +0300
+@@ -899,8 +899,8 @@
((($MRTG_lib::OS eq 'NT' or $MRTG_lib::OS eq 'OS2') and (-e "${FindBin::Bin}${MRTG_lib::SL}rateup.exe")) or
(($MRTG_lib::OS eq 'NW') and (-e "SYS:/Mrtg/bin/rateup.nlm")) or
@@ -13,7 +13,7 @@ $NetBSD: patch-ad,v 1.14 2008/02/13 12:05:26 martti Exp $
# rateup does not know about undef so we make inlast and outlast ready for rateup
#warn "$NOW: ERROR: inlast is undefined. Skipping $router\n" unless defined $inlast;
-@@ -911,7 +911,7 @@
+@@ -912,7 +912,7 @@
$outlast = -1 unless defined $outlast;
if ($$rcfg{'options'}{'dorelpercent'}{$router}) {
@@ -22,7 +22,7 @@ $NetBSD: patch-ad,v 1.14 2008/02/13 12:05:26 martti Exp $
"$$cfg{'logdir'}$$rcfg{'directory'}{$router}","$router",
$time, $$rcfg{'options'}{'unknaszero'}{$router} ? '-z':'-Z',
"$up_abs"."p", $inlast, $outlast, $absmax,
-@@ -920,7 +920,7 @@
+@@ -921,7 +921,7 @@
$$rcfg{'rgb5'}{$router});
} else {