<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/283a0fe578a934f520b0ff0ca9b5b94d5ca51926">https://github.com/macports/macports-ports/commit/283a0fe578a934f520b0ff0ca9b5b94d5ca51926</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 283a0fe apr: use HTTPS homepage and livecheck
</span>283a0fe is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 283a0fe578a934f520b0ff0ca9b5b94d5ca51926
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Apr 26 20:43:04 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> apr: use HTTPS homepage and livecheck
</span>---
devel/apr/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apr/Portfile b/devel/apr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4a3016..e33a3d9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ long_description The Apache Portable Runtime is a library of C data \
</span> layer that covers as many operating systems as \
possible, including Unices, Win32, BeOS, and OS/2.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://apr.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://apr.apache.org/
</span> master_sites apache:apr
use_bzip2 yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,5 +55,5 @@ if {[variant_isset universal]} {
</span> }
livecheck.type regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url http://apr.apache.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url https://apr.apache.org
</span> livecheck.regex {APR (\d+(?:\.\d+)*), released}
</pre><pre style='margin:0'>
</pre>