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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/91b5eb534f1a85e3c6c52273caa4560cf02f3d56">https://github.com/macports/macports-ports/commit/91b5eb534f1a85e3c6c52273caa4560cf02f3d56</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 91b5eb534f1 timescaledb1: prep for upgrade to 2.x; new port cloned from 1.x
</span>91b5eb534f1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 91b5eb534f1a85e3c6c52273caa4560cf02f3d56
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Sat Jan 30 13:37:10 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    timescaledb1: prep for upgrade to 2.x; new port cloned from 1.x
</span>---
 databases/timescaledb/Portfile                         |  1 +
 databases/{timescaledb => timescaledb1}/Portfile       |  4 +++-
 databases/timescaledb1/files/test-CMakeLists.txt.patch | 11 +++++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/timescaledb/Portfile b/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 01b400fd578..d2dcf29fd12 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,7 @@ license         Apache-2
</span> description     A time-series database that integrates with PostreSQL.
 maintainers     {blair @blair} openmaintainer
 categories      databases
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts       timescaledb1
</span> platforms       darwin
 homepage        https://www.timescaledb.com/
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/timescaledb/Portfile b/databases/timescaledb1/Portfile
</span>similarity index 96%
copy from databases/timescaledb/Portfile
copy to databases/timescaledb1/Portfile
<span style='display:block; white-space:pre;color:#808080;'>index 01b400fd578..c35837154e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/timescaledb1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,12 +4,14 @@ PortSystem      1.0
</span> PortGroup       compiler_blacklist_versions 1.0
 PortGroup       github    1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+name            timescaledb1
</span> github.setup    timescale timescaledb 1.7.4
 revision        0
 license         Apache-2
 description     A time-series database that integrates with PostreSQL.
 maintainers     {blair @blair} openmaintainer
 categories      databases
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts       timescaledb
</span> platforms       darwin
 homepage        https://www.timescaledb.com/
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,4 +76,4 @@ configure.args          -DAPACHE_ONLY=1 \
</span> 
 build.dir               ${worksrcpath}/build
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex  {([0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {(1\.[0-9.]+)}
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/timescaledb1/files/test-CMakeLists.txt.patch b/databases/timescaledb1/files/test-CMakeLists.txt.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..ceef8f50e4d
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/timescaledb1/files/test-CMakeLists.txt.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- a/test/CMakeLists.txt  2020-05-18 07:40:53.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ b/test/CMakeLists.txt  2020-05-18 22:11:33.616706726 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -10,7 +10,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   "${PG_PKGLIBDIR}/pgxs/src/test/regress/")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ find_program(PG_ISOLATION_REGRESS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-  NAMES pg_isolation_regress
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++  NAMES true
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   HINTS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   ${PG_BINDIR}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   ${PG_PKGLIBDIR}/pgxs/src/test/isolation
</span></pre><pre style='margin:0'>

</pre>