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

ryandesign at macports.org ryandesign at macports.org
Sun Oct 21 01:24:50 PDT 2012


Revision: 98930
          http://trac.macports.org//changeset/98930
Author:   ryandesign at macports.org
Date:     2012-10-21 01:24:50 -0700 (Sun, 21 Oct 2012)
Log Message:
-----------
curl-ca-bundle: fix fetch failure (#36676)

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-21 05:50:46 UTC (rev 98929)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2012-10-21 08:24:50 UTC (rev 98930)
@@ -51,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} > 2} {
+if {${days_since_update} > 3} {
     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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121021/e09bf385/attachment.html>


More information about the macports-changes mailing list