[101733] trunk/dports/net/smokeping/Portfile

markd at macports.org markd at macports.org
Thu Jan 17 18:34:03 PST 2013


Revision: 101733
          https://trac.macports.org/changeset/101733
Author:   markd at macports.org
Date:     2013-01-17 18:34:03 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
Add rmd160 checksum, cleanup a few errors, and change ui_msg to notes.  Thanks Ryan!

Modified Paths:
--------------
    trunk/dports/net/smokeping/Portfile

Modified: trunk/dports/net/smokeping/Portfile
===================================================================
--- trunk/dports/net/smokeping/Portfile	2013-01-18 02:10:32 UTC (rev 101732)
+++ trunk/dports/net/smokeping/Portfile	2013-01-18 02:34:03 UTC (rev 101733)
@@ -19,7 +19,8 @@
 platforms		darwin
 homepage                http://oss.oetiker.ch/smokeping/
 master_sites		http://oss.oetiker.ch/smokeping/pub/
-checksums		md5 14a968daab2d17a27d41600077e3e967
+checksums		md5 14a968daab2d17a27d41600077e3e967 \
+			rmd160 4a81dfbceee93f917d77698a9b73f6133eb21ffa
 
 patchfiles		patch-etc-config.dist.diff \
 			patch-bin-smokeping.diff \
@@ -29,7 +30,7 @@
 
 depends_lib-append	port:perl5.12 \
 			port:mod_fastcgi \
-			port:p5-fcgi \
+			port:p5.12-fcgi \
 			port:apache2 \
 			port:rrdtool \
 			port:p5.12-libwww-perl \
@@ -78,7 +79,7 @@
 		${worksrcpath}/lib/Smokeping/probes/SSH.pm \
 		${worksrcpath}/lib/Smokeping/probes/FPing6.pm \
 		${worksrcpath}/lib/Smokeping/probes/EchoPing.pm \
-		${worksrcpath}/lib/Smokeping/probes/FPing.pm \
+		${worksrcpath}/lib/Smokeping/probes/FPing.pm
 
 	reinplace "s|/usr/share/smokeping/etc|${smokeetc}|g" \
 		${worksrcpath}/lib/Smokeping/probes/passwordchecker.pm
@@ -92,8 +93,8 @@
        destroot.keepdirs ${destroot}${smokedata}/log
 }
 
-post-activate {
-ui_msg "\n  #### To complete the Smokeping installation ####
+notes \
+"  #### To complete the Smokeping installation ####
 
 1) Enable mod_fastcgi (installed as a dependency of Smokeping) for MacPorts Apache 2.
 
@@ -201,6 +202,4 @@
    After adding or removing targets from ${smokeetc}/config, you must reload
    Smokeping from a terminal window.
 
-	sudo smokeping --reload
-\n"
-}
+	sudo smokeping --reload"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/3bf4c73c/attachment.html>


More information about the macports-changes mailing list