Revision
141325
Author
devans@macports.org
Date
2015-10-15 16:56:58 -0700 (Thu, 15 Oct 2015)

Log Message

gtk3: update to version 3.18.2, remove outdated configuration item.

Modified Paths

Diff

Modified: trunk/dports/gnome/gtk3/Portfile (141324 => 141325)


--- trunk/dports/gnome/gtk3/Portfile	2015-10-15 23:53:39 UTC (rev 141324)
+++ trunk/dports/gnome/gtk3/Portfile	2015-10-15 23:56:58 UTC (rev 141325)
@@ -10,17 +10,13 @@
 name                gtk3
 set real_name       gtk+
 epoch               1
-# version 3.18.0+ requires glib-2.0 >= 2.45.8
-version             3.16.7
+version             3.18.2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome x11
 license             LGPL-2.1+
 maintainers         cal devans openmaintainer
 platforms           darwin
 
-checksums           rmd160  76f61945a73d3ff62c25b55b7ad2206f4f2f9f22 \
-                    sha256  19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba
-
 description         GTK+ widget toolkit
 
 long_description    \
@@ -35,6 +31,9 @@
 
 master_sites        gnome:sources/gtk+/${branch}/
 
+checksums           rmd160  d1763ca8c59066367397e15304e6b0b484d240dd \
+                    sha256  5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152
+
 minimum_xcodeversions {9 3.1}
 depends_build       port:pkgconfig
 
@@ -61,7 +60,6 @@
 
 configure.args      --enable-static \
                     --disable-glibtest \
-                    --disable-libcanberra \
                     --enable-introspection \
                     --disable-cloudprint \
                     --disable-mir-backend \