<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a4c16f690fe151d0ba76ba22f237ebe71022a9af">https://github.com/macports/macports-ports/commit/a4c16f690fe151d0ba76ba22f237ebe71022a9af</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 a4c16f690fe hyphen: fix license
</span>a4c16f690fe is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a4c16f690fe151d0ba76ba22f237ebe71022a9af
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Fri Dec 13 18:17:31 2024 +0400
<span style='display:block; white-space:pre;color:#404040;'> hyphen: fix license
</span>---
textproc/hyphen/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/hyphen/Portfile b/textproc/hyphen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9adca57c546..c981e11cb19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/hyphen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/hyphen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@ PortSystem 1.0
</span> name hyphen
version 2.8.8
categories textproc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-2 LGPL-2.1 MPL-1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license {GPL-2+ LGPL-2.1+ MPL-1.1+}
</span> maintainers {jeremyhu @jeremyhu} openmaintainer
description ALTLinux hyphenation library
homepage http://hunspell.sf.net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,8 @@ long_description ${description}
</span> master_sites sourceforge:project/hunspell/Hyphen/2.8
checksums rmd160 3ac31e1d80c31a817fb3c90c94dadef41b1104db \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 638369
</span>
# OS X's awk fails with "awk: calling undefined function gensub"
depends_build port:gawk
</pre><pre style='margin:0'>
</pre>