Ticket #34168: patch-portfile.diff

File patch-portfile.diff, 1.1 KB (added by macports@…, 12 years ago)
  • (a) Portfile-orig vs. (b) Portfile

    a b  
    55
    66name                sslh
    77epoch               1
    8 version             1.10
     8version             1.11
    99categories          net security www
    1010platforms           darwin
    1111maintainers         madlon-kay.com:macports openmaintainer
     
    2222homepage            http://www.rutschle.net/tech/sslh.shtml
    2323master_sites        http://www.rutschle.net/tech/
    2424
    25 checksums           sha1    73ec530abba29af6bb48dd56e3da1a9076085af1 \
    26                     rmd160  9c2ab178ca64e865f79168279a1e54d8a56f2773
     25checksums           sha1    f930dd0ba17ea6b1dff92ea566e3ef668ad58468 \
     26                    rmd160  339489f697aee365a9a6dd810036ebcf14629088
    2727
    2828use_configure       no
    2929
     
    4040    xinstall ${worksrcpath}/sslh-fork ${destroot}${prefix}/sbin/sslh
    4141    xinstall -m 0644 ${worksrcpath}/sslh.8.gz ${destroot}${prefix}/share/man/man8/
    4242}
    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.pid
    48     }
    49 }