Revision: 77462 http://trac.macports.org/changeset/77462 Author: singingwolfboy@macports.org Date: 2011-03-31 08:23:15 -0700 (Thu, 31 Mar 2011) Log Message: ----------- gtk3: updated to 3.0.5, added introspection variant Modified Paths: -------------- trunk/dports/gnome/gtk3/Portfile Modified: trunk/dports/gnome/gtk3/Portfile =================================================================== --- trunk/dports/gnome/gtk3/Portfile 2011-03-31 13:35:55 UTC (rev 77461) +++ trunk/dports/gnome/gtk3/Portfile 2011-03-31 15:23:15 UTC (rev 77462) @@ -9,7 +9,7 @@ name gtk3 set real_name gtk+ conflicts gtk2 -version 2.99.2 +version 3.0.5 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome x11 maintainers singingwolfboy openmaintainer @@ -31,17 +31,16 @@ http://ftp.gtk.org/pub/gtk/${branch}/ minimum_xcodeversions {9 3.1} -checksums md5 e727b2bc0d17182d41ddd90a83285b0e \ - sha1 a62753f17e115c8664ec0f3d25ac9486c1fca2e2 \ - rmd160 cbe8228d2c288b8a2e87a7d273d3876b4a3512c4 +checksums md5 1994158935ae8528e37c626dff513ef8 \ + sha1 d82dbe16f3a4b5c795a0af5bb1c9bd46526b4f51 \ + rmd160 ef22d4bb00b88f32cb81e336a7ef64dac8191954 depends_build port:pkgconfig depends_lib port:atk \ path:lib/pkgconfig/pango.pc:pango \ port:gdk-pixbuf2 \ - port:gobject-introspection \ - port:glib2-devel + port:glib2 depends_run port:shared-mime-info @@ -216,6 +215,12 @@ --x-include=${prefix}/include --x-lib=${prefix}/lib } +variant introspection description {Enable introspection} { + depends_lib-append port:gobject-introspection + configure.args-delete --disable-introspection + configure.args-append --enable-introspection +} + livecheck.type regex livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/${real_name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
participants (1)
-
singingwolfboy@macports.org