Revision: 138248 https://trac.macports.org/changeset/138248 Author: devans@macports.org Date: 2015-07-02 16:29:39 -0700 (Thu, 02 Jul 2015) Log Message: ----------- gegl-devel: update to git master as of 20150630, now uses libraw instead of libopenraw. Modified Paths: -------------- trunk/dports/graphics/gegl-devel/Portfile trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff Modified: trunk/dports/graphics/gegl-devel/Portfile =================================================================== --- trunk/dports/graphics/gegl-devel/Portfile 2015-07-02 23:27:25 UTC (rev 138247) +++ trunk/dports/graphics/gegl-devel/Portfile 2015-07-02 23:29:39 UTC (rev 138248) @@ -9,9 +9,9 @@ name gegl-devel conflicts gegl set git_name gegl -set git_commit 0c5bdd25e54fc4f143c32c0b713a40dccf36d66b -set git_date 20150409 -version 0.3.0-${git_date} +set git_commit d54c292d3e12a51e81e6972e532b89dea440ae28 +set git_date 20150630 +version 0.3.1-${git_date} license {GPL-3+ LGPL-3+} categories graphics maintainers devans @@ -29,8 +29,8 @@ distname ${git_name}-${git_commit} -checksums rmd160 b37c3710509eec5a11f918165ede65b9bbb703d5 \ - sha256 08a6939f0070d4bfd086b7033dad9c03f3443df32ce93afe83a84990a6326743 +checksums rmd160 0eba81d7ce6d9c299b68b916139ffb393062440e \ + sha256 125a67b251f758426b12bf0c267b542b051aa86c96aad8d47b698f77bd7d1d30 depends_build port:pkgconfig \ port:intltool \ @@ -48,7 +48,7 @@ port:openexr \ port:exiv2 \ port:json-glib \ - port:libopenraw \ + port:libraw \ port:librsvg \ port:libsdl \ path:lib/libavcodec.dylib:ffmpeg \ Modified: trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff =================================================================== --- trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff 2015-07-02 23:27:25 UTC (rev 138247) +++ trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff 2015-07-02 23:29:39 UTC (rev 138248) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2015-02-21 15:09:25.000000000 -0800 -+++ configure.ac 2015-02-23 16:40:32.000000000 -0800 -@@ -638,6 +638,17 @@ +--- configure.ac.orig 2015-06-29 19:28:12.000000000 -0700 ++++ configure.ac 2015-07-01 11:04:28.000000000 -0700 +@@ -646,6 +646,17 @@ AM_PATH_PYTHON([2.5.0],, [:]) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
participants (1)
-
devans@macports.org