Skip to content

Commit

Permalink
gegl-devel: update to version 0.4.1 git master as of 20180430
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed May 3, 2018
1 parent 5747e0d commit 48d64e1
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions graphics/gegl-devel/Portfile
Expand Up @@ -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}
Expand All @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 48d64e1

Please sign in to comment.