[51444] trunk/dports/net/curl-ca-bundle/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 25 01:08:22 PDT 2009


Revision: 51444
          http://trac.macports.org/changeset/51444
Author:   ryandesign at macports.org
Date:     2009-05-25 01:08:18 -0700 (Mon, 25 May 2009)
Log Message:
-----------
curl-ca-bundle: update to 7.19.5

 * use curl 7.19.5 source to match curl port
 * update certdata to 1.53
 * update master_sites to download certdata.txt from same place livecheck was checking (mozilla project); formerly, master_sites was pointed elsewhere (seamonkey project) but the mozilla one seems to be authoritative, or at least updated first
 * use dummy parameter in master_sites URL to take the local distfile name; didn't mean to tack it onto the raw parameter before

Modified Paths:
--------------
    trunk/dports/net/curl-ca-bundle/Portfile

Modified: trunk/dports/net/curl-ca-bundle/Portfile
===================================================================
--- trunk/dports/net/curl-ca-bundle/Portfile	2009-05-25 07:53:41 UTC (rev 51443)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2009-05-25 08:08:18 UTC (rev 51444)
@@ -4,7 +4,7 @@
 
 name                    curl-ca-bundle
 # keep the version in sync with the curl port
-version                 7.19.4
+version                 7.19.5
 set curl_name           curl
 categories              net
 maintainers             ryandesign
@@ -18,8 +18,8 @@
 dist_subdir             ${curl_name}
 set curl_source         ${distname}${extract.suffix}
 set certdata_file       certdata.txt
-set certdata_version    1.51
-set certdata_date       2009-01-15
+set certdata_version    1.53
+set certdata_date       2009-05-21
 set certdata_distfile   certdata-${certdata_version}.txt
 set certdata_path       security/nss/lib/ckfw/builtins/${certdata_file}
 build.target            ca-bundle
@@ -43,7 +43,7 @@
     ftp://gd.tuwien.ac.at/utils/archivers/curl/ \
     http://gd.tuwien.ac.at/utils/archivers/curl/ \
     http://www.execve.net/curl/ \
-    http://mxr.mozilla.org/seamonkey/source/${certdata_path}?raw=1:certdata
+    http://mxr.mozilla.org/mozilla/source/${certdata_path}?raw=1&dummy=:certdata
 
 distfiles \
     ${curl_source} \
@@ -51,13 +51,13 @@
 
 checksums \
     ${curl_source} \
-        md5     2734167c1e5f7ce6be99b75d2d371d85 \
-        sha1    6b8cb206990cd68d8653cea16a47bd0febd5c50d \
-        rmd160  91f46c421e0f23f268640d39f45a74621e951245 \
+        md5     426d161661dce70c8ea9ad8f553363a3 \
+        sha1    e9256f93f5a8c7f40a3c8696c2841a6c5c2b1bf7 \
+        rmd160  a6c1ca2962c2372ede310a508f36a06205eb8fb0 \
     ${certdata_distfile} \
-        md5     6740714036868bfaa813a88142821f55 \
-        sha1    f86e32b114e71b30a7e77aefe460bcc6212ffae1 \
-        rmd160  7868d653c5aba32086629110be2cd34b27e44263
+        md5     b5b009a1c475f7bb95ac8c55f80442f3 \
+        sha1    12433085918df776239685e5a74871663c2b229a \
+        rmd160  cf520dea1f37c16ef474780d1f4045df30dcdfd1
 
 depends_build \
     path:bin/perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090525/3818e897/attachment-0001.html>


More information about the macports-changes mailing list