[152406] trunk/dports/net/curl/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 7 09:16:22 PDT 2016


Revision: 152406
          https://trac.macports.org/changeset/152406
Author:   ryandesign at macports.org
Date:     2016-09-07 09:16:22 -0700 (Wed, 07 Sep 2016)
Log Message:
-----------
curl: fix fetch warning message

Silences "No defined site for tag: certdata, using master_sites" message.

Fixes #48853

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

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2016-09-07 15:43:04 UTC (rev 152405)
+++ trunk/dports/net/curl/Portfile	2016-09-07 16:16:22 UTC (rev 152406)
@@ -217,7 +217,7 @@
     if {[clock seconds] - ${certdata_updated} < 90000} {
         master_sites-append     http://hg.mozilla.org/mozilla-central/archive/${certdata_version}${extract.suffix}/${certdata_path}?dummy=:certdata
     } else {
-        master_sites-append     macports_distfiles:certdata
+        master_sites-append     macports_distfiles::certdata
     }
 
     distfiles-append            ${certdata_distfile}:certdata
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160907/907448e3/attachment.html>


More information about the macports-changes mailing list