<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/8354138f8230e75a12835a088e09a7a1ddea59da">https://github.com/macports/macports-ports/commit/8354138f8230e75a12835a088e09a7a1ddea59da</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 8354138f823 postgresql13: forgot a patch file
</span>8354138f823 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8354138f8230e75a12835a088e09a7a1ddea59da
</span>Author: Jyrki Wahlstedt <jyrki.wahlstedt@wahlstedt.fi>
AuthorDate: Thu Sep 16 09:16:15 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    postgresql13: forgot a patch file
</span>---
 databases/postgresql13/Portfile                |  2 +-
 databases/postgresql13/files/patch-no_doc.diff | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql13/Portfile b/databases/postgresql13/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5441a3f1ef7..14890521f6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup muniversal 1.0
</span> #remember to update the -doc and -server as well
 name                postgresql13
 version             13.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          databases
 platforms           darwin
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql13/files/patch-no_doc.diff b/databases/postgresql13/files/patch-no_doc.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 7814fa63261..6db40f37a04 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql13/files/patch-no_doc.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql13/files/patch-no_doc.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,20 +1,20 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- GNUmakefile.in.orig    2017-11-06 15:08:55.000000000 -0700
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ GNUmakefile.in 2017-11-12 00:22:21.000000000 -0700
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -16,7 +16,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- GNUmakefile.in.orig    2021-08-09 23:49:05.000000000 +0300
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ GNUmakefile.in 2021-09-05 13:55:37.000000000 +0300
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -13,7 +13,7 @@
</span>  docs:
        $(MAKE) -C doc all
  
 -$(call recurse,world,doc src config contrib,all)
 +$(call recurse,world,src config contrib,all)
<span style='display:block; white-space:pre;background:#ffe0e0;'>- world:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   +@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
</span>  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -32,7 +32,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # build src/ before contrib/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ world-contrib-recurse: world-src-recurse
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -29,7 +29,7 @@
</span>  install-docs:
        $(MAKE) -C doc install
  
 -$(call recurse,install-world,doc src config contrib,install)
 +$(call recurse,install-world,src config contrib,install)
<span style='display:block; white-space:pre;background:#ffe0e0;'>- install-world:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   +@echo "PostgreSQL, contrib, and documentation installation complete."
</span>  
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # build src/ before contrib/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ install-world-contrib-recurse: install-world-src-recurse
</span></pre><pre style='margin:0'>

</pre>