From 48d64e1c258d975b0bc5bd759b4741cc46cc4835 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Tue, 1 May 2018 15:07:17 -0700 Subject: [PATCH] gegl-devel: update to version 0.4.1 git master as of 20180430 --- graphics/gegl-devel/Portfile | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/graphics/gegl-devel/Portfile b/graphics/gegl-devel/Portfile index b6aeb94b690b4..20bdeff41d69c 100644 --- a/graphics/gegl-devel/Portfile +++ b/graphics/gegl-devel/Portfile @@ -6,12 +6,11 @@ PortGroup compiler_blacklist_versions 1.0 PortGroup gobject_introspection 1.0 name gegl-devel -conflicts gegl gegl-0.3 +conflicts gegl-0.4 set git_name gegl -set git_commit 9e9095b600d528b9fa4fc538cd189fe54f29b32f -set git_date 20180418 -version 0.3.35-${git_date} -revision 2 +set git_commit 03956f66fd8c03adb226179c13844ad3b73010d5 +set git_date 20180430 +version 0.4.1-${git_date} license {GPL-3+ LGPL-3+} categories graphics maintainers {devans @dbevans} @@ -29,9 +28,9 @@ master_sites https://git.gnome.org/browse/${git_name}/snapshot/ distname ${git_name}-${git_commit} -checksums rmd160 d8b2c4bc5b5dc1d715b2a54753363e2b465e55b8 \ - sha256 755c0d525c22e43bc14bd40fb85654026418a2bf77b8240feef83fad99e004c8 \ - size 24860395 +checksums rmd160 b5ea8aa9d2a8c0ec3886b5e5ffdd4f42e56f3273 \ + sha256 662bb3cc7d742de8bcf7f684d1fb88eda8b75916fa152e46f7e392e714e326ef \ + size 24911783 depends_build port:pkgconfig \ port:w3m \ @@ -87,6 +86,16 @@ configure.args --disable-docs \ --without-sdl \ --without-umfpack +# use version specific binary suffix to avoid conflict with gegl, gegl-0.3 + +post-destroot { + set suffix "-0.4" + foreach bin [glob -nocomplain -tails -directory "${destroot}${prefix}/bin" *] { + move ${destroot}${prefix}/bin/${bin} \ + ${destroot}${prefix}/bin/${bin}${suffix} + } +} + platform darwin { if {[variant_isset universal]} { # In order to build universal on Leopard, you need MacPorts 2.1