aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-15 03:12:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-15 03:12:36 +0000
commite85e181482f89aba7017ed867d31a045df65b3cb (patch)
tree7de5aecbe8332054ba2408e08d61b2041620cfcc /net-mgmt/smokeping
parent32ad9ffee6270b3fce2277f3a16c60243d6f7d53 (diff)
downloadports-e85e181482f89aba7017ed867d31a045df65b3cb.tar.gz
ports-e85e181482f89aba7017ed867d31a045df65b3cb.zip
- Update to 1.27
PR: ports/64071 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
Notes
Notes: svn path=/head/; revision=104039
Diffstat (limited to 'net-mgmt/smokeping')
-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
-rw-r--r--net-mgmt/smokeping/pkg-descr2
5 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index d00d12efa3f3..aaecef0d730e 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 1.26
+PORTVERSION= 1.27
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 690ce08093f3..9116ca43870f 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/smokeping/distinfo
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.26.tar.gz) = 3d61ccbcc36e08a18306f8b439309b88
-SIZE (smokeping-1.26.tar.gz) = 213969
+MD5 (smokeping-1.27.tar.gz) = 25a5c6cc60189d549c56dca43e6997f4
+SIZE (smokeping-1.27.tar.gz) = 214526
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
index c5b8129c4bba..72131ac46cfe 100644
--- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist
+++ b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
@@ -11,7 +11,7 @@
-use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 1.26;
+ use Smokeping 1.27;
-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 468fc85c30ab..1a647285a76d 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.26;
+ use Smokeping 1.27;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
diff --git a/net-mgmt/smokeping/pkg-descr b/net-mgmt/smokeping/pkg-descr
index 4dabde0428dd..0361624e771e 100644
--- a/net-mgmt/smokeping/pkg-descr
+++ b/net-mgmt/smokeping/pkg-descr
@@ -2,7 +2,7 @@ SmokePing is a latency logging and graphing system. It consists of a
daemon process which organizes the latency measurements and a CGI
which presents the graphs.
-WWW: http://ee-staff.ethz.ch/~oetiker/webtools/smokeping
+WWW: http://people.ee.ethz.ch/~oetiker/webtools/smokeping
--lars
lars@thegler.dk