Update to 1.42, and unIGNORE

PR:		ports/81937
Submitted by:	Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
This commit is contained in:
Lars Thegler 2005-06-14 21:13:25 +00:00
parent 4107b871ca
commit a9353288a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137462
8 changed files with 10 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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");

View File

@ -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");

View File

@ -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

View File

@ -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

View File

@ -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");

View File

@ -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");