Ticket #27547: p5-xml-libxml-1.70.patch

File p5-xml-libxml-1.70.patch, 1.7 KB (added by larry+macports@…, 13 years ago)

Upgrade to 1.70 (apply this 2nd)

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

    # HG changeset patch
    # Parent bdf8590b93bec8379b4b9762481c891ddec92ab7
    
    diff -r bdf8590b93be rsync.macports.org/release/ports/perl/p5-xml-libxml/Portfile
    a b  
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.setup         XML-LibXML 1.69
     7perl5.setup         XML-LibXML 1.70
    88categories-append   textproc
    99platforms           darwin
    10 maintainers         nomaintainer
    11 homepage            http://search.cpan.org/~pajas/${distname}/
     10maintainers         l2g.to:larry+macports
     11license             Artistic/GPL
    1212
    13 description         Perl interface to libxml2.
     13description         Perl interface to libxml2
    1414
    1515long_description    This module implements a Perl interface to \
    1616                    the Gnome libxml2 library. The libxml2 library \
     
    1919                    make use of the highly capable validating XML \
    2020                    parser and the high performance DOM implementation.
    2121
    22 checksums           md5     8295f4ae7b09729985dd1133e3ad0d0a \
    23                     sha1    a8590ada6463e3b1de5699f7b8a14b564437a213 \
    24                     rmd160  1ba9e5d63431ae11031fca18e28da5f04fe25f23
     22checksums           sha1    c3400e61282e08e84ab16d5d8cc4557aa5bf3984 \
     23                    rmd160  cc9cc88a10e6652ec9cedd7904ef84dc057170e3
    2524
    26 depends_lib-append  port:p5-xml-libxml-common \
    27                     port:p5-xml-sax \
     25depends_lib-append  port:p5-xml-sax \
    2826                    port:p5-xml-namespacesupport \
    2927                    port:libiconv \
    3028                    port:libxml2