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/Makefile | |
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/Makefile')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 6 |
1 files changed, 1 insertions, 5 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 |