summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-05-02 19:32:47 +0000
committerLars Thegler <lth@FreeBSD.org>2005-05-02 19:32:47 +0000
commitdd4b346b37d4eb12923dda27e98b167fa84a0955 (patch)
treea79ba321c1fc8f340510c76ebe6368e6571637cf /net-mgmt
parentUpdate to 1.8.3. A buffer overflow security issue is fixed in this (diff)
Update to 1.40
PR: ports/80289 Submitted by: Daniel Johansson <donnex@donnex.net>
Notes
Notes: svn path=/head/; revision=134509
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/smokeping/Makefile2
-rw-r--r--net-mgmt/smokeping/distinfo4
-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, 5 insertions, 5 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 26608fc963d0..ad2784301503 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 1.38
+PORTVERSION= 1.40
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 a28858b741d6..68d10a4bcd23 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/smokeping/distinfo
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.38.tar.gz) = d885a9d27fdbbc3ddf8f3295d283faa8
-SIZE (smokeping-1.38.tar.gz) = 225115
+MD5 (smokeping-1.40.tar.gz) = 8b965a32b1611445932273abbfad4c48
+SIZE (smokeping-1.40.tar.gz) = 237066
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
index c0011a8e6935..8fc5c5d496e8 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(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 1.38;
+ use Smokeping 1.40;
-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 b8535089133e..e53cf653b763 100644
--- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
@@ -9,7 +9,7 @@
-use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 1.38;
+ use Smokeping 1.40;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");