[135425] users/devans/GNOME-3/stable/dports/gnome/gnome-maps

devans at macports.org devans at macports.org
Thu Apr 23 09:43:31 PDT 2015


Revision: 135425
          https://trac.macports.org/changeset/135425
Author:   devans at macports.org
Date:     2015-04-23 09:43:30 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gnome-maps, update to version 3.16.1, dependencies, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gnome-maps/files/
    users/devans/GNOME-3/stable/dports/gnome/gnome-maps/files/autogen.sh

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
   - /branches/mld-qt-481/dports/gnome/gnome-maps:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gnome-maps:122654-127259
/users/rmstonecipher/gnome/gnome-maps:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-maps:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gnome-maps:122654-127259
/users/devans/GNOME-3/unstable/dports/gnome/gnome-maps:128864-134597
/users/rmstonecipher/gnome/gnome-maps:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile	2015-04-23 16:43:29 UTC (rev 135424)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-maps/Portfile	2015-04-23 16:43:30 UTC (rev 135425)
@@ -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 {

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-maps/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-maps/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-maps/files/autogen.sh	2015-04-23 16:43:30 UTC (rev 135425)
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="gnome-maps"
+
+(test -f $srcdir/src/main.js) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level $PKG_NAME directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from the GNOME git"
+    exit 1
+}
+
+REQUIRED_AUTOCONF_VERSION=2.59
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_INTLTOOL_VERSION=0.40.0
+REQUIRED_PKG_CONFIG_VERSION=0.22
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/8d352616/attachment.html>


More information about the macports-changes mailing list