You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d654ce249a
Some server certificates aren't based on root CAs included with the OS (at least for some OS versions). Installing curl-ca-bundle typically provides the needed root CAs, and isn't very expensive. Since other common installs already depend on curl-ca-bundle, it's likely that Alpine has been opportunistically getting it in most cases. Theoretically, this change should get a revbump to ensure that the dependency is included. But since most installations probably already have curl-ca-bundle installed, it's not really worth a rebuild to fix the rare cases. Also removes redundant "platforms darwin" (to get rid of a lint warning). TESTED: Correctly shows dependency iff +ssl. Active curl-ca-bundle fixes access to at least one server.