<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d1ceff1d3b0b280656e0974ec649fa7607dd7bb5">https://github.com/macports/macports-ports/commit/d1ceff1d3b0b280656e0974ec649fa7607dd7bb5</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 d1ceff1 drupal8: remove obsolete apache22 variant
</span>d1ceff1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d1ceff1d3b0b280656e0974ec649fa7607dd7bb5
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri May 1 08:20:34 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> drupal8: remove obsolete apache22 variant
</span>---
www/drupal8/Portfile | 6 ------
1 file changed, 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/drupal8/Portfile b/www/drupal8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8020a48..5ce350d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/drupal8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/drupal8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,12 +33,6 @@ depends_lib port:apache2 \
</span> port:php72-gd \
port:php72-mbstring
<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-01
</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> variant nginx description "use nginx instead of apache 2.x" {
depends_lib-append port:nginx \
port:php72-fpm
</pre><pre style='margin:0'>
</pre>