Ticket #41683: p5-http-server-simple-psgi-Portfile.patch

File p5-http-server-simple-psgi-Portfile.patch, 1.1 KB (added by jpo@…, 10 years ago)

p5-http-server-simple-psgi Portfile patch

  • Portfile

    old new  
    44PortSystem         1.0
    55PortGroup          perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16
    8 perl5.setup        HTTP-Server-Simple-PSGI 0.14 ../by-authors/id/M/MI/MIYAGAWA
    9 revision           3
     7perl5.branches     5.8 5.10 5.12 5.14 5.16
     8perl5.setup        HTTP-Server-Simple-PSGI 0.16 ../by-authors/id/M/MI/MIYAGAWA
    109platforms          darwin
    1110maintainers        di.uminho.pt:jpo openmaintainer
    1211supported_archs    noarch
     
    1817    HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP \
    1918    server that can run PSGI applications.
    2019
    21 checksums          sha1 9ecb8a3e07502d8a7351ee8cf199a76655d382c6 \
    22                    rmd160 1a04e62dae76969b9726d90ad37ae17b94850c03
     20checksums          rmd160 1874616a33627687325f0483b60506e860a8ff53 \
     21                   sha256 5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba
    2322
    2423if {${perl5.major} != ""} {
    2524depends_lib-append port:p${perl5.major}-http-server-simple
    2625}
    27 # vim:set ai ts=4 sw=4 sts=4 et: