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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a60a52303fea6b0ff2204f16d8966165e4e01c3">https://github.com/macports/macports-ports/commit/8a60a52303fea6b0ff2204f16d8966165e4e01c3</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 8a60a52303f redland: remove legacy variants
</span>8a60a52303f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8a60a52303fea6b0ff2204f16d8966165e4e01c3
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Aug 12 11:05:58 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    redland: remove legacy variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Replaced by +mysql57 and +postgresql11 in a8a25cd135
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/43431
</span>---
 www/redland/Portfile | 9 ---------
 1 file changed, 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/redland/Portfile b/www/redland/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 70b463f3e57..175e75ae71d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/redland/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/redland/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,15 +80,6 @@ variant db48 conflicts db46 db47 description {Enable Berkeley DB 4.8 backend sto
</span>     depends_lib-append      port:db48
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Remove after 2020-08-03
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql4       requires mysql57      description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql5       requires mysql57      description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql7  requires postgresql11 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql80 requires postgresql11 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql81 requires postgresql11 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql82 requires postgresql11 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql83 requires postgresql11 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant mysql57 {
     configure.args-delete --with-mysql=no
     configure.args-append --with-mysql=${prefix}/lib/mysql57/bin/mysql_config
</pre><pre style='margin:0'>

</pre>