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

ryandesign at macports.org ryandesign at macports.org
Tue Jul 13 01:39:01 PDT 2010


Revision: 69668
          http://trac.macports.org/changeset/69668
Author:   ryandesign at macports.org
Date:     2010-07-13 01:38:57 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
curl-ca-bundle: install the crt file without the execute bit; see #25661

Modified Paths:
--------------
    trunk/dports/net/curl-ca-bundle/Portfile

Modified: trunk/dports/net/curl-ca-bundle/Portfile
===================================================================
--- trunk/dports/net/curl-ca-bundle/Portfile	2010-07-13 02:54:26 UTC (rev 69667)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2010-07-13 08:38:57 UTC (rev 69668)
@@ -5,6 +5,7 @@
 name                    curl-ca-bundle
 # keep the version in sync with the curl port
 version                 7.21.0
+revision                1
 set curl_name           curl
 categories              net
 maintainers             ryandesign
@@ -72,7 +73,7 @@
 destroot {
     set ca_bundle_dir ${destroot}${prefix}/share/curl
     xinstall -d ${ca_bundle_dir}
-    xinstall ${worksrcpath}/lib/ca-bundle.crt ${ca_bundle_dir}/curl-ca-bundle.crt
+    xinstall -m 644 ${worksrcpath}/lib/ca-bundle.crt ${ca_bundle_dir}/curl-ca-bundle.crt
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100713/fadcc50b/attachment.html>


More information about the macports-changes mailing list