<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/78cf708ca7eba406d7fc7b1c2c725be444ded567">https://github.com/macports/macports-ports/commit/78cf708ca7eba406d7fc7b1c2c725be444ded567</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 78cf708ca7e nuspell: add legacysupport pg
</span>78cf708ca7e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 78cf708ca7eba406d7fc7b1c2c725be444ded567
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Sep 30 12:08:57 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    nuspell: add legacysupport pg
</span>---
 textproc/nuspell/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/nuspell/Portfile b/textproc/nuspell/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 017291c3efe..c537a5e517e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/nuspell/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/nuspell/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,11 +3,12 @@
</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> 
 # please rev-bump enchant2 when the library version changes
 github.setup        nuspell nuspell 5.1.2 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 homepage            https://nuspell.github.io
 
</pre><pre style='margin:0'>

</pre>