<pre style='margin:0'>
Jyrki Wahlstedt (jyrkiwahlstedt) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/20ff6202ce83460e4dc91f7a68b8c65fdfc3279a">https://github.com/macports/macports-ports/commit/20ff6202ce83460e4dc91f7a68b8c65fdfc3279a</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 20ff620 postgresql11: fixing an omission, previous version was still in one place
</span>20ff620 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 20ff6202ce83460e4dc91f7a68b8c65fdfc3279a
</span>Author: Jyrki Wahlstedt <jyrki.wahlstedt@wahlstedt.fi>
AuthorDate: Mon Nov 5 23:21:14 2018 +0200
<span style='display:block; white-space:pre;color:#404040;'> postgresql11: fixing an omission, previous version was still in one place
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/57510
</span>---
databases/postgresql11/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql11/Portfile b/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 861e111..65e455f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ PortGroup muniversal 1.0
</span> #remember to update the -doc and -server as well
name postgresql11
version 11.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories databases
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +89,7 @@ livecheck.regex (11\[a-z\]+\[0-9\])
</span> livecheck.url ${homepage}/ftp/source/
post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql10"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql11"
</span>
reinplace -E "s#^CFLAGS =#CFLAGS +=#g" \
${destroot}${prefix}/lib/${name}/pgxs/src/Makefile.global
</pre><pre style='margin:0'>
</pre>