Revision: 100307 https://trac.macports.org/changeset/100307 Author: cal@macports.org Date: 2012-12-07 16:46:03 -0800 (Fri, 07 Dec 2012) Log Message: ----------- atk: update to 2.6.0, fix livecheck also: remove manual compiler specificaton for gobject-introspection now obsolete because the correct compiler should have been baked into gobject-introspection. Modified Paths: -------------- trunk/dports/devel/atk/Portfile Modified: trunk/dports/devel/atk/Portfile =================================================================== --- trunk/dports/devel/atk/Portfile 2012-12-08 00:31:01 UTC (rev 100306) +++ trunk/dports/devel/atk/Portfile 2012-12-08 00:46:03 UTC (rev 100307) @@ -5,8 +5,7 @@ name atk epoch 2 -version 2.2.0 -revision 2 +version 2.6.0 set branch [join [lrange [split ${version} .] 0 1] .] categories devel license LGPL @@ -20,10 +19,10 @@ homepage http://projects.gnome.org/accessibility/ master_sites gnome:sources/${name}/${branch}/ -checksums rmd160 20180c7af9af2de44678009260cc21f1f5d248d3 \ - sha256 d201e3f5808aef0b1aec2277bfa61074f68863e405428adb57a73aab5c838450 +checksums rmd160 caff60870965b2b5528fd5a7ce0b20b4edcf3e85 \ + sha256 eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f -use_bzip2 yes +use_xz yes depends_build port:pkgconfig @@ -42,9 +41,6 @@ build.cmd ${prefix}/bin/gmake } -# gobject-introspection uses $CC from env -build.args-append CC="${configure.cc} ${configure.cc_archflags}" - livecheck.type regex -livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ -livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} +livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/cache.json +livecheck.regex {LATEST-IS-(\d+\.\d*[02468](?:\.\d+)*)}
participants (1)
-
cal@macports.org