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

Ryan Schmidt ryandesign at macports.org
Wed Mar 26 16:16:00 PDT 2014


On Mar 24, 2014, at 04:58, and.damore at macports.org wrote:

> Revision
> 118163
> Author
> and.damore at 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
> Diff
> 
> 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}

Could we simplify this by using the github portgroup?





More information about the macports-dev mailing list