[136018] trunk/dports/finance/bitcoin/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 9 10:34:24 PDT 2015


Revision: 136018
          https://trac.macports.org/changeset/136018
Author:   ryandesign at macports.org
Date:     2015-05-09 10:34:24 -0700 (Sat, 09 May 2015)
Log Message:
-----------
bitcoin: use ${version} in master_sites so that it does not need to be updated when the version is updated

Modified Paths:
--------------
    trunk/dports/finance/bitcoin/Portfile

Modified: trunk/dports/finance/bitcoin/Portfile
===================================================================
--- trunk/dports/finance/bitcoin/Portfile	2015-05-09 17:33:39 UTC (rev 136017)
+++ trunk/dports/finance/bitcoin/Portfile	2015-05-09 17:34:24 UTC (rev 136018)
@@ -17,7 +17,7 @@
                     operating through the nodes of the network.
 
 homepage            https://bitcoin.org/
-master_sites        https://bitcoin.org/bin/bitcoin-core-0.10.1/
+master_sites        ${homepage}bin/bitcoin-core-${version}/
 
 worksrcdir          ${name}-${version}
 checksums           rmd160  5aeaaeeff59d77b9f8e1a5a3bba04379d7190c73 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150509/1637e64c/attachment.html>


More information about the macports-changes mailing list