<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/6a61fe3687c49a7f5819a645d138bfa39ec563fd">https://github.com/macports/macports-ports/commit/6a61fe3687c49a7f5819a645d138bfa39ec563fd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6a61fe3687c49a7f5819a645d138bfa39ec563fd
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Oct 5 16:35:35 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    drush: replace drupal5 with drupal7 variant
</span>---
 www/drush/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/drush/Portfile b/www/drush/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9fcc510..a4105ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/drush/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/drush/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@ PortSystem          1.0
</span> 
 name                drush
 version             2.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          www php
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,12 +22,12 @@ checksums           md5     dd4b55c7d1e98f35c51c69788d6dffee \
</span>                     rmd160  5d78cd177ae53d4844ca8f6cdb427ec286393881
 depends_lib         port:php52
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant drupal5 conflicts drupal6 description "use with Drupal 5 port" {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  depends_lib-append      port:drupal5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant drupal6 conflicts drupal7 description "use with Drupal 6 port" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  depends_lib-append      port:drupal6
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant drupal6 conflicts drupal5 description "use with Drupal 6 port" {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  depends_lib-append      port:drupal6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant drupal7 conflicts drupal6 description "use with Drupal 7 port" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  depends_lib-append      port:drupal7
</span> }
 
 worksrcdir          drush
</pre><pre style='margin:0'>

</pre>