Ticket #41619: p5-dancer-Portfile.patch

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

p5-dancer Portfile patch

  • Portfile

    old new  
    55PortGroup          perl5 1.0
    66
    77perl5.branches     5.8 5.10 5.12 5.14 5.16
    8 perl5.setup        Dancer 1.3110 ../by-authors/id/X/XS/XSAWYERX/
     8perl5.setup        Dancer 1.3119 ../by-authors/id/Y/YA/YANICK/
    99platforms          darwin
    1010maintainers        di.uminho.pt:jpo openmaintainer
    1111supported_archs    noarch
     
    2020    way up to a more complex fully-fledged web application with session \
    2121    support, templates for views and layouts, etc.
    2222
    23 checksums          rmd160 0ced259b4f13109267bce92c97f4cf575c6153b6 \
    24                    sha256 1c22800be3fe294acfa8e3810cf6bd5dc6292079c73f74691968b728c5c1bf52
     23checksums           rmd160 1dc85e35de4c12b5940cfd5b45acdcc3b3dcc5d0 \
     24                    sha256 b36f438b365e59a1ea02a66008ae8e82aaf8a81faa9f01544afd0c51f8af3fbd
    2525
    2626if {${perl5.major} != ""} {
    2727depends_lib-append port:p${perl5.major}-http-server-simple-psgi \
     
    2929                   port:p${perl5.major}-http-body \
    3030                   port:p${perl5.major}-mime-types \
    3131                   port:p${perl5.major}-libwww-perl \
    32                    port:p${perl5.major}-try-tiny
     32                   port:p${perl5.major}-try-tiny \
     33                   port:p${perl5.major}-module-runtime
    3334}