[144862] users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku

devans at macports.org devans at macports.org
Tue Jan 19 15:59:39 PST 2016


Revision: 144862
          https://trac.macports.org/changeset/144862
Author:   devans at macports.org
Date:     2016-01-19 15:59:39 -0800 (Tue, 19 Jan 2016)
Log Message:
-----------
GNOME-3/unstable: gnome-sudoku, update to version 3.19.4, no longer requires deprecated gnome-common.

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

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku/Portfile	2016-01-19 23:42:28 UTC (rev 144861)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku/Portfile	2016-01-19 23:59:39 UTC (rev 144862)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-sudoku
-version             3.19.2
+version             3.19.4
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Sudoku is a Japanese logic game that exploded in popularity in 2005.
@@ -17,15 +17,14 @@
 
 use_xz              yes
 
-checksums           rmd160  f9695fd6de248a5b86f7b4e69b8b43a3ef7ffd4c \
-                    sha256  8a8d5da419138fc0730aedef040dde16add7e54c833c4be939f19a84331902bf
+checksums           rmd160  aa56c41acf33e6a3c9d435ea24674a4b5cb84feb \
+                    sha256  d1ff7bb9630afceb1030bd0fbbacf4d13ee3e9538cf7445c3ddcc2027240bafe
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
                     port:yelp-tools \
                     port:appstream-glib \
-                    port:gnome-common \
                     port:autoconf \
                     port:automake \
                     port:libtool

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku/files/autogen.sh	2016-01-19 23:42:28 UTC (rev 144861)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-sudoku/files/autogen.sh	2016-01-19 23:59:39 UTC (rev 144862)
@@ -1,15 +1,47 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
 
-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
+olddir=`pwd`
+
+cd $srcdir
+
+(test -f configure.ac) || {
+        echo "*** ERROR: Directory "\`$srcdir\'" does not look like the top-level project directory ***"
+        exit 1
 }
 
-REQUIRED_AUTOMAKE_VERSION=1.9 
-REQUIRED_YELP_TOOLS_VERSION=3.1.1
-REQUIRED_GETTEXT_VERSION=0.12
-REQUIRED_INTLTOOL_VERSION=0.40.4
+# Use the style-checker as pre-commit and pre-applypatch hooks
+if [ -d $srcdir/.git ]; then
+        if [ ! -L $srcdir/.git/hooks/pre-commit ]; then
+            ln -s ../../../libgames-support/style-checker $srcdir/.git/hooks/pre-commit && echo "Enabled pre-commit style checker." || :
+        fi
+        if [ ! -L $srcdir/.git/hooks/pre-applypatch ]; then
+            ln -s ../../../libgames-support/style-checker $srcdir/.git/hooks/pre-applypatch && echo "Enabled pre-applypatch style checker." || :
+        fi
+fi
 
-. gnome-autogen.sh
+PKG_NAME=`autoconf --trace 'AC_INIT:$1' configure.ac`
+
+if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
+        echo "*** WARNING: I am going to run \`configure' with no arguments." >&2
+        echo "*** If you wish to pass any to it, please specify them on the" >&2
+        echo "*** \`$0\' command line." >&2
+        echo "" >&2
+fi
+
+aclocal --install || exit 1
+intltoolize --force --copy --automake || exit 1
+autoreconf --verbose --force --install -Wno-portability || exit 1
+
+cd $olddir
+if [ "$NOCONFIGURE" = "" ]; then
+        $srcdir/configure "$@" || exit 1
+
+        if [ "$1" = "--help" ]; then exit 0 else
+                echo "Now type \`make\' to compile $PKG_NAME" || exit 1
+        fi
+else
+        echo "Skipping configure process."
+fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160119/cfe2c448/attachment.html>


More information about the macports-changes mailing list