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
4 4 PortSystem 1.0 5 5 6 6 name meld 7 version 1. 3.17 version 1.4.0 8 8 categories textproc devel 9 9 platforms darwin 10 10 maintainers landonf … … 18 18 systems such such as CVS, Subversion, Bazaar-ng and \ 19 19 Mercurial. 20 20 21 master_sites http://ftp.gnome.org/pub/gnome/sources/meld/1.3/ 21 master_sites gnome:sources/${name}/[join [lrange [split $version .] 0 1] .] 22 use_bzip2 yes 22 23 24 checksums md5 b675ec2006c4452469cf501c51b2a689 \ 25 sha1 2db6d610f1d1e2ef2bd0e0027695e72f6f6a6ac9 \ 26 rmd160 5e244b450cd1a11b8eeb8176a77043a0a6eff63a 27 23 28 depends_lib port:intltool \ 24 port:py25-gtk \ 25 port:py25-gnome \ 29 port:py26-gnome \ 26 30 port:rarian 27 31 28 #patchfiles patch-translations \29 # patch-scrollkeeper30 31 use_configure no32 33 32 post-patch { 34 33 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 42 35 } 43 checksums md5 e153f8d8675659dd0e6563008d4d7b4a \44 sha1 fb3f611de93b63602e963c2fad7ac428d8da95f4 \45 rmd160 c1d950d5cdfa8199e56b917ca6ae9b2c92a8e78d46 36 37 use_configure no 38 39 build.args PYTHON=${prefix}/bin/python2.6