diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 13:31:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 13:31:11 +0000 |
commit | 0b6ae0f059aefd8aa1599009ae851acbcdeba906 (patch) | |
tree | 44f1083c7d990948971e26f4e531ff4e0f8a35d2 /net/smokeping | |
parent | 44555f765fa21ae4e2628971ce461519d2f5492d (diff) | |
download | ports-0b6ae0f059aefd8aa1599009ae851acbcdeba906.tar.gz ports-0b6ae0f059aefd8aa1599009ae851acbcdeba906.zip |
- Update to 1.28
PR: ports/64890
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
Notes
Notes:
svn path=/head/; revision=105604
Diffstat (limited to 'net/smokeping')
-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 aaecef0d730e..9be49e310bf9 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 9116ca43870f..784497ab4094 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 72131ac46cfe..e605d1fa2b94 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 1a647285a76d..8ce80c407559 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"); |