<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5626dd09002143a7ff714ac2b10928a5ac64b6ab">https://github.com/macports/macports-ports/commit/5626dd09002143a7ff714ac2b10928a5ac64b6ab</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 5626dd09002 php-mailparse: Add php83-mailparse subport
</span>5626dd09002 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5626dd09002143a7ff714ac2b10928a5ac64b6ab
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 17 04:23:46 2023 -0600
<span style='display:block; white-space:pre;color:#404040;'> php-mailparse: Add php83-mailparse subport
</span>---
php/php-mailparse/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mailparse/Portfile b/php/php-mailparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d885d341aa5..f99939d406c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mailparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mailparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ license PHP
</span> categories php mail devel
maintainers {ryandesign @ryandesign} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
</span> php.pecl yes
# This extension must load after the mbstring extension.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,7 +54,7 @@ if {${name} ne ${subport}} {
</span> set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} CREDITS ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {[vercmp ${version} 3.0.3] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[vercmp ${version} >= 3.0.3]} {
</span> xinstall -m 0644 -W ${worksrcpath} README.md ${destroot}${docdir}
} else {
xinstall -m 0644 -W ${worksrcpath} README ${destroot}${docdir}
</pre><pre style='margin:0'>
</pre>