[74212] trunk/dports/x11/gtkmm/Portfile

devans at macports.org devans at macports.org
Tue Dec 7 09:57:49 PST 2010


Revision: 74212
          http://trac.macports.org/changeset/74212
Author:   devans at macports.org
Date:     2010-12-07 09:57:44 -0800 (Tue, 07 Dec 2010)
Log Message:
-----------
gtkmm: update to version 2.22.0, atk interfaces now split out as port atkmm.

Modified Paths:
--------------
    trunk/dports/x11/gtkmm/Portfile

Modified: trunk/dports/x11/gtkmm/Portfile
===================================================================
--- trunk/dports/x11/gtkmm/Portfile	2010-12-07 17:56:10 UTC (rev 74211)
+++ trunk/dports/x11/gtkmm/Portfile	2010-12-07 17:57:44 UTC (rev 74212)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		gtkmm
-version		2.20.3
+version		2.22.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	C++ interface to GTK+.
 long_description        gtkmm (previously known as Gtk--) is the official \
@@ -15,13 +15,18 @@
 homepage	http://www.gtkmm.org/
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
-checksums       md5     c35f236091b4f96fe45c53b4107400a9 \
-                sha1    ad53f52f18cc3021b7fd6cd06f965471039d5333 \
-                rmd160  b0f26cb06443e642e43435cec9ff66a5972fc8d7
+
+checksums       md5     4356dfde44b13f7fb1bfbd97623f37dd \
+                sha1    4a43945ecf20d0db7679daf95d504c2e97fb0a72 \
+                rmd160  5eacf79b3c2acd09ba36a3e8643da90282cec579
+
+depends_build   port:pkgconfig
+
 depends_lib	port:gtk2 \
                 port:glibmm \
                 path:lib/pkgconfig/cairomm-1.0.pc:cairomm \
-                port:pangomm
+                port:pangomm \
+                port:atkmm
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101207/87219f01/attachment.html>


More information about the macports-changes mailing list