[151615] users/devans/GNOME-3/unstable/dports/gnome

devans at macports.org devans at macports.org
Thu Aug 18 09:05:13 PDT 2016


Revision: 151615
          https://trac.macports.org/changeset/151615
Author:   devans at macports.org
Date:     2016-08-18 09:05:13 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
GNOME-3/unstable: file-roller, copy from stable and update to unstable version 3.21.90, freshen autogen.sh, use gnome unstable livecheck.

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

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/file-roller/

Modified: users/devans/GNOME-3/unstable/dports/gnome/file-roller/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/file-roller/Portfile	2016-08-18 15:52:03 UTC (rev 151614)
+++ users/devans/GNOME-3/unstable/dports/gnome/file-roller/Portfile	2016-08-18 16:05:13 UTC (rev 151615)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                file-roller
-version             3.20.2
+version             3.21.90
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         An archive manager for GNOME
@@ -22,8 +22,8 @@
 
 use_xz              yes
 
-checksums           rmd160  1df71dce8d4c8ea8f567f9cf94032215b03fbe16 \
-                    sha256  93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6
+checksums           rmd160  3817f6afbeef4b86e6de91ca59d4fab9f504cbf1 \
+                    sha256  af117088572de573093966cfe4739ea1fa15f1c83707bbb800b64fecbef7a712
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -68,4 +68,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type      gnome
+livecheck.type      gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/file-roller/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/file-roller/files/autogen.sh	2016-08-18 15:52:03 UTC (rev 151614)
+++ users/devans/GNOME-3/unstable/dports/gnome/file-roller/files/autogen.sh	2016-08-18 16:05:13 UTC (rev 151615)
@@ -1,20 +1,15 @@
 #!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
 srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+[ -z "$srcdir" ] && srcdir=.
 
-REQUIRED_AUTOMAKE_VERSION=1.8
+if [ ! -f "$srcdir/configure.ac" ]; then
+ echo "$srcdir doesn't look like source directory for $PKG_NAME" >&2
+ exit 1
+fi
 
-(test -f $srcdir/src/main.c && test -f $srcdir/configure.ac) || {
-    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 CVS"
-    exit 1
+	echo "You need to install gnome-common from GNOME Git"
+	exit 1
 }
 
-. gnome-autogen.sh
+. gnome-autogen.sh "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/2765f5e5/attachment-0001.html>


More information about the macports-changes mailing list