[66324] trunk/dports/devel/kiwi/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 9 02:34:07 PDT 2010


Revision: 66324
          http://trac.macports.org/changeset/66324
Author:   ryandesign at macports.org
Date:     2010-04-09 02:34:04 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
kiwi: update to 1.9.26 and switch to python 2.6; see #22124 and #24093

Modified Paths:
--------------
    trunk/dports/devel/kiwi/Portfile

Modified: trunk/dports/devel/kiwi/Portfile
===================================================================
--- trunk/dports/devel/kiwi/Portfile	2010-04-09 09:23:59 UTC (rev 66323)
+++ trunk/dports/devel/kiwi/Portfile	2010-04-09 09:34:04 UTC (rev 66324)
@@ -1,10 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
 name		kiwi
-version		1.9.20
+version		1.9.26
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	devel gnome python
 maintainers	nomaintainer
@@ -18,18 +18,21 @@
 platforms	darwin
 
 master_sites	gnome:sources/${name}/${branch}/
-checksums	md5 2ed0ea4b7b22466ecf415a37602212d3 \
-	sha1 e150e4d5a43d97b1ff3e732a8fb40dedf5d81867 \
-	rmd160 2fb3cff74a55decfd11fffc0096188ef60806c60
 
+checksums       md5     036cb5d9007d816bdc7b9fff9fc3215c \
+                sha1    83f5b46762d446587bc4cd71e0e644c2fd3be6fd \
+                rmd160  fbc52676fc5501edf85e509a8e7951884bb7caac
+
 depends_lib-append	\
 	path:lib/pkgconfig/glib-2.0.pc:glib2 \
-	port:py25-gobject \
-	port:py25-gtk \
-	port:py25-numeric
+	port:py26-gobject \
+	port:py26-gtk \
+	port:py26-numeric
 depends_build-append	\
 	port:pkgconfig
 
+python.link_binaries_suffix
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/911aa40c/attachment.html>


More information about the macports-changes mailing list