[143677] users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center

devans at macports.org devans at macports.org
Thu Dec 17 08:57:04 PST 2015


Revision: 143677
          https://trac.macports.org/changeset/143677
Author:   devans at macports.org
Date:     2015-12-17 08:57:04 -0800 (Thu, 17 Dec 2015)
Log Message:
-----------
GNOME-3/unstable: gnome-control-center, update to version 3.19.4, autogen.sh.

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

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/Portfile	2015-12-17 16:55:42 UTC (rev 143676)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/Portfile	2015-12-17 16:57:04 UTC (rev 143677)
@@ -8,7 +8,7 @@
 if {${os.platform} eq "darwin" && ${os.major} >= 13} {
 
     set mavericks_or_better yes
-    version 3.19.3
+    version 3.19.4
 
 } else {
 
@@ -33,8 +33,8 @@
 
 if {$mavericks_or_better} {
 
-    checksums       rmd160  3825104ca3410fa45c25376d2a68c4b4d3fe15bf \
-                    sha256  757379aa92904d38d4aa26359c0f2dd063888f9628f8e13cfdb9060b6f3c6221
+    checksums       rmd160  6dc79ae19c0d11853d0e2d26e3c16ca4f0566985 \
+                    sha256  e2de9b4ae1cfc44241aef79dbe46d0cc0625f5abb5f8cd0b69bb36988465ce51
 
     depends_build   port:pkgconfig \
                     port:intltool \

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/files/autogen.sh	2015-12-17 16:55:42 UTC (rev 143676)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/files/autogen.sh	2015-12-17 16:57:04 UTC (rev 143677)
@@ -4,14 +4,13 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="control-center"
 ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
 
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/autogen.sh \
   && test -d $srcdir/shell) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level $PKG_NAME directory"
+    echo " top-level gnome-control-center directory"
     exit 1
 }
 
@@ -19,6 +18,10 @@
 
 rm -f .using-gnome-libs-package
 
+# Fetch submodules if needed
+# echo "+ Setting up submodules"
+# git submodule update --init --recursive
+
 if ! which gnome-autogen.sh ; then
   echo "You need to install the gnome-common module and make"
   echo "sure the gnome-autogen.sh script is in your \$PATH."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151217/acc3b871/attachment-0001.html>


More information about the macports-changes mailing list