[39244] trunk/dports/textproc/meld/Portfile

landonf at macports.org landonf at macports.org
Wed Aug 13 11:02:31 PDT 2008


Revision: 39244
          http://trac.macosforge.org/projects/macports/changeset/39244
Author:   landonf at macports.org
Date:     2008-08-13 11:02:31 -0700 (Wed, 13 Aug 2008)
Log Message:
-----------
Update to 1.2 and switch to python2.5

Modified Paths:
--------------
    trunk/dports/textproc/meld/Portfile

Modified: trunk/dports/textproc/meld/Portfile
===================================================================
--- trunk/dports/textproc/meld/Portfile	2008-08-13 13:53:36 UTC (rev 39243)
+++ trunk/dports/textproc/meld/Portfile	2008-08-13 18:02:31 UTC (rev 39244)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			meld
-version			1.1.4
+version			1.2
 categories		textproc devel
 maintainers		landonf at macports.org
 homepage		http://meld.sourceforge.net/
@@ -15,19 +15,27 @@
 			systems such such as CVS, Subversion, Bazaar-ng and \
 			Mercurial.
 
-master_sites		http://ftp.gnome.org/pub/gnome/sources/meld/1.1/
+master_sites		http://ftp.gnome.org/pub/gnome/sources/meld/1.2/
 
 depends_lib		port:intltool \
-			port:py-gtk2 \
-			port:py-gnome
+			port:py25-gtk \
+			port:py25-gnome \
+			port:rarian
 
-patchfiles		patch-translations \
-			patch-scrollkeeper
+#patchfiles		patch-translations \
+#			patch-scrollkeeper
 
 use_configure		no
 
 post-patch {
-	reinplace s|/usr/local|${prefix}|g ${worksrcpath}/INSTALL
+	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/INSTALL
+	reinplace "s|#! /usr/bin/env python|#! /usr/bin/env python2.5|" ${worksrcpath}/meld
+
+	file mkdir ${worksrcpath}/help/fr/figures
+	file mkdir ${worksrcpath}/help/oc/figures
+
+	system "cp ${worksrcpath}/help/C/figures/*.png ${worksrcpath}/help/fr/figures"
+	system "cp ${worksrcpath}/help/C/figures/*.png ${worksrcpath}/help/oc/figures"
 }
 
-checksums			md5 00b519abde469330ec571e4d7b3d9656
+checksums			md5 50ea5a7cdf2451448a78e53b172d7f6f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080813/e3c2b467/attachment.html 


More information about the macports-changes mailing list