[146914] users/devans/GNOME-3/unstable/dports/gnome/gnome-weather

devans at macports.org devans at macports.org
Sun Mar 20 12:22:03 PDT 2016


Revision: 146914
          https://trac.macports.org/changeset/146914
Author:   devans at macports.org
Date:     2016-03-20 12:22:03 -0700 (Sun, 20 Mar 2016)
Log Message:
-----------
GNOME-3/unstable: gnome-weather, update to version 3.19.92, update autogen.sh from upstream git master, no longer requires gnome-common to build.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/autogen.sh

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile	2016-03-20 19:11:08 UTC (rev 146913)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/Portfile	2016-03-20 19:22:03 UTC (rev 146914)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-weather
-version             3.19.90
+version             3.19.92
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A small application that allows you to monitor the current weather \
@@ -19,13 +19,12 @@
 
 use_xz              yes
 
-checksums           rmd160  a57f4ef68aa288375b9732d0d38b22e257e83738 \
-                    sha256  88b2150d38f3704197d0f20be079757427a21eb832809b14d7a7b8cf41a7fede
+checksums           rmd160  78c80dbc40a2e6c56d823473833c86eb5290e3f5 \
+                    sha256  4febb9c4edc8b0a84a843041d9d656c871d36b846159bda1f6d31c9dbea77458
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:appstream-glib \
-                    port:gnome-common \
                     port:autoconf \
                     port:automake \
                     port:libtool

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/autogen.sh	2016-03-20 19:11:08 UTC (rev 146913)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-weather/files/autogen.sh	2016-03-20 19:22:03 UTC (rev 146914)
@@ -1,24 +1,24 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
 
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+olddir=`pwd`
+cd $srcdir
 
-PKG_NAME="gnome-weather"
-
-test -f $srcdir/configure.ac || {
-    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level gnome-weather directory"
-    exit 1
+(test -f configure.ac) || {
+        echo "*** ERROR: Directory "\`$srcdir\'" does not look like the top-level project directory ***"
+        exit 1
 }
 
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common from GNOME Git (or from"
-    echo "your OS vendor's package manager)."
-    exit 1
-}
+aclocal --install || exit 1
+intltoolize --force --copy --automake || exit 1
+autoreconf --verbose --force --install -Wno-portability || exit 1
 
-(cd "$srcdir" ;
-test -d m4 || mkdir m4/ ;
-)
-. gnome-autogen.sh
+cd $olddir
+if [ "$NOCONFIGURE" = "" ]; then
+        $srcdir/configure "$@" || exit 1
+        echo "Now type \`make\' to compile."
+else
+        echo "Skipping configure process."
+fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160320/7885e8ea/attachment.html>


More information about the macports-changes mailing list