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

ryandesign at macports.org ryandesign at macports.org
Sat Aug 6 23:45:58 PDT 2011


Revision: 82059
          http://trac.macports.org/changeset/82059
Author:   ryandesign at macports.org
Date:     2011-08-06 23:45:54 -0700 (Sat, 06 Aug 2011)
Log Message:
-----------
curl-ca-bundle: update certdata.txt to 1.75; installs_libs no

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-08-07 06:06:33 UTC (rev 82058)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2011-08-07 06:45:54 UTC (rev 82059)
@@ -6,6 +6,7 @@
 name                    curl-ca-bundle
 # keep the version in sync with the curl port
 version                 7.21.7
+revision                1
 set curl_name           curl
 categories              net
 license                 {MPL-1.1 LGPL-2.1+ GPL-2+}
@@ -16,12 +17,13 @@
 use_parallel_build      no
 use_configure           no
 supported_archs         noarch
+installs_libs           no
 distname                ${curl_name}-${version}
 dist_subdir             ${curl_name}
 set curl_source         ${distname}${extract.suffix}
 set certdata_file       certdata.txt
-set certdata_version    1.74
-set certdata_date       2011-04-12
+set certdata_version    1.75
+set certdata_date       2011-07-31
 set certdata_distfile   certdata-${certdata_version}.txt
 set certdata_path       security/nss/lib/ckfw/builtins/${certdata_file}
 build.target            ca-bundle
@@ -49,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} > 3} {
+if {${days_since_update} > 10} {
     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
@@ -63,8 +65,8 @@
                             sha1    88aab0188ac86c3d13118bb5b6ee49a83e53b0ce \
                             rmd160  c4c8afe66fb30be9eec8233c22db6d5beed00e39 \
                             ${certdata_distfile} \
-                            sha1    b1cc5cee9dc829873ba60ede8346e3b6461cb364 \
-                            rmd160  eae6885e152bbb40caeea6b1b14f74d5bcb407aa
+                            sha1    48fda52f022f547bea973da3bf825c780c192de8 \
+                            rmd160  6d648322eb55b3f72fbd79d6051dc7660ca26c84
 
 depends_build \
     path:bin/perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110806/62e77f55/attachment.html>


More information about the macports-changes mailing list