<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/3195d5799bcd9cb84dbfc9f20c4a0095dc19a0e8">https://github.com/macports/macports-ports/commit/3195d5799bcd9cb84dbfc9f20c4a0095dc19a0e8</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 3195d5799bc hyperscan: Supports x86_64 only
</span>3195d5799bc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3195d5799bcd9cb84dbfc9f20c4a0095dc19a0e8
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed May 3 02:37:20 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> hyperscan: Supports x86_64 only
</span>---
textproc/hyperscan/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/hyperscan/Portfile b/textproc/hyperscan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdcf0b7729d..eb714448da3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/hyperscan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/hyperscan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,9 @@ long_description {*}${description} It follows the regular \
</span> homepage https://www.hyperscan.io/
github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/intel/hyperscan/issues/197
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Use ${python.default_version}
# name consistency with ${prefix}/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl
set python_default_version 311
</pre><pre style='margin:0'>
</pre>