diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-08-15 16:19:59 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-08-15 16:19:59 +0000 |
commit | 31f504e3210c856fb41ed1a638d200dd9fcda190 (patch) | |
tree | 59be42c5833ee7ad762a4d8c61968bdd5437d5e3 /net-mgmt/smokeping | |
parent | 5457de812ed133de5e614f4849aafabdea8878a2 (diff) | |
download | ports-31f504e3210c856fb41ed1a638d200dd9fcda190.tar.gz ports-31f504e3210c856fb41ed1a638d200dd9fcda190.zip |
Notes
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-plist | 3 |
5 files changed, 8 insertions, 5 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index eea1382fecd5..840feb695232 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 1.30 +PORTVERSION= 1.31 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 26d39d6afb03..3213701cd8c1 100644 --- a/net-mgmt/smokeping/distinfo +++ b/net-mgmt/smokeping/distinfo @@ -1,2 +1,2 @@ -MD5 (smokeping-1.30.tar.gz) = b7e909fb4d851995edc05afffb1a1e4b -SIZE (smokeping-1.30.tar.gz) = 191865 +MD5 (smokeping-1.31.tar.gz) = 1d175cdc39cdacaa7d81059501bdd725 +SIZE (smokeping-1.31.tar.gz) = 200712 diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist index 300d7abece50..f0fae8d5038c 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.30; + use Smokeping 1.31; -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 498bda2866a3..c9fd03cc12fc 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.30; + use Smokeping 1.31; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); diff --git a/net-mgmt/smokeping/pkg-plist b/net-mgmt/smokeping/pkg-plist index 78a4bd8b24fa..366d79608f6d 100644 --- a/net-mgmt/smokeping/pkg-plist +++ b/net-mgmt/smokeping/pkg-plist @@ -74,6 +74,8 @@ smokeping/htdocs/smokeping.cgi smokeping/lib/ISG/ParseConfig.pm smokeping/lib/Smokeping.pm smokeping/lib/ciscoRttMonMIB.pm +smokeping/lib/probes/AnotherDNS.pm +smokeping/lib/probes/AnotherSSH.pm smokeping/lib/probes/CiscoRTTMonDNS.pm smokeping/lib/probes/CiscoRTTMonEchoICMP.pm smokeping/lib/probes/CiscoRTTMonTcpConnect.pm @@ -92,6 +94,7 @@ smokeping/lib/probes/IOSPing.pm smokeping/lib/probes/LDAP.pm smokeping/lib/probes/Radius.pm smokeping/lib/probes/RemoteFPing.pm +smokeping/lib/probes/SSH.pm smokeping/lib/probes/base.pm smokeping/lib/probes/basefork.pm smokeping/lib/probes/basevars.pm |