<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/15a32195980e1cf7264ff62da117adec6c3b5b15">https://github.com/macports/macports-ports/commit/15a32195980e1cf7264ff62da117adec6c3b5b15</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 15a32195980e1cf7264ff62da117adec6c3b5b15
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon May 29 20:02:31 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    imapfilter: use lua PG
</span>---
 mail/imapfilter/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/imapfilter/Portfile b/mail/imapfilter/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e9fdc63ea1..9f45b0a8836 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/imapfilter/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/imapfilter/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           github      1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           lua         1.0
</span> PortGroup           makefile    1.0
 
 github.setup        lefcha imapfilter 2.8.1 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +27,6 @@ checksums           rmd160  97a0ad99cdd896434b061e6bcb95469e07893ec8 \
</span> 
 depends_lib-append  path:lib/libssl.dylib:openssl \
                     port:libiconv \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:lua \
</span>                     port:pcre2
 
 build.dir           ${worksrcpath}/src
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,8 @@ build.dir           ${worksrcpath}/src
</span> build.args-append   MYLDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \
                     MYCFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
                     MYLIBS="-liconv" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    INCDIRS="${configure.cppflags}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    INCDIRS="${configure.cppflags}" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    LIBLUA=-llua${lua.version}
</span> 
 destroot.args-append \
                     PREFIX="${prefix}" \
</pre><pre style='margin:0'>

</pre>