Re: github portgroup release tarball url

2014-07-27 Thread Ryan Schmidt
> On Jul 26, 2014, at 3:19 PM, Joshua Root wrote: > > On 2014-7-27 05:54 , Ryan Schmidt wrote: >> On Jul 25, 2014, at 6:41 PM, Jean-Philippe Ouellet >> wrote: >> >>> Hello, >>> >>> In the github portgroup, the urls it uses to fetch releases are: >>> ${github.homepage}/releases/download/$

Re: github portgroup release tarball url

2014-07-26 Thread Joshua Root
On 2014-7-27 05:54 , Ryan Schmidt wrote: > On Jul 25, 2014, at 6:41 PM, Jean-Philippe Ouellet > wrote: > >> Hello, >> >> In the github portgroup, the urls it uses to fetch releases are: >> ${github.homepage}/releases/download/${git.branch} >> and >> ${github.homepage}/tarball/${git.bra

Re: github portgroup release tarball url

2014-07-26 Thread Ryan Schmidt
On Jul 25, 2014, at 6:41 PM, Jean-Philippe Ouellet wrote: > Hello, > > In the github portgroup, the urls it uses to fetch releases are: > ${github.homepage}/releases/download/${git.branch} > and > ${github.homepage}/tarball/${git.branch} > > which fetches a tarball that extracts to

github portgroup release tarball url

2014-07-25 Thread Jean-Philippe Ouellet
Hello, In the github portgroup, the urls it uses to fetch releases are: ${github.homepage}/releases/download/${git.branch} and ${github.homepage}/tarball/${git.branch} which fetches a tarball that extracts to ${author}-${project}-${git_hash}/ which we then need to fix in p