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

ryandesign at macports.org ryandesign at macports.org
Sat Oct 20 16:06:58 PDT 2012


Revision: 98913
          http://trac.macports.org//changeset/98913
Author:   ryandesign at macports.org
Date:     2012-10-20 16:06:58 -0700 (Sat, 20 Oct 2012)
Log Message:
-----------
curl-ca-bundle: update certdata.txt to 1.86

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

Modified: trunk/dports/net/curl-ca-bundle/Portfile
===================================================================
--- trunk/dports/net/curl-ca-bundle/Portfile	2012-10-20 21:01:28 UTC (rev 98912)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2012-10-20 23:06:58 UTC (rev 98913)
@@ -6,6 +6,7 @@
 name                    curl-ca-bundle
 # keep the version in sync with the curl port
 version                 7.28.0
+revision                1
 set curl_name           curl
 categories              net
 license                 {MPL-2 LGPL-2.1+}
@@ -21,8 +22,8 @@
 dist_subdir             ${curl_name}
 set curl_source         ${distname}${extract.suffix}
 set certdata_file       certdata.txt
-set certdata_version    1.85
-set certdata_date       2012-06-28
+set certdata_version    1.86
+set certdata_date       2012-10-18
 set certdata_distfile   certdata-${certdata_version}.txt
 set certdata_path       security/nss/lib/ckfw/builtins/${certdata_file}
 build.target            ca-bundle
@@ -50,7 +51,7 @@
 # on me noticing new versions within that time and updating the port, and
 # on upstream not updating the file again within that time.
 set days_since_update [expr {[expr {[clock seconds] - [clock format [clock scan ${certdata_date}] -format %s]}] / 86400}]
-if {${days_since_update} > 0} {
+if {${days_since_update} > 2} {
     master_sites-append http://distfiles.macports.org/curl/:certdata
 } else {
     master_sites-append http://mxr.mozilla.org/mozilla/source/${certdata_path}?raw=1&dummy=:certdata
@@ -64,8 +65,8 @@
                             rmd160  99ddd50b8d0b1f94833752b58b505ce3159f5dde \
                             sha256  b7f510db60f520ba0bc8a39cccee7e913362205b4a7709e16af2cba14093099b \
                             ${certdata_distfile} \
-                            rmd160  d5ca22f5a97947d68d289569652153851bacb298 \
-                            sha256  cb3969ac5f62599714b3b97ccaa7f8b9b65cbd954dffb4b03cae0f6a3b42e3ea
+                            rmd160  5a08a6b50e3d50d3937063c19f783cb0e6ab0ab4 \
+                            sha256  8bfeafa81666dfc630e61acdb61f019070b53af44270d7ddd33b873733dff633
 
 depends_build \
     path:bin/perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121020/4afa140f/attachment.html>


More information about the macports-changes mailing list