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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/af3827ec149eeab5da3e200a8e07e982dcccaa4a">https://github.com/macports/macports-ports/commit/af3827ec149eeab5da3e200a8e07e982dcccaa4a</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 af3827e  p5-apache-authcookie: remove broken variant
</span>af3827e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit af3827ec149eeab5da3e200a8e07e982dcccaa4a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 29 18:56:31 2020 +1100

<span style='display:block; white-space:pre;color:#404040;'>    p5-apache-authcookie: remove broken variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Having a variant that errors out breaks mirroring and is pretty much
</span><span style='display:block; white-space:pre;color:#404040;'>    useless anyway. The most effective way to make users not use the
</span><span style='display:block; white-space:pre;color:#404040;'>    variant is to remove it.
</span>---
 perl/p5-apache-authcookie/Portfile | 6 ------
 1 file changed, 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-apache-authcookie/Portfile b/perl/p5-apache-authcookie/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d5593b1..8f0bfcc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-apache-authcookie/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-apache-authcookie/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,12 +32,6 @@ if {${perl5.major} != ""} {
</span>                     port:p${perl5.major}-http-body \
                     port:p${perl5.major}-www-form-urlencoded
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant apache22 description "use apache22 instead of apache2" {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # remove after 2020-05-02
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "Please do not install this variant since Apache 2.2 is obsolete."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     set required_variant [string map {. _} "perl${perl5.major}"]
 
     require_active_variants \
</pre><pre style='margin:0'>

</pre>