[134917] trunk/dports/graphics/gegl-devel

devans at macports.org devans at macports.org
Fri Apr 10 11:28:45 PDT 2015


Revision: 134917
          https://trac.macports.org/changeset/134917
Author:   devans at macports.org
Date:     2015-04-10 11:28:45 -0700 (Fri, 10 Apr 2015)
Log Message:
-----------
gegl-devel: update to git master of 20150409, patch autogen.sh to use intltoolize --force, required for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/graphics/gegl-devel/Portfile

Added Paths:
-----------
    trunk/dports/graphics/gegl-devel/files/patch-force-intltoolize.diff

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2015-04-10 18:24:45 UTC (rev 134916)
+++ trunk/dports/graphics/gegl-devel/Portfile	2015-04-10 18:28:45 UTC (rev 134917)
@@ -9,8 +9,8 @@
 name                gegl-devel
 conflicts           gegl
 set git_name        gegl
-set git_commit      fabb1bef8255f508de40aeb7ae667f6b29064086
-set git_date        20150221
+set git_commit      0c5bdd25e54fc4f143c32c0b713a40dccf36d66b
+set git_date        20150409
 version             0.3.0-${git_date}
 license             {GPL-3+ LGPL-3+}
 categories          graphics
@@ -29,8 +29,8 @@
 
 distname            ${git_name}-${git_commit}
 
-checksums           rmd160  ffe0a6253a389e6aaf78b43c53a0fefbc13de1bb \
-                    sha256  f2d6e3a273f4c363e6c4c699030f9da4729fa13a91fb8fcb97843fbdbc93acbe
+checksums           rmd160  b37c3710509eec5a11f918165ede65b9bbb703d5 \
+                    sha256  08a6939f0070d4bfd086b7033dad9c03f3443df32ce93afe83a84990a6326743
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -57,12 +57,15 @@
                     port:vala
 
 patchfiles          patch-configure.ac.diff \
+                    patch-force-intltoolize.diff \
                     patch-ffmpeg.diff
 
 gobject_introspection yes
 
 compiler.blacklist-append gcc-4.0 *gcc-4.2
 
+# reconfigure using autogen.sh for intltool 0.51 compatibility
+
 configure.cmd       ./autogen.sh
 
 configure.python    ${prefix}/bin/python2.7

Added: trunk/dports/graphics/gegl-devel/files/patch-force-intltoolize.diff
===================================================================
--- trunk/dports/graphics/gegl-devel/files/patch-force-intltoolize.diff	                        (rev 0)
+++ trunk/dports/graphics/gegl-devel/files/patch-force-intltoolize.diff	2015-04-10 18:28:45 UTC (rev 134917)
@@ -0,0 +1,11 @@
+--- autogen.sh.orig	2015-04-10 10:39:46.000000000 -0700
++++ autogen.sh	2015-04-10 10:46:21.000000000 -0700
+@@ -27,7 +27,7 @@
+         exit 1
+ fi
+ 
+-intltoolize --automake --copy
++intltoolize --automake --copy --force
+ autoreconf --force --install --verbose
+ 
+ cd $ORIGDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150410/2772ec86/attachment.html>


More information about the macports-changes mailing list