Modified: trunk/dports/finance/bitcoin/Portfile (118162 => 118163)
--- 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 \