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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/25d5c3314f481d6dafa0a7c596eb09fdadc668f7">https://github.com/macports/macports-ports/commit/25d5c3314f481d6dafa0a7c596eb09fdadc668f7</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 25d5c33  sqlite3: enable JSON extension module
</span>25d5c33 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 25d5c3314f481d6dafa0a7c596eb09fdadc668f7
</span>Author: Bradford Larsen <brad.larsen@gmail.com>
AuthorDate: Sun Apr 8 16:23:49 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sqlite3: enable JSON extension module
</span>---
 databases/sqlite3/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/sqlite3/Portfile b/databases/sqlite3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2aeef3e..269ca59 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/sqlite3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/sqlite3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,6 +51,7 @@ configure.cppflags-prepend  -DSQLITE_DISABLE_INTRINSIC \
</span>                             -DSQLITE_ENABLE_FTS3_PARENTHESIS \
                             -DSQLITE_ENABLE_FTS4 \
                             -DSQLITE_ENABLE_FTS5 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DSQLITE_ENABLE_JSON1 \
</span>                             -DSQLITE_ENABLE_RTREE \
                             -DSQLITE_SECURE_DELETE \
                             -DSQLITE_ENABLE_STAT4 \
</pre><pre style='margin:0'>

</pre>