[135489] trunk/dports/graphics/gimp-lqr-plugin
devans at macports.org
devans at macports.org
Fri Apr 24 12:42:27 PDT 2015
Revision: 135489
https://trac.macports.org/changeset/135489
Author: devans at macports.org
Date: 2015-04-24 12:42:27 -0700 (Fri, 24 Apr 2015)
Log Message:
-----------
gimp-lqr-plugin: reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
trunk/dports/graphics/gimp-lqr-plugin/Portfile
Added Paths:
-----------
trunk/dports/graphics/gimp-lqr-plugin/files/
trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff
Modified: trunk/dports/graphics/gimp-lqr-plugin/Portfile
===================================================================
--- trunk/dports/graphics/gimp-lqr-plugin/Portfile 2015-04-24 19:42:26 UTC (rev 135488)
+++ trunk/dports/graphics/gimp-lqr-plugin/Portfile 2015-04-24 19:42:27 UTC (rev 135489)
@@ -27,16 +27,20 @@
sha256 169e11164e4fe4e93a0f06e545748bd77b206b7a471bdebf7dd3bc8a008e647a
depends_build port:pkgconfig \
- port:intltool
+ port:intltool \
+ port:autoconf \
+ port:automake \
+ port:libtool
depends_lib port:liblqr \
path:lib/pkgconfig/gimp-2.0.pc:gimp2
-# autoreconf using MacPorts intltool.m4
+patchfiles patch-autogen.sh.diff
-use_autoreconf yes
-autoreconf.args -fvi
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+configure.cmd ./autogen.sh
+
livecheck.type regex
livecheck.url http://liquidrescale.wikidot.com/en:download-page
livecheck.regex "(\\d+(?:\\.\\d+)*).* released on"
Added: trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff (rev 0)
+++ trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff 2015-04-24 19:42:27 UTC (rev 135489)
@@ -0,0 +1,21 @@
+--- autogen.sh.orig 2015-04-24 08:00:06.000000000 -0700
++++ autogen.sh 2015-04-24 08:00:59.000000000 -0700
+@@ -13,7 +13,7 @@
+ FILE=src/render.c
+
+ AUTOCONF_REQUIRED_VERSION=2.54
+-AUTOMAKE_REQUIRED_VERSION=1.6
++AUTOMAKE_REQUIRED_VERSION=1.15
+ GLIB_REQUIRED_VERSION=2.0.0
+ INTLTOOL_REQUIRED_VERSION=0.17
+
+@@ -68,6 +68,9 @@
+ elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.11
+ ACLOCAL=aclocal-1.11
++elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
++ AUTOMAKE=automake-1.15
++ ACLOCAL=aclocal-1.15
+ elif (automake-1.6 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.6
+ ACLOCAL=aclocal-1.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150424/98b70897/attachment.html>
More information about the macports-changes
mailing list