<pre style='margin:0'>
Dan Ports (drkp) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f5018fa2898f69166fe392f5f87fdc5f1f988ca2">https://github.com/macports/macports-ports/commit/f5018fa2898f69166fe392f5f87fdc5f1f988ca2</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 f5018fa2898 emacs{,-app}-devel: fix fetch for +nativecomp
</span>f5018fa2898 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f5018fa2898f69166fe392f5f87fdc5f1f988ca2
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Mon Nov 30 21:36:19 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    emacs{,-app}-devel: fix fetch for +nativecomp
</span>---
 editors/emacs/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs/Portfile b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 59d88c6bfdf..59ec462f603 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,6 +117,7 @@ if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
</span>     livecheck.type none
 
     variant nativecomp description {Builds emacs with native compilation support} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        git.url-prepend  --branch feature/native-comp
</span>         git.branch  949b49cf771e8f38b23adb3fa4f9d7a9a5e290da
 
         depends_build-append     port:coreutils
</pre><pre style='margin:0'>

</pre>