[88569] trunk/dports/net/sslh/Portfile

snc at macports.org snc at macports.org
Wed Jan 4 07:08:34 PST 2012


Revision: 88569
          http://trac.macports.org/changeset/88569
Author:   snc at macports.org
Date:     2012-01-04 07:08:30 -0800 (Wed, 04 Jan 2012)
Log Message:
-----------
sslh: update to 1.10 and remove inproperly owned PID file, #32718

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

Modified: trunk/dports/net/sslh/Portfile
===================================================================
--- trunk/dports/net/sslh/Portfile	2012-01-04 14:44:54 UTC (rev 88568)
+++ trunk/dports/net/sslh/Portfile	2012-01-04 15:08:30 UTC (rev 88569)
@@ -5,7 +5,7 @@
 
 name                sslh
 epoch               1
-version             1.9
+version             1.10
 categories          net security www
 platforms           darwin
 maintainers         madlon-kay.com:macports openmaintainer
@@ -21,8 +21,8 @@
 homepage            http://www.rutschle.net/tech/sslh.shtml
 master_sites        http://www.rutschle.net/tech/
 
-checksums           sha1    7c2fd8bab7d627b2481d1fafde0e9b15e143dd86 \
-                    rmd160  e23b0a7cc2756f1425642f045816224ced0b6a02
+checksums           rmd160  9c2ab178ca64e865f79168279a1e54d8a56f2773 \
+                    sha256  5554e42969a00955048b45d3d269785bbd0211d4fb2b4cf5e79503b592695771
 
 use_configure       no
 
@@ -39,3 +39,9 @@
     xinstall ${worksrcpath}/sslh-fork ${destroot}${prefix}/sbin/sslh
     xinstall -m 0644 ${worksrcpath}/sslh.8.gz ${destroot}${prefix}/share/man/man8/
 }
+
+pre-activate {
+    if {[file exists /var/run/sslh.pid]} {
+        delete /var/run/sslh.pid
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120104/f26448e6/attachment.html>


More information about the macports-changes mailing list