[141779] users/devans/GNOME-3/unstable/dports/gnome

devans at macports.org devans at macports.org
Sat Dec 12 02:58:24 PST 2015


Revision: 141779
          https://trac.macports.org/changeset/141779
Author:   devans at macports.org
Date:     2015-10-28 00:33:38 -0700 (Wed, 28 Oct 2015)
Log Message:
-----------
GNOME-3/unstable: gnome-weather, copy/merge from stable and update to unstable version 3.19.1, use gnome unstable livecheck.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/
    users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/patch-src-app-currentLocationController.js.diff


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gnome-weather
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/gnome/gnome-weather:141739-141740
/users/devans/GNOME-3/stable/dports/gnome/gnome-weather:141742-141778

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-weather/Portfile	2015-10-27 05:49:57 UTC (rev 141741)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile	2015-10-28 07:33:38 UTC (rev 141779)
@@ -5,8 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-weather
-version             3.18.1
-revision            1
+version             3.19.1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A small application that allows you to monitor the current weather \
@@ -20,8 +19,8 @@
 
 use_xz              yes
 
-checksums           rmd160  cf17a9e1293ccb5309082977533eccdeed916a1e \
-                    sha256  d0cbe0ee6e9f9332e30836d72c9a462ecc908a97402943c33cd6e61d08323fdf
+checksums           rmd160  f44f46f574ca31a6f329bf8c9d412b3874e36884 \
+                    sha256  8d88c9683968a355c80550acd96b9582fb77611c88f454251d7f969154208ec1
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -43,6 +42,8 @@
 
 gobject_introspection yes
 
+patchfiles          patch-src-app-currentLocationController.js.diff
+
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
@@ -60,4 +61,4 @@
    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type      gnome
+livecheck.type      gnome-with-unstable

Copied: users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/patch-src-app-currentLocationController.js.diff (from rev 141778, users/devans/GNOME-3/stable/dports/gnome/gnome-weather/files/patch-src-app-currentLocationController.js.diff)
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/patch-src-app-currentLocationController.js.diff	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/patch-src-app-currentLocationController.js.diff	2015-10-28 07:33:38 UTC (rev 141779)
@@ -0,0 +1,11 @@
+--- src/app/currentLocationController.js.orig	2015-10-27 22:55:05.000000000 -0700
++++ src/app/currentLocationController.js	2015-10-27 22:55:46.000000000 -0700
+@@ -99,7 +99,7 @@
+     },
+ 
+     _geoLocationFailed: function(e) {
+-        log ("Failed to connect to GeoClue2 service: " + e.message);
++        log ("Failed to connect to GeoClue2 service");
+         this.autoLocation = AutoLocation.NOT_AVAILABLE;
+         GLib.idle_add(GLib.PRIORITY_DEFAULT, Lang.bind(this, function() {
+             this._world.currentLocationChanged(null);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2ade863b/attachment.html>


More information about the macports-changes mailing list