Modified: trunk/dports/gnome/gnome-maps/Portfile (147415 => 147416)
--- trunk/dports/gnome/gnome-maps/Portfile 2016-04-03 06:02:46 UTC (rev 147415)
+++ trunk/dports/gnome/gnome-maps/Portfile 2016-04-03 06:03:45 UTC (rev 147416)
@@ -5,8 +5,7 @@
PortGroup gobject_introspection 1.0
name gnome-maps
-version 3.18.2
-revision 1
+version 3.20.0
license GPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description Map application for GNOME 3.
@@ -21,8 +20,8 @@
use_xz yes
-checksums rmd160 aecfc78e6299cea8328a8803037141ee15f13fc2 \
- sha256 693ff1559252eabe5d8c9c7354333b5aa1996e870936456d15706a0e0bac9278
+checksums rmd160 c748a9963ada8fe1c521c6325f5b9136db9c1b6a \
+ sha256 91827901fd7f88db99b3a0d8d45a8a0161568f5ebf48cd2ccead7735242d592e
depends_build port:pkgconfig \
port:intltool \
@@ -39,8 +38,8 @@
port:gfbgraph \
port:clutter-gtk \
port:libchamplain \
+ port:libgweather \
port:libgee \
- port:libgweather \
port:geoclue2 \
port:geocode-glib
@@ -59,6 +58,17 @@
configure.cmd ./autogen.sh
+platform darwin {
+ if {${configure.cxx_stdlib} eq "libstdc++"} {
+ version 3.18.2
+ revision 1
+ checksums rmd160 aecfc78e6299cea8328a8803037141ee15f13fc2 \
+ sha256 693ff1559252eabe5d8c9c7354333b5aa1996e870936456d15706a0e0bac9278
+ } else {
+ depends_lib-append path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk
+ }
+}
+
# port installs desktop application file, icons, and gschemas
post-activate {
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"