Ticket #15967: Portfile.diff

File Portfile.diff, 1.2 KB (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

    old new  
    22PortSystem              1.0
    33
    44name                    meld
    5 version                 1.1.4
     5version                 1.2
    66categories              textproc devel
    77maintainers             landonf@macports.org
    88homepage                http://meld.sourceforge.net/
     
    1515                        systems such such as CVS, Subversion, Bazaar-ng and \
    1616                        Mercurial.
    1717
    18 master_sites            http://ftp.gnome.org/pub/gnome/sources/meld/1.1/
     18master_sites            http://ftp.gnome.org/pub/gnome/sources/meld/1.2/
     19use_bzip2                       yes
    1920
    20 depends_lib             port:intltool \
    21                         port:py-gtk2 \
    22                         port:py-gnome
     21depends_lib             port:intltool port:py25-gtk port:py25-gnome port:rarian
    2322
    24 patchfiles              patch-translations \
    25                         patch-scrollkeeper
     23patchfiles              patch-scrollkeeper patch-help_fr_GNUmakefile
    2624
    2725use_configure           no
    2826
     
    3028        reinplace s|/usr/local|${prefix}|g ${worksrcpath}/INSTALL
    3129}
    3230
    33 checksums                       md5 00b519abde469330ec571e4d7b3d9656
     31checksums                       md5 08e047ab4c8a8ae383674fcddde9fb87 \
     32                                        sha1 aa246307226332b865216d139c10de4c73562fc1 \
     33                                        rmd160 a06fee2f8f882a1edba329bd0be7797f89852920
     34
     35post-destroot {
     36        reinplace "s|^#! /usr/bin/env python|#!${prefix}/bin/python2.5|" \
     37                ${destroot}${prefix}/bin/meld
     38}
     39