Ticket #26808: meld-1.4.0.diff

File meld-1.4.0.diff, 1.7 KB (added by jmroot (Joshua Root), 14 years ago)
  • Portfile

     
    44PortSystem              1.0
    55
    66name                    meld
    7 version                 1.3.1
     7version                 1.4.0
    88categories              textproc devel
    99platforms               darwin
    1010maintainers             landonf
     
    1818                        systems such such as CVS, Subversion, Bazaar-ng and \
    1919                        Mercurial.
    2020
    21 master_sites            http://ftp.gnome.org/pub/gnome/sources/meld/1.3/
     21master_sites            gnome:sources/${name}/[join [lrange [split $version .] 0 1] .]
     22use_bzip2               yes
    2223
     24checksums           md5     b675ec2006c4452469cf501c51b2a689 \
     25                    sha1    2db6d610f1d1e2ef2bd0e0027695e72f6f6a6ac9 \
     26                    rmd160  5e244b450cd1a11b8eeb8176a77043a0a6eff63a
     27
    2328depends_lib             port:intltool \
    24                         port:py25-gtk \
    25                         port:py25-gnome \
     29                        port:py26-gnome \
    2630                        port:rarian
    2731
    28 #patchfiles             patch-translations \
    29 #                       patch-scrollkeeper
    30 
    31 use_configure           no
    32 
    3332post-patch {
    3433        reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/INSTALL
    35         reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.5|" ${worksrcpath}/meld
    36 
    37         file mkdir ${worksrcpath}/help/fr/figures
    38         file mkdir ${worksrcpath}/help/oc/figures
    39 
    40         system "cp ${worksrcpath}/help/C/figures/*.png ${worksrcpath}/help/fr/figures"
    41         system "cp ${worksrcpath}/help/C/figures/*.png ${worksrcpath}/help/oc/figures"
     34        reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.6|" ${worksrcpath}/bin/meld
    4235}
    43 checksums           md5     e153f8d8675659dd0e6563008d4d7b4a \
    44                     sha1    fb3f611de93b63602e963c2fad7ac428d8da95f4 \
    45                     rmd160  c1d950d5cdfa8199e56b917ca6ae9b2c92a8e78d
    4636
     37use_configure           no
     38
     39build.args      PYTHON=${prefix}/bin/python2.6