Ticket #27940: tmo27940.p5-xml-libxslt.detab.patch

File tmo27940.p5-xml-libxslt.detab.patch, 1.9 KB (added by larry+macports@…, 13 years ago)

changes expressed in patch files (patch 1)

  • rsync.macports.org/release/ports/perl/p5-xml-libxslt/Portfile

    # HG changeset patch
    # Parent 5d64dcdc2f73d043ed3d856005b3d29527972e0a
    diff -r 5d64dcdc2f73 -r be6d231c590b rsync.macports.org/release/ports/perl/p5-xml-libxslt/Portfile
    a b  
    33PortSystem 1.0
    44PortGroup perl5 1.0
    55
    6 perl5.setup                     XML-LibXSLT 1.68
    7 maintainers                     cyberscript.net:ryan
    8 categories-append       textproc
    9 description                     Perl interface to libxslt.
    10 long_description        This module is an interface to the gnome project's \
    11                                         libxslt. This is an extremely good XSLT engine, \
    12                                         highly compliant and also very fast. I have tests \
    13                                         showing this to be more than twice as fast as Sablotron.
    14 homepage                        http://search.cpan.org/dist/XML-LibXSLT/
    15 checksums                       md5     23265ad14469b3eede5833f205198a6f \
    16                                         sha1    0979b595d178f2c14d9134eb7fe35cb3a0a38115 \
    17                                         rmd160  6e7f4c68b89f2e11ee3dcb4f3ad400ffe45b0a33
    18 platforms                       darwin
     6perl5.setup         XML-LibXSLT 1.68
     7maintainers         cyberscript.net:ryan
     8categories-append   textproc
     9description         Perl interface to libxslt.
     10long_description    This module is an interface to the gnome project's \
     11                    libxslt. This is an extremely good XSLT engine, \
     12                    highly compliant and also very fast. I have tests \
     13                    showing this to be more than twice as fast as Sablotron.
     14homepage            http://search.cpan.org/dist/XML-LibXSLT/
     15checksums           md5     23265ad14469b3eede5833f205198a6f \
     16                    sha1    0979b595d178f2c14d9134eb7fe35cb3a0a38115 \
     17                    rmd160  6e7f4c68b89f2e11ee3dcb4f3ad400ffe45b0a33
     18platforms           darwin
    1919
    20 depends_lib-append      port:p5-xml-libxml \
    21                                         port:libxslt
     20depends_lib-append  port:p5-xml-libxml \
     21                    port:libxslt