Changeset 98930


Ignore:
Timestamp:
Oct 21, 2012, 8:24:50 AM (12 years ago)
Author:
ryandesign@…
Message:

curl-ca-bundle: fix fetch failure (#36676)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/curl-ca-bundle/Portfile

    r98913 r98930  
    5252# on upstream not updating the file again within that time.
    5353set days_since_update [expr {[expr {[clock seconds] - [clock format [clock scan ${certdata_date}] -format %s]}] / 86400}]
    54 if {${days_since_update} > 2} {
     54if {${days_since_update} > 3} {
    5555    master_sites-append http://distfiles.macports.org/curl/:certdata
    5656} else {
Note: See TracChangeset for help on using the changeset viewer.