summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-12-10 17:01:03 +0000
committerLars Thegler <lth@FreeBSD.org>2005-12-10 17:01:03 +0000
commiteb45e6e3f4a991833db12bb6e86ddfc9a7afbcd5 (patch)
tree3e4bb73bd0be1a8d577327811f2e784346014cc7 /net-mgmt
parentUpdate to Boost 1.33.1: (diff)
- Update to 2.0.5
- Add SHA256 checksum
Notes
Notes: svn path=/head/; revision=150805
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");