<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6e5600c7dfb9cb500b7e784da7d59c372bc35ba0">https://github.com/macports/macports-ports/commit/6e5600c7dfb9cb500b7e784da7d59c372bc35ba0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 6e5600c  gimp2-launcher: do not reproduce use_dmg code
</span>6e5600c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6e5600c7dfb9cb500b7e784da7d59c372bc35ba0
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jan 20 05:35:44 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gimp2-launcher: do not reproduce use_dmg code
</span>---
 aqua/gimp2-launcher/Portfile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/gimp2-launcher/Portfile b/aqua/gimp2-launcher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5925025..8530451 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/gimp2-launcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/gimp2-launcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,13 +24,7 @@ checksums           rmd160  1614a7a2b1417995e452c1b82b93a43d4927fc3a \
</span> use_configure       no
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#use_dmg             yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# use_dmg requires root access
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# unable to reproduce error in portextract.tcl that justifies this
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set dmg_mount [mkdtemp "/tmp/mports.XXXXXXXX"]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-option extract.cmd [findBinary hdiutil ${portutil::autoconf::hdiutil_path}]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-option extract.pre_args attach
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-option extract.post_args "-private -readonly -nobrowse -mountpoint \\\"${dmg_mount}\\\" && cd \\\"${dmg_mount}\\\" && [findBinary find ${portutil::autoconf::find_path}] . -depth -perm -+r -print0 | [findBinary cpio ${portutil::autoconf::cpio_path}] -0 -p -d -m -u \\\"${extract.dir}/${distname}\\\"; status=\$?; cd / && ${extract.cmd} detach \\\"${dmg_mount}\\\" && [findBinary rmdir ${portutil::autoconf::rmdir_path}] \\\"${dmg_mount}\\\"; exit \$status"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_dmg             yes
</span> 
 conflicts-append    gimp-app
 depends_run-append  path:bin/gimp:gimp2
</pre><pre style='margin:0'>

</pre>