Revision: 133264 https://trac.macports.org/changeset/133264 Author: devans@macports.org Date: 2015-02-24 08:22:35 -0800 (Tue, 24 Feb 2015) Log Message: ----------- gegl-devel: update to version 0.3.0 git master of 20150221, dependencies. 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-02-24 16:17:32 UTC (rev 133263) +++ trunk/dports/graphics/gegl-devel/Portfile 2015-02-24 16:22:35 UTC (rev 133264) @@ -9,8 +9,8 @@ name gegl-devel conflicts gegl set git_name gegl -set git_commit 3ef1ad8126829a97c355c293849264a2c3306891 -set git_date 20141010 +set git_commit fabb1bef8255f508de40aeb7ae667f6b29064086 +set git_date 20150221 version 0.3.0-${git_date} license {GPL-3+ LGPL-3+} categories graphics @@ -29,8 +29,8 @@ distname ${git_name}-${git_commit} -checksums rmd160 e45651d6dbf6fcfbaa4fafaedb2c910ccea2fda7 \ - sha256 61c73d5e52475942f03011cbef2d1c9a457c28b0e357a129998a4697a74066cb +checksums rmd160 ffe0a6253a389e6aaf78b43c53a0fefbc13de1bb \ + sha256 f2d6e3a273f4c363e6c4c699030f9da4729fa13a91fb8fcb97843fbdbc93acbe depends_build port:pkgconfig \ port:intltool \ @@ -47,6 +47,7 @@ path:bin/dot:graphviz \ port:openexr \ port:exiv2 \ + port:json-glib \ port:libopenraw \ port:librsvg \ port:libsdl \ Modified: trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff =================================================================== --- trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff 2015-02-24 16:17:32 UTC (rev 133263) +++ trunk/dports/graphics/gegl-devel/files/patch-configure.ac.diff 2015-02-24 16:22:35 UTC (rev 133264) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2014-05-02 09:59:58.000000000 -0700 -+++ configure.ac 2014-05-02 12:06:18.000000000 -0700 -@@ -627,6 +627,17 @@ +--- 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 @@ AM_PATH_PYTHON([2.5.0],, [:]) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])