Ticket #42199: Portfile.diff

File Portfile.diff, 765 bytes (added by lockhart (Thomas Lockhart), 10 years ago)

Update Portfile to require perl5.16 rather than perl5.12

  • Portfile

    old new  
    1919
    2020conflicts           docbook-utils
    2121
    22 depends_lib         port:perl5.12 \
    23                     port:p5.12-xml-namespacesupport \
    24                     port:p5.12-xml-sax \
    25                     port:p5.12-xml-parser \
    26                     port:p5.12-xml-sax-expat \
     22depends_lib         port:perl5.16 \
     23                    port:p5.16-xml-namespacesupport \
     24                    port:p5.16-xml-sax \
     25                    port:p5.16-xml-parser \
     26                    port:p5.16-xml-sax-expat \
    2727                    port:libiconv \
    2828                    port:libxml2
    2929