[136187] trunk/dports/gnome/gnome-maps

devans at macports.org devans at macports.org
Mon May 11 15:51:18 PDT 2015


Revision: 136187
          https://trac.macports.org/changeset/136187
Author:   devans at macports.org
Date:     2015-05-11 15:51:18 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gnome-maps: update to version 3.16.1, dependencies, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-maps/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-maps/files/

Property Changed:
----------------
    trunk/dports/gnome/gnome-maps/


Property changes on: trunk/dports/gnome/gnome-maps
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gnome-maps:122653-132006
   + /users/devans/GNOME-3/stable/dports/gnome/gnome-maps:122653-136062
/users/devans/GNOME-3/unstable/dports/gnome/gnome-maps:128864-134597

Modified: trunk/dports/gnome/gnome-maps/Portfile
===================================================================
--- trunk/dports/gnome/gnome-maps/Portfile	2015-05-11 22:51:17 UTC (rev 136186)
+++ trunk/dports/gnome/gnome-maps/Portfile	2015-05-11 22:51:18 UTC (rev 136187)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-maps
-version             3.14.2
+version             3.16.1
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Map application for GNOME 3.
@@ -20,18 +20,27 @@
 
 use_xz              yes
 
-checksums           rmd160  ce71e9fb405a4c396816f9274fda76c3736d2be6 \
-                    sha256  92a6488b2632da0d4f9b6c67b9462dfd2dc790617f8b472e46130b8909bc2ab5
+checksums           rmd160  1822273c018e57b4a6dcda98f0b8bffd4c3f9a2b \
+                    sha256  6fec9563b559c3ed9183ab41c0a6439c395e4d153da54e2ddf5c787520eb7b4e
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gsettings-desktop-schemas \
                     port:gtk3 \
                     port:gjs \
+                    port:folks \
+                    port:gfbgraph \
                     port:clutter-gtk \
-                    port:libchamplain
+                    port:libchamplain \
+                    port:libgee \
+                    port:geoclue2 \
+                    port:geocode-glib
 
 depends_run         port:gnome-settings-daemon \
                     port:yelp
@@ -40,14 +49,13 @@
 
 gobject_introspection yes
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 # port installs desktop application file, icons, and gschemas
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/39098b05/attachment-0001.html>


More information about the macports-changes mailing list