Revision: 118163 https://trac.macports.org/changeset/118163 Author: and.damore@macports.org Date: 2014-03-24 02:58:12 -0700 (Mon, 24 Mar 2014) Log Message: ----------- port bitcoin: switch from git fetching to tarball release, allows to cache local distfile; openmaintainer Modified Paths: -------------- trunk/dports/finance/bitcoin/Portfile Modified: trunk/dports/finance/bitcoin/Portfile =================================================================== --- trunk/dports/finance/bitcoin/Portfile 2014-03-24 09:53:36 UTC (rev 118162) +++ trunk/dports/finance/bitcoin/Portfile 2014-03-24 09:58:12 UTC (rev 118163) @@ -16,9 +16,11 @@ operating through the nodes of the network. homepage http://www.bitcoin.org/ -fetch.type git -git.url https://github.com/bitcoin/bitcoin.git -git.branch v${version} +master_sites https://github.com/[string repeat "$name/" 2]archive/ +distname v${version} +worksrcdir ${name}-${version} +checksums rmd160 aec2cc5f5d035728864577d5575d460e52c0fbf6 \ + sha256 229e5e13ff45f6d4302d618859aee9d36791f93bc7357d02bf2fabc683fdf2f4 depends_lib port:boost \ port:openssl \
participants (1)
-
and.damore@macports.org