<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/44e742527471f5404a3a18ad0d5183d60ff69111">https://github.com/macports/macports-ports/commit/44e742527471f5404a3a18ad0d5183d60ff69111</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 44e74252747 dosbox-x: Use github portgroup correctly
</span>44e74252747 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 44e742527471f5404a3a18ad0d5183d60ff69111
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Aug 24 05:06:28 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    dosbox-x: Use github portgroup correctly
</span>---
 emulators/dosbox-x/Portfile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/dosbox-x/Portfile b/emulators/dosbox-x/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index addbe98d04d..97ae3d53cfc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/dosbox-x/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/dosbox-x/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,13 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           app 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        joncampbell123 dosbox-x 0.83.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# if there is a way to make this URL and distfile using github.setup, it is beyond me how
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        https://github.com/${github.author}/${name}/archive/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${name}-v${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://dosbox-x.com
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        joncampbell123 dosbox-x 0.83.4 dosbox-x-v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> 
 checksums           rmd160  93444f4912d8382fd2f9510b7deeadcb07d2a591 \
                     sha256  0fcd9bf17c0bdb2fc5264b1e92a6731758988179e38c727f0fc64002efe19165 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +25,9 @@ long_description    DOSBox is a DOS emulator supporting 286/386 realmode, direct
</span>                     ${name} is the most prominent updated fork of dosbox, supporting SDL2 \
                     and 64-bit processors
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://dosbox-x.com
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> supported_archs     i386 x86_64
 
 # build also looks for nasm, but doesn't use it even if it is found
</pre><pre style='margin:0'>

</pre>