Ticket #46988: patch-p5-xml-lbixslt-1.94.diff

File patch-p5-xml-lbixslt-1.94.diff, 1.2 KB (added by dbevans (David B. Evans), 10 years ago)

Proposed patch to update to version 1.94

  • Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.16 5.18 5.20
    8 perl5.setup         XML-LibXSLT 1.92
     8perl5.setup         XML-LibXSLT 1.94
    99maintainers         cyberscript.net:ryan
    1010license             {Artistic-1 GPL}
    1111categories-append   textproc
     
    1515                    highly compliant and also very fast. I have tests \
    1616                    showing this to be more than twice as fast as Sablotron.
    1717
    18 checksums           rmd160  df4782630cd04f2a0d1976efe66cc2e7cc6f17ac \
    19                     sha256  46993c2751007f660e60e09441d57343b81b49a903281e33105824c2058d91bb
     18checksums           rmd160  dcd04800006afa7102f18a03704afe9fde83db0b \
     19                    sha256  b9c0d4de0697284c3f4687283f2ed6b28139b088e2dc2c73be37b0f7b5e94ae5
    2020
    2121platforms           darwin
    2222
    2323if {${perl5.major} != ""} {
     24    depends_build-append \
     25                    port:p${perl5.major}-test-trailingspace
     26   
    2427    depends_lib-append \
    2528                    port:p${perl5.major}-xml-libxml \
    2629                    port:libxslt \