<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/afb6018fda76e22ceda6a6969e045f5a7441d544">https://github.com/macports/macports-ports/commit/afb6018fda76e22ceda6a6969e045f5a7441d544</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 afb6018fda7 timescaledb: add +timescale_license to enable TSL licensed features
</span>afb6018fda7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit afb6018fda76e22ceda6a6969e045f5a7441d544
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Fri Mar 24 22:24:42 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    timescaledb: add +timescale_license to enable TSL licensed features
</span>---
 databases/timescaledb/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<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 565441b74bb..02e75fc3bb5 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;'>@@ -77,6 +77,7 @@ configure.pre_args
</span> # binaries may be built that are licensed under the Timescale License
 # (TSL). See https://github.com/timescale/timescaledb#timescaledb and
 # https://github.com/timescale/timescaledb/blob/master/tsl/LICENSE-TIMESCALE.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# However, using +timescale_license will enable Timescale License'd code.
</span> #
 # -DLINTER=off: see https://github.com/timescale/timescaledb/issues/2889
 configure.args          -DAPACHE_ONLY=1 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,3 +87,8 @@ configure.args          -DAPACHE_ONLY=1 \
</span> build.dir               ${worksrcpath}/build
 
 github.livecheck.regex  {([0-9.]+)}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant timescale_license description {Enable Timescale License code, license will be Timescale License} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete   -DAPACHE_ONLY=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license                 {Timescale License}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>