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

ryandesign at macports.org ryandesign at macports.org
Thu Jun 28 15:22:02 PDT 2012


Revision: 94752
          https://trac.macports.org/changeset/94752
Author:   ryandesign at macports.org
Date:     2012-06-28 15:22:01 -0700 (Thu, 28 Jun 2012)
Log Message:
-----------
curl-ca-bundle: update to certdata.txt 1.85

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-06-28 22:21:05 UTC (rev 94751)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2012-06-28 22:22:01 UTC (rev 94752)
@@ -6,6 +6,7 @@
 name                    curl-ca-bundle
 # keep the version in sync with the curl port
 version                 7.26.0
+revision                1
 set curl_name           curl
 categories              net
 license                 MPL-2.0
@@ -21,8 +22,8 @@
 dist_subdir             ${curl_name}
 set curl_source         ${distname}${extract.suffix}
 set certdata_file       certdata.txt
-set certdata_version    1.83
-set certdata_date       2012-04-25
+set certdata_version    1.85
+set certdata_date       2012-06-28
 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} > 35} {
+if {${days_since_update} > 0} {
     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  90d66cd2f77bf825ba01056f4f384ff74e7b04eb \
                             sha256  fced262f16eb6bfcdcea15e04a7905ffcb5ff04b14a19ca35b9df86d6720d26a \
                             ${certdata_distfile} \
-                            rmd160  96cdf9edf178ec522c9d599d9fce7e218b90d280 \
-                            sha256  f61e0dd6e44daa82bc5f4eed6ea81f7624ab4caea2f2e0d1fc5cfec88e0f6963
+                            rmd160  d5ca22f5a97947d68d289569652153851bacb298 \
+                            sha256  cb3969ac5f62599714b3b97ccaa7f8b9b65cbd954dffb4b03cae0f6a3b42e3ea
 
 depends_build \
     path:bin/perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120628/8c1b2b6e/attachment-0001.html>


More information about the macports-changes mailing list