Ticket #28931: p5-dancer-Portfile.patch

File p5-dancer-Portfile.patch, 1.1 KB (added by jpo@…, 13 years ago)

p5-dancer Portfile patch

  • Portfile

    old new  
    44PortSystem         1.0
    55PortGroup          perl5 1.0
    66
    7 perl5.setup        Dancer 1.3014 ../by-authors/id/S/SU/SUKRIA
     7perl5.setup        Dancer 1.3020 ../by-authors/id/X/XS/XSAWYERX/
    88platforms          darwin
    99maintainers        di.uminho.pt:jpo openmaintainer
    1010license            perl
     
    1818    way up to a more complex fully-fledged web application with session \
    1919    support, templates for views and layouts, etc.
    2020
    21 checksums          md5 11f3d37fcda68fd0da7d11b3aab4e532 \
    22                    sha1 a0c0db271d687f1f40fcaca05613c6243f12626e \
    23                    rmd160 b43aa26e4c034ed810b74bff291776aa12ff4ac3
     21checksums          md5 ade42f0fbee0306ba0d3a6b1e5f7c4df \
     22                   sha1 99bab29bd5f47525d78193df642e831d3b771c76 \
     23                   rmd160 3c14f590a495e52a62b6978d0b3a1dda582fa070 \
    2424
    2525depends_lib-append port:p5-http-server-simple-psgi \
    2626                   port:p5-uri \
     
    2828                   port:p5-mime-types \
    2929                   port:p5-libwww-perl
    3030
    31 
    32 # vim:set ai ts=4 sw=4 sts=4 et: