Ticket #44777: p5-xml-twig-3.48-1.diff

File p5-xml-twig-3.48-1.diff, 1.4 KB (added by nortcele, 10 years ago)

Patch to correct portfile presentation

  • Portfile.

    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 95558 2012-07-16 23:00:18Z jmr@macports.org $
    23
    3 PortSystem      1.0
    4 PortGroup       perl5 1.0
     4PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup     XML-Twig 3.39
    8 maintainers     janusresearch.com:frank.mcpherson
    9 license         {Artistic-1 GPL}
    10 description     A perl module to process efficiently XML documents
    11 long_description        Twig offers a tree-oriented interface \
    12                         to a document while handling large docs.
    13 platforms       darwin
     8perl5.setup         XML-Twig 3.39
     9
     10platforms           darwin
     11maintainers         janusresearch.com:frank.mcpherson
     12license             {Artistic-1 GPL}
     13
     14supported_archs     noarch
     15
     16description         A perl module for processing huge XML documents in tree mode.
     17
     18long_description    ${description}
     19
    1420checksums           rmd160 0954a2a9630e594e731d6d0d78a70c605885c174 \
    1521                    sha256 33940ed00763cf4def0052b095ac79418da3902b4c6fa67b21e4bf929d1f7fb6
    1622
    1723if {${perl5.major} != ""} {
    18 depends_lib-append      port:p${perl5.major}-xml-parser
    19 
    20 supported_archs noarch
     24    depends_lib-append \
     25                    port:p${perl5.major}-xml-parser
    2126}