Revision: 138992 https://trac.macports.org/changeset/138992 Author: devans@macports.org Date: 2015-07-26 11:19:37 -0700 (Sun, 26 Jul 2015) Log Message: ----------- GNOME-3/unstable-c++11: glibmm, update to version 2.45.41, undeprecates Glib::HelperList and Glib::List_Iterator, originally deprecated in 2.45.3, which broken the undeprecated API in gtkmm-2.4. This, for instance, broke the +strict variant of inkscape. Upstream warns that this change is temporary and that all of gtkmm-2.4 is deprecated and shouldn't be used in any case, advises migrating to gtkmm3 as soon as possible. Modified Paths: -------------- users/devans/GNOME-3/unstable-c++11/dports/devel/glibmm/Portfile Modified: users/devans/GNOME-3/unstable-c++11/dports/devel/glibmm/Portfile =================================================================== --- users/devans/GNOME-3/unstable-c++11/dports/devel/glibmm/Portfile 2015-07-26 17:57:00 UTC (rev 138991) +++ users/devans/GNOME-3/unstable-c++11/dports/devel/glibmm/Portfile 2015-07-26 18:19:37 UTC (rev 138992) @@ -8,7 +8,7 @@ PortGroup cxx11 1.0 name glibmm -version 2.45.40 +version 2.45.41 set branch [join [lrange [split ${version} .] 0 1] .] description C++ interface to glib long_description ${description} @@ -21,8 +21,8 @@ use_xz yes -checksums rmd160 68e25cbdce0745b7daf21d99ed601d02c9ff895e \ - sha256 ceb9c9e0e9af634fb32cba858a60fa2692d8156819f4d22ac610ce043e7baf29 +checksums rmd160 890b4946a53e09c61c588320001a52d3ec9c5eb7 \ + sha256 a715238ec8736c5661db72f636145a0edd74764b073e771102751c6a93f8b26f # set pbranch to desired perl version # currently 5.22 (#48365)