<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/043172d4dd75cfd1de189d1658c55e04d54ed001">https://github.com/macports/macports-base/commit/043172d4dd75cfd1de189d1658c55e04d54ed001</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 043172d4 cregistry: add build instruction to README.sqlext
</span>043172d4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 043172d4dd75cfd1de189d1658c55e04d54ed001
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Mon Feb 14 10:36:32 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    cregistry: add build instruction to README.sqlext
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See also commit 4664a4a6c680ec55387f7c3ecd94102588a8f299.
</span>---
 src/cregistry/README.sqlext | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/cregistry/README.sqlext b/src/cregistry/README.sqlext
</span><span style='display:block; white-space:pre;color:#808080;'>index d76ea36d..fc67b634 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/cregistry/README.sqlext
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/cregistry/README.sqlext
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,8 +2,9 @@ The macports.sqlext is meant to ease debugging the registry database by
</span> providing the necessary SQLite extensions to examine and modify the database
 using the sqlite3 command line tool.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To use this SQLite extension, use '.load macports.sqlext' at the sqlite3 prompt
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-right after attaching the registry.db file.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To use this SQLite extension, build it with 'make macports.sqlext' and use
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+'.load macports.sqlext' at the sqlite3 prompt right after attaching the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+registry.db file.
</span> 
 Example:
 
</pre><pre style='margin:0'>

</pre>