Using the github Portgroup
Sean Farley
sean at macports.org
Mon Jan 6 13:57:25 PST 2014
macsforever2000 at macports.org writes:
> Hi All,
>
>
> Can someone with more knowledge of the github portgroup help me to set the proper github.setup for the the following URL?
>
> https://github.com/sfepy/sfepy/tree/release_2013.4
>
> I’ve tried the following with no success:
>
> PortGroup github 1.0
> PortGroup python 1.0
>
> github.setup sfepy sfepy 2013.4 release_2013.4
> name py-sfepy
>
> It seems to want to download from https://github.com/sfepy/sfepy/tarball/release_2013.42013.4. I’ve tried other variations with no success.
Your setup line should be:
github.setup sfepy sfepy 2013.4 release_
The last argument is an optional prefix, not the whole tag name.
More information about the macports-dev
mailing list