From kiwi@proxy.home.oav.net  Mon Jul  7 20:49:14 2008
Return-Path: <kiwi@proxy.home.oav.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7DDAD1065679
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jul 2008 20:49:03 +0000 (UTC)
	(envelope-from kiwi@proxy.home.oav.net)
Received: from kiwi.oav.net (kiwi.oav.net [82.225.248.92])
	by mx1.freebsd.org (Postfix) with ESMTP id E08048FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jul 2008 20:49:02 +0000 (UTC)
	(envelope-from kiwi@proxy.home.oav.net)
Received: by proxy.home.oav.net (Postfix, from userid 1000)
	id D9F412E4BC; Mon,  7 Jul 2008 22:47:55 +0200 (CEST)
Message-Id: <20080707204900.D9F412E4BC@proxy.home.oav.net>
Date: Mon,  7 Jul 2008 22:47:55 +0200 (CEST)
From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net-mgmt/routers2: update to 2.18
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125381
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/routers2: update to 2.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 20:50:01 UTC 2008
>Closed-Date:    Thu Jul 10 23:33:39 UTC 2008
>Last-Modified:  Thu Jul 10 23:40:01 UTC 2008
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 7.0-RELEASE-p2 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18 07:33:20 UTC 2008
>Description:
- Update to 2.18


Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- routers2-2.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/routers2.old/Makefile /usr/ports/net-mgmt/routers2/Makefile
--- /usr/ports/net-mgmt/routers2.old/Makefile	2008-07-07 22:16:16.000000000 +0200
+++ /usr/ports/net-mgmt/routers2/Makefile	2008-07-07 22:18:53.000000000 +0200
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	routers2
-PORTVERSION=	2.17
-PORTREVISION=	1
+PORTVERSION=	2.18
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.steveshipway.org/software/rrd/ \
 		ftp://ftp.oav.oav.net/routers2/
-DISTNAME=	${PORTNAME}-v${PORTVERSION}a
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	kiwi@oav.net
 COMMENT=	Frontend for the MRTG system monitoring software
diff -ruN --exclude=CVS /usr/ports/net-mgmt/routers2.old/distinfo /usr/ports/net-mgmt/routers2/distinfo
--- /usr/ports/net-mgmt/routers2.old/distinfo	2008-07-07 22:16:16.000000000 +0200
+++ /usr/ports/net-mgmt/routers2/distinfo	2008-07-07 22:18:57.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (routers2-v2.17a.tar.gz) = 57e1542bca50940aa4b3908cc7ed5551
-SHA256 (routers2-v2.17a.tar.gz) = a8aa61db9969ebae2b56fe92184d045f03780a8c9412f99f48ecfed879d9703e
-SIZE (routers2-v2.17a.tar.gz) = 383280
+MD5 (routers2-v2.18.tar.gz) = e9ed06d52acaa22467d8c31432905691
+SHA256 (routers2-v2.18.tar.gz) = 728d1788db58f8b99a72fdf74c1e1def3a4528bc0483b7f371472aa23396357f
+SIZE (routers2-v2.18.tar.gz) = 399144
diff -ruN --exclude=CVS /usr/ports/net-mgmt/routers2.old/files/patch-routers2.cgi.pl /usr/ports/net-mgmt/routers2/files/patch-routers2.cgi.pl
--- /usr/ports/net-mgmt/routers2.old/files/patch-routers2.cgi.pl	2008-07-07 22:16:16.000000000 +0200
+++ /usr/ports/net-mgmt/routers2/files/patch-routers2.cgi.pl	2008-07-07 22:46:07.000000000 +0200
@@ -1,22 +1,24 @@
---- routers2.cgi.pl.old	Mon Dec 11 15:57:57 2006
-+++ routers2.cgi.pl	Mon Dec 11 16:01:18 2006
-@@ -1,9 +1,4 @@
+--- routers2.cgi.pl.orig	2008-06-09 07:18:11.000000000 +0200
++++ routers2.cgi.pl	2008-07-07 22:43:34.000000000 +0200
+@@ -1,9 +1,9 @@
 -#!/usr/bin/perl 
 -# DONT FORGET TO CHANGE THE ABOVE PATH TO MATCH YOUR PERL LOCATION! 
--# vim:ts=4
--##############################################################################
--# To use Speedycgi, you need to change the first line to this:
++#!%%LOCALBASE%%/bin/perl
++# DONT FORGET TO CHANGE THE ABOVE PATH TO MATCH YOUR PERL LOCATION!
+ # vim:ts=4
+ ##############################################################################
+ # To use Speedycgi, you need to change the first line to this:
 -##!/usr/bin/speedy -- -M20 -t3600 -gnone -r500
-+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
++###!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
  # and then set the CACHE global variable (below) to 1.
  # To use mod_perl, you should be able to put the script directly into the
  # mod_perl directory and it will work.  This is not very thoroughly tested 
-@@ -30,7 +25,7 @@
- use POSIX qw(tzset);  # For timezone support
+@@ -35,7 +35,7 @@
+ #use Data::Dumper;     # For persistent caching
  ##CONFIG#START################################################################
  # You MUST set this to the location of the configuration file!
 -my ($conffile) = '/u01/etc/routers2.conf';
-+my ($conffile) = '%%LOCALBASE%%/etc/routers2.conf';
++my ($conffile) = '/usr/local/etc/routers2.conf';
  ##############################################################################
  # Are we running in speedycgi or mod_perl mode?  Can we cache configs?
  # If you set this to 1 when you dont have speedycgi or mod_perl, it will
diff -ruN --exclude=CVS /usr/ports/net-mgmt/routers2.old/files/patch-routers2.conf /usr/ports/net-mgmt/routers2/files/patch-routers2.conf
--- /usr/ports/net-mgmt/routers2.old/files/patch-routers2.conf	2008-07-07 22:16:16.000000000 +0200
+++ /usr/ports/net-mgmt/routers2/files/patch-routers2.conf	2008-07-07 22:33:40.000000000 +0200
@@ -94,12 +94,3 @@
  #
  # Normally, graphs refresh automatically as soon as they become out of date.
  # This is about every 5 mins for daily graphs.  You may wish to make the
-@@ -489,7 +490,7 @@
- #
- # Use smooth slopes in graph?  
- # y/n default is n
--#slope = yes
-+slope = yes
- 
- # short descriptions for routers and interfaces
- # These are used in the lefthand menu, and in small graphs.
--- routers2-2.18.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Jul 8 10:16:29 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125381 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jul 10 23:33:38 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125381 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125381: commit references a PR
Date: Thu, 10 Jul 2008 23:33:59 +0000 (UTC)

 miwi        2008-07-10 23:33:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/routers2    Makefile distinfo pkg-plist 
     net-mgmt/routers2/files patch-routers2.cgi.pl 
                             patch-routers2.conf 
   Log:
   - Update to 2.18
   
   PR:             125381
   Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
   
   Revision  Changes    Path
   1.4       +2 -3      ports/net-mgmt/routers2/Makefile
   1.2       +3 -3      ports/net-mgmt/routers2/distinfo
   1.2       +12 -10    ports/net-mgmt/routers2/files/patch-routers2.cgi.pl
   1.3       +0 -9      ports/net-mgmt/routers2/files/patch-routers2.conf
   1.3       +2 -0      ports/net-mgmt/routers2/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
