diff options
author | lth <lth@FreeBSD.org> | 2005-06-15 05:13:25 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-06-15 05:13:25 +0800 |
commit | 50c4c51c928c79f23b1e18adaa196a4fd70ec296 (patch) | |
tree | c0667402bd918c0700261c7d933a218552aa28e6 /net-mgmt/smokeping | |
parent | 25fdd256fe5fd3ae6d82bb6c86b6a33f4ee3060a (diff) | |
download | freebsd-ports-gnome-50c4c51c928c79f23b1e18adaa196a4fd70ec296.tar.gz freebsd-ports-gnome-50c4c51c928c79f23b1e18adaa196a4fd70ec296.tar.zst freebsd-ports-gnome-50c4c51c928c79f23b1e18adaa196a4fd70ec296.zip |
Update to 1.42, and unIGNORE
PR: ports/81937
Submitted by: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 6 | ||||
-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 |
4 files changed, 5 insertions, 9 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 612d062fb21e..da91cfdfbdd5 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -6,8 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 1.40 -PORTREVISION= 1 +PORTVERSION= 1.42 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -22,8 +21,6 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -IGNORE= only works with old versions (1.0.x) of net/rrdtool - OPTIONS= FPING "Support for fping probes" on OPTIONS+= ECHOPING "Support for EchoPing probes" off OPTIONS+= CURL "Support for Curl probes" off @@ -125,7 +122,6 @@ ETC1= basepage.html config smokemail config-echoping post-extract: @${RM} ${WRKSRC}/lib/BER.pm @${RM} ${WRKSRC}/lib/SNMP_*.pm - @${RM} ${WRKSRC}/lib/ISG/.#ParseConfig.pm.1.26 post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo index 68d10a4bcd23..ef69fb9b110f 100644 --- a/net-mgmt/smokeping/distinfo +++ b/net-mgmt/smokeping/distinfo @@ -1,2 +1,2 @@ -MD5 (smokeping-1.40.tar.gz) = 8b965a32b1611445932273abbfad4c48 -SIZE (smokeping-1.40.tar.gz) = 237066 +MD5 (smokeping-1.42.tar.gz) = 7e786ba53560a81e10658b2a79fb2e9f +SIZE (smokeping-1.42.tar.gz) = 236121 diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist index 8fc5c5d496e8..5f51556776f2 100644 --- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist +++ b/net-mgmt/smokeping/files/patch-bin-smokeping.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.40; + use Smokeping 1.42; -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 e53cf653b763..10fc6dd7037c 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.40; + use Smokeping 1.42; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); |