Ticket #44405: wml-patch-perl5.16.diff

File wml-patch-perl5.16.diff, 1.6 KB (added by cfaerber@…, 10 years ago)

Patch for www/wml

  • dports/www/wml/Portfile

    diff --git a/dports/www/wml/Portfile b/dports/www/wml/Portfile
    index 92f2fa3..01e066a 100644
    a b PortSystem 1.0 
    55
    66name                    wml
    77version                 2.0.11
    8 revision                3
     8revision                4
    99platforms               darwin
    1010categories              www lang
    1111maintainers             cfaerber.name:cfaerber \
    patchfiles patch-configure.diff \ 
    3333                        patch-no_tidy.diff \
    3434                        patch-no_txt2html.diff
    3535
    36 depends_run             port:p5.12-eperl \
     36depends_run             port:p5.16-eperl \
    3737                        port:m4 \
    3838                        port:tidy
    3939
    4040depends_lib             port:gdbm \
    4141                        port:gettext \
    4242                        port:libiconv \
    43                         port:p5.12-getopt-long \
    44                         port:p5.12-bit-vector \
    45                         port:p5.12-image-size \
    46                         port:p5.12-io \
    47                         port:p5.12-term-readkey
     43                        port:p5.16-getopt-long \
     44                        port:p5.16-bit-vector \
     45                        port:p5.16-image-size \
     46                        port:p5.16-io \
     47                        port:p5.16-term-readkey
    4848
    4949depends_build           port:lynx
    5050
    51 configure.args          --with-perl=${prefix}/bin/perl5.12 \
     51configure.args          --with-perl=${prefix}/bin/perl5.16 \
    5252                        --without-modules \
    5353                        --with-openworld \
    5454                        --with-cc=${configure.cc}