[132836] trunk/dports/graphics/gimp-gap-devel
devans at macports.org
devans at macports.org
Wed Feb 11 06:43:57 PST 2015
Revision: 132836
https://trac.macports.org/changeset/132836
Author: devans at macports.org
Date: 2015-02-11 06:43:57 -0800 (Wed, 11 Feb 2015)
Log Message:
-----------
gimp-gap-devel: update to upstream gap-2-8 branch as of 20150207, adjust autogen.sh patch to include automake 1.15, language updates.
Modified Paths:
--------------
trunk/dports/graphics/gimp-gap-devel/Portfile
trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff
Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile 2015-02-11 14:39:24 UTC (rev 132835)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile 2015-02-11 14:43:57 UTC (rev 132836)
@@ -6,8 +6,8 @@
name gimp-gap-devel
conflicts gimp-gap
set git_name gimp-gap
-set git_commit 862ad9cd6678d252c3b4ed19e06487daa8850196
-set git_date 20140705
+set git_commit cf82e0e665cc6a0c8e4ce1bca67a93d9e15a95c7
+set git_date 20150207
version 2.7.0-${git_date}
license GPL-2+
categories graphics
@@ -32,8 +32,8 @@
distname ${git_name}-${git_commit}
-checksums rmd160 7fb09fa0d217bf63aa0ec3e81927d074d4ecfb9d \
- sha256 d0aa7d54b7a53f7a54ef570aabd04e30096ce62ab204e6f7c506b677eabc93a5
+checksums rmd160 6ed7dd2ef1def5d311a06648cc4bd9f6a141d54e \
+ sha256 5138d573110c6be05432ac8430782950d08212a1aabe5cdb0241ab38ac761bfe
pre-patch {
system "cd ${worksrcpath}/extern_libs && gzip -dc ffmpeg.tar.gz | tar -xf -"
Modified: trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff 2015-02-11 14:39:24 UTC (rev 132835)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff 2015-02-11 14:43:57 UTC (rev 132836)
@@ -1,11 +1,14 @@
---- autogen.sh 2013-09-09 11:05:52.000000000 -0700
-+++ autogen.sh.orig 2013-09-22 23:32:44.000000000 -0700
-@@ -88,7 +88,10 @@
+--- autogen.sh.orig 2015-02-11 06:21:07.000000000 -0800
++++ autogen.sh 2015-02-11 06:23:56.000000000 -0800
+@@ -88,7 +88,13 @@
echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
-if (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then
-+if (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
++if (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
++ AUTOMAKE=automake-1.15
++ ACLOCAL=aclocal-1.15
++elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.14
+ ACLOCAL=aclocal-1.14
+elif (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150211/2ffac412/attachment.html>
More information about the macports-changes
mailing list