diff options
author | pav <pav@FreeBSD.org> | 2004-03-15 11:12:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-15 11:12:36 +0800 |
commit | 3d225bd852abdfef935b5ae7276d29f4428d86a1 (patch) | |
tree | 623ce99cdd634824ba7c9cb6fa33df7ad3e40315 /net-mgmt/smokeping | |
parent | 0e41e8dcd5932efd510a8e47358af449f5bea5c3 (diff) | |
download | freebsd-ports-gnome-3d225bd852abdfef935b5ae7276d29f4428d86a1.tar.gz freebsd-ports-gnome-3d225bd852abdfef935b5ae7276d29f4428d86a1.tar.zst freebsd-ports-gnome-3d225bd852abdfef935b5ae7276d29f4428d86a1.zip |
- Update to 1.27
PR: ports/64071
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-bin-smokeping.dist | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/pkg-descr | 2 |
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 |