[86849] trunk/dports/net/curl-ca-bundle/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Nov 5 10:00:26 PDT 2011
Revision: 86849
http://trac.macports.org/changeset/86849
Author: ryandesign at macports.org
Date: 2011-11-05 10:00:25 -0700 (Sat, 05 Nov 2011)
Log Message:
-----------
curl-ca-bundle: update certdata.txt to 1.80
Modified Paths:
--------------
trunk/dports/net/curl-ca-bundle/Portfile
Modified: trunk/dports/net/curl-ca-bundle/Portfile
===================================================================
--- trunk/dports/net/curl-ca-bundle/Portfile 2011-11-05 16:49:25 UTC (rev 86848)
+++ trunk/dports/net/curl-ca-bundle/Portfile 2011-11-05 17:00:25 UTC (rev 86849)
@@ -6,6 +6,7 @@
name curl-ca-bundle
# keep the version in sync with the curl port
version 7.22.0
+revision 1
set curl_name curl
categories net
license {MPL-1.1 LGPL-2.1+ GPL-2+}
@@ -21,8 +22,8 @@
dist_subdir ${curl_name}
set curl_source ${distname}${extract.suffix}
set certdata_file certdata.txt
-set certdata_version 1.79
-set certdata_date 2011-09-02
+set certdata_version 1.80
+set certdata_date 2011-11-03
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} > 1} {
+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 c65a5f2c4454ec5be3db66d4816bd8c0fcc7a91a \
sha256 bda0da862322b122784f5a9d7a65efdd99a6061292cfb8e9357e0c67c03e5112 \
${certdata_distfile} \
- rmd160 6a47daa687a9b62163d9f4cf6506757f5ebc8fe0 \
- sha256 76ad4da78e2d52c6f7bc44d1e53bf2e81d39e3144a9ad0727398fd2214ef9be3
+ rmd160 86cc09bed5118f6d68a5bf7011bb5a2573373003 \
+ sha256 c14a9e0849a873a06b326f5e75c8eb2c06db418617c2a50361caa62d40198070
depends_build \
path:bin/perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111105/f75164a6/attachment.html>
More information about the macports-changes
mailing list