[46386] trunk/dports/net/smokeping

markd at macports.org markd at macports.org
Tue Feb 3 18:17:22 PST 2009


Revision: 46386
          http://trac.macports.org/changeset/46386
Author:   markd at macports.org
Date:     2009-02-03 18:17:21 -0800 (Tue, 03 Feb 2009)
Log Message:
-----------
Update to 2.4.2.

Modified Paths:
--------------
    trunk/dports/net/smokeping/Portfile
    trunk/dports/net/smokeping/files/patch-bin-smokeping.dist
    trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist
    trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist

Modified: trunk/dports/net/smokeping/Portfile
===================================================================
--- trunk/dports/net/smokeping/Portfile	2009-02-04 01:52:14 UTC (rev 46385)
+++ trunk/dports/net/smokeping/Portfile	2009-02-04 02:17:21 UTC (rev 46386)
@@ -5,7 +5,7 @@
 PortGroup		perl5 1.0
 
 name			smokeping
-version			2.3.5
+version			2.4.2
 categories		net perl
 maintainers		markd
 description		A deluxe latency logging and graphing system.
@@ -19,7 +19,7 @@
 platforms		darwin
 homepage                http://oss.oetiker.ch/smokeping/
 master_sites		http://oss.oetiker.ch/smokeping/pub/
-checksums		md5 05166199c27eb48a1abdde2998a1b017
+checksums		md5 eb8e7679fcad35e59d7c51f2328250a2
 
 patchfiles		patch-bin-smokeping.dist \
 			patch-bin-tSmoke.dist \
@@ -29,7 +29,6 @@
 depends_lib-append	port:rrdtool \
 			port:p5-libwww-perl \
 			port:p5-cgi-speedycgi \
-			port:p5-cgi \
 			port:p5-time-hires \
 			port:p5-socket6 \
 			port:p5-net-snmp \

Modified: trunk/dports/net/smokeping/files/patch-bin-smokeping.dist
===================================================================
--- trunk/dports/net/smokeping/files/patch-bin-smokeping.dist	2009-02-04 01:52:14 UTC (rev 46385)
+++ trunk/dports/net/smokeping/files/patch-bin-smokeping.dist	2009-02-04 02:17:21 UTC (rev 46386)
@@ -1,23 +1,23 @@
---- bin/smokeping.dist.org	2007-11-05 13:59:38.000000000 -0800
-+++ bin/smokeping.dist	2007-11-05 16:58:52.000000000 -0800
-@@ -1,12 +1,12 @@
--#!/usr/sepp/bin/perl-5.8.4 -w
-+#!__PREFIX__/bin/perl -w
+--- bin/smokeping.dist.orig	2008-07-24 10:37:05.000000000 -0700
++++ bin/smokeping.dist	2009-02-03 17:45:16.000000000 -0800
+@@ -1,13 +1,13 @@
+ #!/usr/bin/perl -w
  # -*-perl-*-
  
--use lib qw(/usr/pack/rrdtool-1.2.23-mo/lib/perl);
+-use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl);
 -use lib qw(lib);
 +use lib qw(__PERL5__ARCHLIB__/auto/RRDs);
 +use lib qw(__PREFIX__/lib/smokeping);
- 
- use Smokeping 2.003005;
+ use strict;
+ use warnings;
+ use Smokeping 2.004002;
   
 -Smokeping::main("etc/config.dist");
 +Smokeping::main("__PREFIX__/etc/smokeping/config");
  
  =head1 NAME
  
-@@ -123,22 +123,7 @@
+@@ -127,22 +127,7 @@
  
  =head1 SETUP
  
@@ -37,7 +37,7 @@
 -
 - use Smokeping;
 - Smokeping::main("/home/oetiker/.smokeping/config");
-+Paths for this file are set by MacPorts so they do not need to be modified.
++WARNING!!!! Paths for this file are set by MacPorts so they should not be modified.
  
  =head1 COPYRIGHT
  

Modified: trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist
===================================================================
--- trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist	2009-02-04 01:52:14 UTC (rev 46385)
+++ trunk/dports/net/smokeping/files/patch-bin-tSmoke.dist	2009-02-04 02:17:21 UTC (rev 46386)
@@ -1,23 +1,17 @@
---- bin/tSmoke.dist.org	2007-04-29 03:42:22.000000000 -0700
-+++ bin/tSmoke.dist	2007-04-29 14:56:47.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!__PREFIX__/bin/perl
- #
- #-----------------------------------------------
- # tSmoke.pl
-@@ -50,8 +50,8 @@
+--- bin/tSmoke.dist.orig	2008-07-24 10:37:05.000000000 -0700
++++ bin/tSmoke.dist	2009-02-03 17:51:31.000000000 -0800
+@@ -51,8 +51,8 @@
  # -- Getopt::Long
  #
  # Point the lib variables to your implementation
 -use lib qw(lib);
--use lib "/usr/local/rrdtool-1.0.39/lib/perl";
+-use lib qw(/usr/local/rrdtool-1.0.39/lib/perl);
 +use lib qw(__PREFIX__/lib/smokeping/lib);
-+use lib "__PERL5__ARCHLIB__/auto/RRDs";
++use lib qw(__PERL5__ARCHLIB__/auto/RRDs);
  
- use Smokeping 2.003005;
+ use Smokeping 2.004002;
  use Net::SMTP;
-@@ -60,7 +60,7 @@
+@@ -61,7 +61,7 @@
  use RRDs;
  
  # Point to your Smokeping config file
@@ -26,12 +20,10 @@
  
  # global variables
  my $cfg;
-@@ -466,35 +466,7 @@
-  # Weekly report on the percent availability of network systems with no detail
-  0 8 * * * /usr/local/smokeping/bin/tSmoke.pl --q --to=mailbox at company.com.invalid --weekly --detail=0
+@@ -482,33 +482,7 @@
  
--=head1 SETUP
--
+ =head1 SETUP
+ 
 -When installing tSmoke, some variables must be adjusted to fit your local system.
 -
 -We need to use the following B<libraries>:
@@ -59,7 +51,7 @@
 -General section:
 -
 - tmail = /usr/local/smokeping/etc/tmail
-+Paths for this file are set by MacPorts so they do not need to be modified.
++Paths for this file are set by MacPorts so they should not be modified.
  
  =head1 COPYRIGHT
  

Modified: trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist
===================================================================
--- trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist	2009-02-04 01:52:14 UTC (rev 46385)
+++ trunk/dports/net/smokeping/files/patch-htdocs-smokeping.cgi.dist	2009-02-04 02:17:21 UTC (rev 46386)
@@ -1,24 +1,24 @@
---- htdocs/smokeping.cgi.dist.org	2007-11-05 13:59:38.000000000 -0800
-+++ htdocs/smokeping.cgi.dist	2007-11-05 17:52:50.000000000 -0800
-@@ -1,13 +1,13 @@
--#!/usr/sepp/bin/speedy -w
-+#!__PREFIX__/bin/speedy -w
- # -*-perl-*-
+--- htdocs/smokeping.cgi.dist.org	2008-07-24 10:37:05.000000000 -0700
++++ htdocs/smokeping.cgi.dist	2009-02-03 18:00:30.000000000 -0800
+@@ -4,14 +4,14 @@
+ use strict;
+ use warnings;
  
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+-use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl);
+-use lib qw(/home/oetiker/checkouts/smokeping/trunk/software/lib);
 +use lib qw(__PERL5__ARCHLIB__/auto/RRDs);
 +use lib qw(__PREFIX__/lib/smokeping);
+ 
  use CGI::Carp qw(fatalsToBrowser);
  
- use Smokeping 2.003005;
+ use Smokeping 2.004002;
  
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+-Smokeping::cgi("/home/oetiker/checkouts/smokeping/trunk/software/etc/config.dist");
 +Smokeping::cgi("__PREFIX__/etc/smokeping/config");
  
  =head1 NAME
  
-@@ -34,23 +34,7 @@
+@@ -38,23 +38,7 @@
  
  =head1 SETUP
  
@@ -39,7 +39,7 @@
 -
 -The third path is the argument to the Smokeping::cgi command. It points to
 -the SmokePing configuration file.
-+Paths for this file are set by MacPorts so they do not need to be modified.
++WARNING!!! Paths for this file are set by MacPorts so they should not be modified.
  
  =head1 COPYRIGHT
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090203/976fc4b3/attachment.html>


More information about the macports-changes mailing list