aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2005-12-11 01:01:03 +0800
committerlth <lth@FreeBSD.org>2005-12-11 01:01:03 +0800
commiteec9afbcfaf7ab0b9d96d5363ae1488f50d6c30a (patch)
treea2724eb52fb8ed6f43ccb19c638dee87bc30e5b7 /net-mgmt
parent797e6464126d63bd0e625daec0967a6256ca536a (diff)
downloadfreebsd-ports-gnome-eec9afbcfaf7ab0b9d96d5363ae1488f50d6c30a.tar.gz
freebsd-ports-gnome-eec9afbcfaf7ab0b9d96d5363ae1488f50d6c30a.tar.zst
freebsd-ports-gnome-eec9afbcfaf7ab0b9d96d5363ae1488f50d6c30a.zip
- Update to 2.0.5
- Add SHA256 checksum
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/smokeping/Makefile2
-rw-r--r--net-mgmt/smokeping/distinfo5
-rw-r--r--net-mgmt/smokeping/files/patch-bin-smokeping.dist2
-rw-r--r--net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist2
4 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 7ffeb5263650..d2a614d9268c 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/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-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo
index 435c699f6c33..1431119fe04f 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/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-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
index 410785f082f1..417df107efd9 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.000003;
+ use Smokeping 2.000005;
-Smokeping::main("etc/config.dist");
+Smokeping::main("%%PREFIX%%/etc/smokeping/config");
diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
index b3b3e80fd7ed..3623eb494057 100644
--- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ b/net-mgmt/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");