Changeset 98932


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

curl-ca-bundle: use gmt time (#36676)

File:
1 edited

Legend:

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

    r98930 r98932  
    5151# on me noticing new versions within that time and updating the port, and
    5252# on upstream not updating the file again within that time.
    53 set days_since_update [expr {[expr {[clock seconds] - [clock format [clock scan ${certdata_date}] -format %s]}] / 86400}]
     53set days_since_update [expr {[expr {[clock seconds] - [clock format [clock scan ${certdata_date} -gmt yes] -format %s]}] / 86400}]
    5454if {${days_since_update} > 3} {
    5555    master_sites-append http://distfiles.macports.org/curl/:certdata
Note: See TracChangeset for help on using the changeset viewer.