On Sat, Dec 22, 2007 at 09:03:56PM +0100, Thomas Pfaff wrote: > I'm getting a 404 on the URL in /usr/ports/net/mrtg/pkg/DESCR.
Me, too. I also get a 404 at what appears to be the new URL[0]. Seems to me that we might as well just remove the reference to the demo site; patch below and available via HTTP: http://www.lfod.us/files/ports/mrtg.diff [0] http://www.stat.ee.ethz.ch/mrtg/ -- o--------------------------{ Will Maier }--------------------------o | web:.......http://www.lfod.us/ | [EMAIL PROTECTED] | *------------------[ BSD Unix: Live Free or Die ]------------------* Index: Makefile =================================================================== RCS file: /cvs/ports/net/mrtg/Makefile,v Retrieving revision 1.56 server -N -u -u -p -r1.56 Makefile --- Makefile 22 Dec 2007 20:35:11 1.56 +++ Makefile 22 Dec 2007 20:35:11 @@ -3,6 +3,7 @@ COMMENT= multi-router traffic grapher DISTNAME= mrtg-2.15.2 +DISTNAME= ${PKGNAME}p0 CATEGORIES= net HOMEPAGE= http://oss.oetiker.ch/mrtg/ Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/net/mrtg/pkg/DESCR,v Retrieving revision 1.5 server -N -u -u -p -r1.5 pkg/DESCR --- pkg/DESCR 22 Dec 2007 20:35:12 1.5 +++ pkg/DESCR 22 Dec 2007 20:35:11 @@ -1,8 +1,5 @@ The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic -load on network-links. MRTG generates HTML pages containing PNG images which -provide a LIVE visual representation of this traffic. Check - -http://www.ee.ethz.ch/stats/mrtg/ - -for an example. MRTG is based on Perl and C and works under UNIX and Windows -NT. MRTG is being successfully used on many sites around the net. +load on network-links. MRTG generates HTML pages containing PNG images +which provide a LIVE visual representation of this traffic. MRTG is +based on Perl and C and works under UNIX and Windows NT. MRTG is being +successfully used on many sites around the net.