<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1827cf2fe89c314a180e26d5611a238c10364fe9">https://github.com/macports/macports-ports/commit/1827cf2fe89c314a180e26d5611a238c10364fe9</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 1827cf2fe89 unicorn: add legacysupport portgroup
</span>1827cf2fe89 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1827cf2fe89c314a180e26d5611a238c10364fe9
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Thu Jul 14 03:50:31 2022 +0300

<span style='display:block; white-space:pre;color:#404040;'>    unicorn: add legacysupport portgroup
</span>---
 devel/unicorn/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/unicorn/Portfile b/devel/unicorn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19964d1f9d4..c48fcda4481 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/unicorn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/unicorn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,10 @@
</span> PortSystem          1.0
 PortGroup           cmake 1.1
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# CLOCK_MONOTONIC is available on macOS Sierra and newer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.newest_darwin_requires_legacy 15
</span> 
 github.setup        unicorn-engine unicorn 2.0.0
 github.tarball_from archive
</pre><pre style='margin:0'>

</pre>