Ticket #15967: Portfile.diff
File Portfile.diff, 1.2 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
old new 2 2 PortSystem 1.0 3 3 4 4 name meld 5 version 1. 1.45 version 1.2 6 6 categories textproc devel 7 7 maintainers landonf@macports.org 8 8 homepage http://meld.sourceforge.net/ … … 15 15 systems such such as CVS, Subversion, Bazaar-ng and \ 16 16 Mercurial. 17 17 18 master_sites http://ftp.gnome.org/pub/gnome/sources/meld/1.1/ 18 master_sites http://ftp.gnome.org/pub/gnome/sources/meld/1.2/ 19 use_bzip2 yes 19 20 20 depends_lib port:intltool \ 21 port:py-gtk2 \ 22 port:py-gnome 21 depends_lib port:intltool port:py25-gtk port:py25-gnome port:rarian 23 22 24 patchfiles patch-translations \ 25 patch-scrollkeeper 23 patchfiles patch-scrollkeeper patch-help_fr_GNUmakefile 26 24 27 25 use_configure no 28 26 … … 30 28 reinplace s|/usr/local|${prefix}|g ${worksrcpath}/INSTALL 31 29 } 32 30 33 checksums md5 00b519abde469330ec571e4d7b3d9656 31 checksums md5 08e047ab4c8a8ae383674fcddde9fb87 \ 32 sha1 aa246307226332b865216d139c10de4c73562fc1 \ 33 rmd160 a06fee2f8f882a1edba329bd0be7797f89852920 34 35 post-destroot { 36 reinplace "s|^#! /usr/bin/env python|#!${prefix}/bin/python2.5|" \ 37 ${destroot}${prefix}/bin/meld 38 } 39