diff options
author | lth <lth@FreeBSD.org> | 2006-04-15 00:30:57 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-04-15 00:30:57 +0800 |
commit | 62a077b4cc41c5058cbc67b2df69d7766b598f26 (patch) | |
tree | d4a0beefbbb146e338259aca8335d7d08f153766 | |
parent | 8f5b88b2e640b68a7496babc4129054058550c6b (diff) | |
download | freebsd-ports-gnome-62a077b4cc41c5058cbc67b2df69d7766b598f26.tar.gz freebsd-ports-gnome-62a077b4cc41c5058cbc67b2df69d7766b598f26.tar.zst freebsd-ports-gnome-62a077b4cc41c5058cbc67b2df69d7766b598f26.zip |
Update to 2.0.8
PR: ports/95156 [1], ports/95731 [2]
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> [1], Babak Farrokhi <babak@farrokhi.net> [2]
-rw-r--r-- | net-mgmt/smokeping/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/smokeping/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-bin-smokeping.dist | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-bin-tSmoke.dist | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist | 28 | ||||
-rw-r--r-- | net/smokeping/Makefile | 3 | ||||
-rw-r--r-- | net/smokeping/distinfo | 6 | ||||
-rw-r--r-- | net/smokeping/files/patch-bin-smokeping.dist | 2 | ||||
-rw-r--r-- | net/smokeping/files/patch-bin-tSmoke.dist | 2 | ||||
-rw-r--r-- | net/smokeping/files/patch-htdocs-smokeping.cgi.dist | 28 |
10 files changed, 66 insertions, 16 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index d2a614d9268c..8218c674aad2 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.8 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -69,7 +69,6 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS .endif NO_BUILD= yes -USE_REINPLACE= yes USE_PERL5= yes MAN1= smokeping.1 \ diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo index 1431119fe04f..0c0f5690fc6b 100644 --- a/net-mgmt/smokeping/distinfo +++ b/net-mgmt/smokeping/distinfo @@ -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.8.tar.gz) = ad983643ddf04c50eb967a7aac50bf76 +SHA256 (smokeping-2.0.8.tar.gz) = 858347165709023d32a111467c6f36599c43dd3d78dff86c0a74f8906e138b22 +SIZE (smokeping-2.0.8.tar.gz) = 382530 diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist index 417df107efd9..a5283edc50b8 100644 --- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist +++ b/net-mgmt/smokeping/files/patch-bin-smokeping.dist @@ -9,7 +9,7 @@ -use lib qw(lib); +use lib qw(%%PREFIX%%/smokeping/lib); - use Smokeping 2.000005; + use Smokeping 2.000008; -Smokeping::main("etc/config.dist"); +Smokeping::main("%%PREFIX%%/etc/smokeping/config"); diff --git a/net-mgmt/smokeping/files/patch-bin-tSmoke.dist b/net-mgmt/smokeping/files/patch-bin-tSmoke.dist index f1eb14004b99..596e75ea47c0 100644 --- a/net-mgmt/smokeping/files/patch-bin-tSmoke.dist +++ b/net-mgmt/smokeping/files/patch-bin-tSmoke.dist @@ -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.000008; use Net::SMTP; @@ -60,7 +59,7 @@ use RRDs; diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist index 3623eb494057..2e1fe745f3f3 100644 --- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist +++ b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist @@ -10,10 +10,36 @@ +use lib qw(%%PREFIX%%/smokeping/lib); use CGI::Carp qw(fatalsToBrowser); - use Smokeping 2.000005; + use Smokeping 2.000008; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); =head1 NAME +@@ -34,23 +34,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 + diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index d2a614d9268c..8218c674aad2 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.8 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -69,7 +69,6 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS .endif NO_BUILD= yes -USE_REINPLACE= yes USE_PERL5= yes MAN1= smokeping.1 \ diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index 1431119fe04f..0c0f5690fc6b 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -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.8.tar.gz) = ad983643ddf04c50eb967a7aac50bf76 +SHA256 (smokeping-2.0.8.tar.gz) = 858347165709023d32a111467c6f36599c43dd3d78dff86c0a74f8906e138b22 +SIZE (smokeping-2.0.8.tar.gz) = 382530 diff --git a/net/smokeping/files/patch-bin-smokeping.dist b/net/smokeping/files/patch-bin-smokeping.dist index 417df107efd9..a5283edc50b8 100644 --- a/net/smokeping/files/patch-bin-smokeping.dist +++ b/net/smokeping/files/patch-bin-smokeping.dist @@ -9,7 +9,7 @@ -use lib qw(lib); +use lib qw(%%PREFIX%%/smokeping/lib); - use Smokeping 2.000005; + use Smokeping 2.000008; -Smokeping::main("etc/config.dist"); +Smokeping::main("%%PREFIX%%/etc/smokeping/config"); diff --git a/net/smokeping/files/patch-bin-tSmoke.dist b/net/smokeping/files/patch-bin-tSmoke.dist index f1eb14004b99..596e75ea47c0 100644 --- a/net/smokeping/files/patch-bin-tSmoke.dist +++ b/net/smokeping/files/patch-bin-tSmoke.dist @@ -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.000008; use Net::SMTP; @@ -60,7 +59,7 @@ use RRDs; diff --git a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist index 3623eb494057..2e1fe745f3f3 100644 --- a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist +++ b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist @@ -10,10 +10,36 @@ +use lib qw(%%PREFIX%%/smokeping/lib); use CGI::Carp qw(fatalsToBrowser); - use Smokeping 2.000005; + use Smokeping 2.000008; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); =head1 NAME +@@ -34,23 +34,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 + |