summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-06-14 21:13:25 +0000
committerLars Thegler <lth@FreeBSD.org>2005-06-14 21:13:25 +0000
commita9353288a1dfe56bc5b1dc6d4fe66617327d4d7a (patch)
tree4d005189be00a2d3d804a2079dc48929ea7f2f6d /net-mgmt
parentAdd support for zend multibyte. (diff)
Update to 1.42, and unIGNORE
PR: ports/81937 Submitted by: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
Notes
Notes: svn path=/head/; revision=137462
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/smokeping/Makefile6
-rw-r--r--net-mgmt/smokeping/distinfo4
-rw-r--r--net-mgmt/smokeping/files/patch-bin-smokeping.dist2
-rw-r--r--net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist2
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");