diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-12-10 17:01:03 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-12-10 17:01:03 +0000 |
commit | eb45e6e3f4a991833db12bb6e86ddfc9a7afbcd5 (patch) | |
tree | 3e4bb73bd0be1a8d577327811f2e784346014cc7 /net/smokeping | |
parent | 9c6ef864ccb482ed5cd682b284cd62ee3d9a8714 (diff) | |
download | ports-eb45e6e3f4a991833db12bb6e86ddfc9a7afbcd5.tar.gz ports-eb45e6e3f4a991833db12bb6e86ddfc9a7afbcd5.zip |
Notes
Diffstat (limited to 'net/smokeping')
-rw-r--r-- | net/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net/smokeping/distinfo | 5 | ||||
-rw-r--r-- | net/smokeping/files/patch-bin-smokeping.dist | 2 | ||||
-rw-r--r-- | net/smokeping/files/patch-htdocs-smokeping.cgi.dist | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 7ffeb5263650..d2a614d9268c 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.5 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index 435c699f6c33..1431119fe04f 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1,2 +1,3 @@ -MD5 (smokeping-2.0.3.tar.gz) = 2f64d4fbab68bf5cb9021705ab2891b4 -SIZE (smokeping-2.0.3.tar.gz) = 372456 +MD5 (smokeping-2.0.5.tar.gz) = c965439c147012b91585c3e134225b4d +SHA256 (smokeping-2.0.5.tar.gz) = 9cd7cf12a3183dae5c3fe6f2ad1e4f4ed7396e8f01081b6784084f934e6901f1 +SIZE (smokeping-2.0.5.tar.gz) = 375851 diff --git a/net/smokeping/files/patch-bin-smokeping.dist b/net/smokeping/files/patch-bin-smokeping.dist index 410785f082f1..417df107efd9 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.000003; + use Smokeping 2.000005; -Smokeping::main("etc/config.dist"); +Smokeping::main("%%PREFIX%%/etc/smokeping/config"); diff --git a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist index b3b3e80fd7ed..3623eb494057 100644 --- a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist +++ b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist @@ -10,7 +10,7 @@ +use lib qw(%%PREFIX%%/smokeping/lib); use CGI::Carp qw(fatalsToBrowser); - use Smokeping 2.000003; + use Smokeping 2.000005; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); |