diff options
author | martti <martti@pkgsrc.org> | 2008-04-15 11:02:04 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-04-15 11:02:04 +0000 |
commit | 39199a64e15ba8a0a8269d523d56257fb890f898 (patch) | |
tree | c42815e173b10addfc90ac25888e21031e3b68e5 /net/mrtg/Makefile | |
parent | 9da837c85b52ba0ee61571805f359cb787a6388a (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | net/mrtg/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |