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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3f4089790c67eea2b041a36d948e92148201c37">https://github.com/macports/macports-ports/commit/a3f4089790c67eea2b041a36d948e92148201c37</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 a3f4089  alliance: Fix homepage  - Add modeline  - Whitespace fix
</span>a3f4089 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a3f4089790c67eea2b041a36d948e92148201c37
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Wed Apr 3 13:59:23 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    alliance: Fix homepage
</span><span style='display:block; white-space:pre;color:#404040;'>     - Add modeline
</span><span style='display:block; white-space:pre;color:#404040;'>     - Whitespace fix
</span>---
 science/alliance/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/alliance/Portfile b/science/alliance/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4466c8c..9318e4a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/alliance/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/alliance/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,4 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
</span> PortSystem          1.0
 
 name                alliance
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +14,7 @@ long_description    Alliance is a complete set of free CAD tools and portable li
</span>                     tools, and automatic place and route tools. A complete set of portable \
                     CMOS libraries is provided
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://soc-extras.lip6.fr/en/alliance-abstract-en/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www-soc.lip6.fr/equipe-cian/logiciels/alliance/
</span> 
 master_sites        ftp://asim.lip6.fr/pub/alliance/distribution/latest
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +38,7 @@ destroot.env-append     YACC=/usr/bin/yacc
</span> # compiler_issue
 if {[string match *clang* ${configure.compiler}]} {
     # Missing return statements should really be fixed.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # If you care about this port, fix the real issue...    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # If you care about this port, fix the real issue...
</span>     configure.cflags-append -Wno-return-type
 }
 
</pre><pre style='margin:0'>

</pre>