pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mrtg Updated net/mrtg to 2.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1471bfe6a56
branches:  trunk
changeset: 541094:b1471bfe6a56
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Apr 15 11:02:04 2008 +0000

description:
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:

 net/mrtg/Makefile         |   6 +++---
 net/mrtg/distinfo         |  10 +++++-----
 net/mrtg/patches/patch-ad |  12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (72 lines):

diff -r 001a98f48c2d -r b1471bfe6a56 net/mrtg/Makefile
--- a/net/mrtg/Makefile Tue Apr 15 10:15:06 2008 +0000
+++ b/net/mrtg/Makefile Tue Apr 15 11:02:04 2008 +0000
@@ -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@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://oss.oetiker.ch/mrtg/
 COMMENT=       The Multi-Router Traffic Grapher
 #LICENSE=      gnu-gpl-v2
diff -r 001a98f48c2d -r b1471bfe6a56 net/mrtg/distinfo
--- a/net/mrtg/distinfo Tue Apr 15 10:15:06 2008 +0000
+++ b/net/mrtg/distinfo Tue Apr 15 11:02:04 2008 +0000
@@ -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 -r 001a98f48c2d -r b1471bfe6a56 net/mrtg/patches/patch-ad
--- a/net/mrtg/patches/patch-ad Tue Apr 15 10:15:06 2008 +0000
+++ b/net/mrtg/patches/patch-ad Tue Apr 15 11:02:04 2008 +0000
@@ -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 @@
  
      # 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 @@
                   "$$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 { 
  



Home | Main Index | Thread Index | Old Index