diff options
author | pav <pav@FreeBSD.org> | 2004-03-29 13:31:11 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-29 13:31:11 +0000 |
commit | cbd431bb66726635b49225316e4dd64a59b49a1d (patch) | |
tree | 26e013bef126f9a4b53c99c2e25d2a90d88e2e8c /net | |
parent | aaeaad3776f8d60bbe969ff267deb2f79d8baad1 (diff) | |
download | FreeBSD-ports-cbd431bb66726635b49225316e4dd64a59b49a1d.zip FreeBSD-ports-cbd431bb66726635b49225316e4dd64a59b49a1d.tar.gz |
- Update to 1.28
PR: ports/64890
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net/smokeping/distinfo | 4 | ||||
-rw-r--r-- | net/smokeping/files/patch-bin-smokeping.dist | 2 | ||||
-rw-r--r-- | net/smokeping/files/patch-htdocs-smokeping.cgi.dist | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index aaecef0..9be49e3 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index 9116ca4..784497a 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1,2 +1,2 @@ -MD5 (smokeping-1.27.tar.gz) = 25a5c6cc60189d549c56dca43e6997f4 -SIZE (smokeping-1.27.tar.gz) = 214526 +MD5 (smokeping-1.28.tar.gz) = c6f6b03e917c4b04d2079bff0aee6b35 +SIZE (smokeping-1.28.tar.gz) = 214564 diff --git a/net/smokeping/files/patch-bin-smokeping.dist b/net/smokeping/files/patch-bin-smokeping.dist index 72131ac..e605d1fa 100644 --- a/net/smokeping/files/patch-bin-smokeping.dist +++ b/net/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.27; + use Smokeping 1.28; -Smokeping::main("etc/config.dist"); +Smokeping::main("%%PREFIX%%/etc/smokeping/config"); diff --git a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net/smokeping/files/patch-htdocs-smokeping.cgi.dist index 1a64728..8ce80c4 100644 --- a/net/smokeping/files/patch-htdocs-smokeping.cgi.dist +++ b/net/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.27; + use Smokeping 1.28; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); |