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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ad818f799693436c6ffd2ad46fd3c6569904608a">https://github.com/macports/macports-ports/commit/ad818f799693436c6ffd2ad46fd3c6569904608a</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 ad818f7  gromacs: fix license
</span>ad818f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad818f799693436c6ffd2ad46fd3c6569904608a
</span>Author: Giovanni Bussi <giovanni.bussi@gmail.com>
AuthorDate: Sun Oct 15 23:00:04 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gromacs: fix license
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Notice that gromacs license is LGPL-2.1 and not GPL-2
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.com/gromacs/gromacs/blob/v5.1.4/COPYING
</span>---
 science/gromacs/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gromacs/Portfile b/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 50691e8..854860a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gromacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ name                gromacs
</span> revision            1
 version             5.1.4
 categories          science math
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             LGPL-2.1
</span> maintainers         dstrubbe openmaintainer
 description         The World's fastest Molecular Dynamics package
 long_description    GROMACS is a versatile package to perform molecular \
</pre><pre style='margin:0'>

</pre>