[147320] users/devans/GNOME-3/stable/dports/gnome/gnome-maps
devans at macports.org
devans at macports.org
Fri Apr 1 15:01:37 PDT 2016
Revision: 147320
https://trac.macports.org/changeset/147320
Author: devans at macports.org
Date: 2016-04-01 15:01:37 -0700 (Fri, 01 Apr 2016)
Log Message:
-----------
GNOME-3/stable: gnome-maps, update to version 3.20.0, now uses webkit2-gtk, add legacy fallback for platforms that don't support libc++.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/gnome/gnome-maps/
Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-maps
___________________________________________________________________
Modified: svn:mergeinfo
- /trunk/dports/gnome/gnome-maps:122654-141354
/users/devans/GNOME-3/unstable/dports/gnome/gnome-maps:128864-140491
+ /trunk/dports/gnome/gnome-maps:122654-141354
/users/devans/GNOME-3/unstable/dports/gnome/gnome-maps:128864-140491,141712-147190
Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile 2016-04-01 21:58:32 UTC (rev 147319)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile 2016-04-01 22:01:37 UTC (rev 147320)
@@ -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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160401/960fcb4e/attachment-0001.html>
More information about the macports-changes
mailing list