Ticket #34168: patch-portfile.diff
File patch-portfile.diff, 1.1 KB (added by macports@…, 13 years ago) |
---|
-
(a) Portfile-orig vs. (b) Portfile
a b 5 5 6 6 name sslh 7 7 epoch 1 8 version 1.1 08 version 1.11 9 9 categories net security www 10 10 platforms darwin 11 11 maintainers madlon-kay.com:macports openmaintainer … … 22 22 homepage http://www.rutschle.net/tech/sslh.shtml 23 23 master_sites http://www.rutschle.net/tech/ 24 24 25 checksums sha1 73ec530abba29af6bb48dd56e3da1a9076085af1\26 rmd160 9c2ab178ca64e865f79168279a1e54d8a56f277325 checksums sha1 f930dd0ba17ea6b1dff92ea566e3ef668ad58468 \ 26 rmd160 339489f697aee365a9a6dd810036ebcf14629088 27 27 28 28 use_configure no 29 29 … … 40 40 xinstall ${worksrcpath}/sslh-fork ${destroot}${prefix}/sbin/sslh 41 41 xinstall -m 0644 ${worksrcpath}/sslh.8.gz ${destroot}${prefix}/share/man/man8/ 42 42 } 43 44 pre-activate {45 if {[file exists /var/run/sslh.pid]} {46 ui_warn "PID file /var/run/sslh.pid exists and may need to be removed manually"47 delete /var/run/sslh.pid48 }49 }