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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3603370ca106ed99aee16937a2d7a2e6dc3abc5c">https://github.com/macports/macports-ports/commit/3603370ca106ed99aee16937a2d7a2e6dc3abc5c</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 3603370  postgis2: restore PostgreSQL 9.3 and 9.4 support Should fix: https://trac.macports.org/ticket/54118
</span>3603370 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3603370ca106ed99aee16937a2d7a2e6dc3abc5c
</span>Author: Veence <vince@macports.org>
AuthorDate: Fri Dec 8 21:08:30 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    postgis2: restore PostgreSQL 9.3 and 9.4 support
</span><span style='display:block; white-space:pre;color:#404040;'>    Should fix: https://trac.macports.org/ticket/54118
</span>---
 databases/postgis2/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgis2/Portfile b/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5cd48f0..20c18b0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ conflicts           postgis
</span> 
 # Neither is PostGIS 2.0 compatible with PostGreSQL 8
 # Database variants (from the GDAL port)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set postgresql_suffixes {10 95 96}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set postgresql_suffixes {10 93 94 95 96}
</span> 
 set postgresql_variants {}
 
</pre><pre style='margin:0'>

</pre>