<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b5450d32ee46851980e6f76961d203f1c4af4ffc">https://github.com/macports/macports-ports/commit/b5450d32ee46851980e6f76961d203f1c4af4ffc</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 b5450d3  couchdb: use HTTPS homepage and livecheck
</span>b5450d3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b5450d32ee46851980e6f76961d203f1c4af4ffc
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Tue Jul 2 08:44:47 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    couchdb: use HTTPS homepage and livecheck
</span>---
 databases/couchdb/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/couchdb/Portfile b/databases/couchdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8fccec0..f991553 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/couchdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/couchdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ long_description        ${description} with a restful HTTP API, capable of \
</span>                         defined in JavaScript, and processed in parallel using Map/Reduce. \
                         It leaves out SQL and transactions for simplicity's sake, to \
                         improve scalability and to relax users' lives.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://couchdb.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://couchdb.apache.org/
</span> license                 Apache-2
 
 master_sites            apache
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,5 +89,5 @@ sudo port load couchdb
</span> "
 
 livecheck.type          regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           http://couchdb.apache.org/downloads.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           https://couchdb.apache.org/downloads.html
</span> livecheck.regex         apache-${name}-(\[0-9.\]+\[0-9\]+)
</pre><pre style='margin:0'>

</pre>