Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 17:06:07 +0200 (CEST)
From:      Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        saurbier@math.uni-bielefeld.de, lth@FreeBSD.org
Subject:   ports/95156: [PATCH] net/smokeping: update to 2.0.7
Message-ID:  <20060331150607.D50C9B836@fuji11.math.uni-bielefeld.de>
Resent-Message-ID: <200603311510.k2VFAJG4059156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95156
>Category:       ports
>Synopsis:       [PATCH] net/smokeping: update to 2.0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 31 15:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Saurbier
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD fuji11.math.uni-bielefeld.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Wed Nov  2 04:54:14 CET
>Description:
- Update to 2.0.7

This update includes some fixes. The changelog can be found at:

http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/CHANGES 

Port maintainer (lth@FreeBSD.org) is cc'd.

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

--- smokeping-2.0.7.patch begins here ---
--- net/smokeping/Makefile	Thu Dec 29 03:46:21 2005
+++ net/smokeping/Makefile	Fri Mar 31 16:14:47 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	smokeping
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.7
 CATEGORIES=	net www
 MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
--- net/smokeping/distinfo	Thu Dec 29 03:46:21 2005
+++ net/smokeping/distinfo	Fri Mar 31 16:18:12 2006
@@ -1,3 +1,3 @@
-MD5 (smokeping-2.0.5.tar.gz) = c965439c147012b91585c3e134225b4d
-SHA256 (smokeping-2.0.5.tar.gz) = 9cd7cf12a3183dae5c3fe6f2ad1e4f4ed7396e8f01081b6784084f934e6901f1
-SIZE (smokeping-2.0.5.tar.gz) = 375851
+MD5 (smokeping-2.0.7.tar.gz) = 25e2e2285bbc67a1ad5798e0cb211ebc
+SHA256 (smokeping-2.0.7.tar.gz) = 279fe0c6cfa673e153bcd028c8e4abafa798c713c55e1dd01e316cbfa32fb67f
+SIZE (smokeping-2.0.7.tar.gz) = 382269
--- net/smokeping/files/patch-bin-smokeping.dist	Thu Dec 29 03:46:21 2005
+++ net/smokeping/files/patch-bin-smokeping.dist	Fri Mar 31 16:34:00 2006
@@ -1,5 +1,5 @@
---- bin/smokeping.dist.orig	Mon Sep 26 22:15:57 2005
-+++ bin/smokeping.dist	Thu Oct  6 10:37:31 2005
+--- bin/smokeping.dist.orig	Fri Mar 31 16:23:31 2006
++++ bin/smokeping.dist	Fri Mar 31 16:27:01 2006
 @@ -1,12 +1,11 @@
 -#!/usr/sepp/bin/perl-5.8.4 -w
 +#!%%PERL%% -w
@@ -9,7 +9,7 @@
 -use lib qw(lib);
 +use lib qw(%%PREFIX%%/smokeping/lib);
  
- use Smokeping 2.000005;
+ use Smokeping 2.000007;
   
 -Smokeping::main("etc/config.dist");
 +Smokeping::main("%%PREFIX%%/etc/smokeping/config");
--- net/smokeping/files/patch-bin-tSmoke.dist	Thu Oct  6 14:44:03 2005
+++ net/smokeping/files/patch-bin-tSmoke.dist	Fri Mar 31 16:34:15 2006
@@ -1,5 +1,5 @@
---- bin/tSmoke.dist.orig	Mon Sep 19 00:50:50 2005
-+++ bin/tSmoke.dist	Mon Sep 19 00:54:58 2005
+--- bin/tSmoke.dist.orig	Fri Mar 31 16:29:45 2006
++++ bin/tSmoke.dist	Fri Mar 31 16:33:07 2006
 @@ -1,4 +1,4 @@
 -#!/usr/bin/perl
 +#!%%PERL%%
@@ -14,7 +14,7 @@
 -use lib "/usr/local/rrdtool-1.0.39/lib/perl";
 +use lib qw(%%PREFIX%%/smokeping/lib);
  
- use Smokeping 2.000001;
+ use Smokeping 2.000007;
  use Net::SMTP;
 @@ -60,7 +59,7 @@
  use RRDs;
@@ -25,7 +25,7 @@
  
  # global variables
  my $cfg;
-@@ -479,33 +478,8 @@
+@@ -468,33 +467,8 @@
  
  =head1 SETUP
  
--- net/smokeping/files/patch-etc-config.dist	Thu Oct 13 15:15:45 2005
+++ net/smokeping/files/patch-etc-config.dist	Fri Mar 31 16:37:27 2006
@@ -1,5 +1,5 @@
---- etc/config.dist.orig	Thu Jun  2 15:47:39 2005
-+++ etc/config.dist	Sun Sep 18 18:14:12 2005
+--- etc/config.dist.orig	Fri Mar 31 16:34:39 2006
++++ etc/config.dist	Fri Mar 31 16:36:42 2006
 @@ -7,14 +7,14 @@
  owner    = Joe Random
  contact  = joe@some.place.xyz
--- net/smokeping/files/patch-htdocs-smokeping.cgi.dist	Thu Dec 29 03:46:21 2005
+++ net/smokeping/files/patch-htdocs-smokeping.cgi.dist	Fri Mar 31 16:40:48 2006
@@ -1,5 +1,5 @@
---- htdocs/smokeping.cgi.dist.orig	Mon Sep 26 22:15:57 2005
-+++ htdocs/smokeping.cgi.dist	Thu Oct  6 10:40:18 2005
+--- htdocs/smokeping.cgi.dist.orig	Fri Mar 31 16:37:51 2006
++++ htdocs/smokeping.cgi.dist	Fri Mar 31 16:40:00 2006
 @@ -1,13 +1,12 @@
 -#!/usr/sepp/bin/speedy -w
 +#!%%PREFIX%%/bin/speedy -w
@@ -10,10 +10,36 @@
 +use lib qw(%%PREFIX%%/smokeping/lib);
  use CGI::Carp qw(fatalsToBrowser);
  
- use Smokeping 2.000005;
+ use Smokeping 2.000007;
  
 -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
 +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
  
  =head1 NAME
+ 
+@@ -34,23 +33,8 @@
+ 
+ =head1 SETUP
+ 
+-When installing SmokePing, this file has to be adjusted to fit your
+-local system. Three paths have to be entered.
+-
+- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
+-
+-One pointing to your B<rrdtool> installation
+-
+- use lib qw(/home/oetiker/public_html/smokeping/lib);
+-
+-One pointing to the place where you have installed the SmokePing libraries
+-
+- use Smokeping;
+-
+- Smokeping::cgi("/home/oetiker/.smokeping/config");
+-
+-The third path is the argument to the Smokeping::cgi command. It points to
+-the SmokePing configuration file.
++When installing SmokePing, this file has been adjusted to fit your
++local system. There should be no need for further path adjustments.
+ 
+ =head1 COPYRIGHT
  
--- smokeping-2.0.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060331150607.D50C9B836>