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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0cd0fdb9b77837eb22df95919881a669256272cf">https://github.com/macports/macports-ports/commit/0cd0fdb9b77837eb22df95919881a669256272cf</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 0cd0fdb9b77 curl-ca-bundle: Update to 20210917 (330c22f)
</span>0cd0fdb9b77 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0cd0fdb9b77837eb22df95919881a669256272cf
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 11 13:35:40 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    curl-ca-bundle: Update to 20210917 (330c22f)
</span>---
 net/curl/Portfile | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/curl/Portfile b/net/curl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 252136affc6..f3fa6a890c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -217,7 +217,7 @@ if {${name} eq ${subport}} {
</span> }
 
 subport curl-ca-bundle {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision                    0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision                    1
</span>     categories                  net
     license                     {MPL-2 LGPL-2.1+}
     supported_archs             noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -236,11 +236,11 @@ subport curl-ca-bundle {
</span> 
     # The approximate time (in seconds since the epoch) when the port maintainer
     # updated the certdata.txt file in this port. (The output of "date +%s".)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set certdata_updated        1625220659
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set certdata_updated        1636659185
</span>     # The upstream commit in which certdata.txt was last updated.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set certdata_commit         4d343134c8a3a46520e41d31e7cb26f718d9daec
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set certdata_commit         330c22fc463e2de39cae6b9f4c7e91dd6c255931
</span>     # The date (in YYYYMMDD format) that commit was pushed.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set certdata_date           20210526
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set certdata_date           20210917
</span>     set certdata_file           certdata.txt
     # Using tar.bz2 would be preferable because it's smaller but upstream has
     # disabled the creation of all but zip archives:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -261,20 +261,16 @@ subport curl-ca-bundle {
</span>     distfiles-append            ${certdata_distfile}:certdata
 
     checksums-append            ${certdata_distfile} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                rmd160  763c2ffbbc521d7cafb5644ff5d2692b5543197d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                sha256  d3d290e88c6781ba81105205036a5da320d5eb5f58fd14561afee07c344d185d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                size    248478
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                rmd160  82401f99c5adffcff5fb8500b28e8d3b94ce85ad \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                sha256  aaa70bf3d33878b9863accc11b5fbc0aec83e8a2b3fef4b9e89d4764f3edd9cc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                size    256985
</span> 
     extract.only                ${curl_distfile}
     extract.post_args-append    ${worksrcdir}/Makefile \
                                 ${worksrcdir}/lib/mk-ca-bundle.pl
 
     post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[vercmp [macports_version] 2.6.99] >= 0} {
</span>         system -W ${workpath} "unzip -q -a [shellescape ${distpath}/${certdata_distfile}]"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${workpath} "unzip -q -a '${distpath}/${certdata_distfile}'"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span>         move ${workpath}/mozilla-central-${certdata_commit}/${certdata_path} ${worksrcpath}/${certdata_file}
     }
 
</pre><pre style='margin:0'>

</pre>