Ticket #30699: meld.diff

File meld.diff, 794 bytes (added by ecronin (Eric Cronin), 13 years ago)
  • dports/textproc/meld/Portfile

    diff --git a/dports/textproc/meld/Portfile b/dports/textproc/meld/Portfile
    index f5b9330..7aa7b17 100644
    a b checksums md5 b675ec2006c4452469cf501c51b2a689 \ 
    2626                    rmd160  5e244b450cd1a11b8eeb8176a77043a0a6eff63a
    2727
    2828depends_lib             port:intltool \
    29                         port:py26-gnome \
     29                        port:py27-gnome \
    3030                        port:rarian
    3131
    3232post-patch {
    3333        reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/INSTALL
    34         reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.6|" ${worksrcpath}/bin/meld
     34        reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.7|" ${worksrcpath}/bin/meld
    3535}
    3636
    3737use_configure           no
    3838
    39 build.args      PYTHON=${prefix}/bin/python2.6
     39build.args      PYTHON=${prefix}/bin/python2.7