Re: Fetching tarball of a commit

2012-05-29 Thread Sean Farley
> I saw that but I don't quite follow what it provides.  Could you show sample > output? Ok, Ryan, what direction do you want the github portgroup to go in? 1) Have the portfile maintainer specify a git hash via git.branch (or git.tag; whichever one it is)? ex. git.branch 9ccfac11f31d8d05d48092

Re: Fetching tarball of a commit

2012-05-14 Thread Clemens Lang
> > github.setup MythTV mythtv 9ccfac11f31d8d05d48092efcbec8015c68f6cc1 > > version 0.25-8 FWIW, that's what I have been using, too. > That's one option I'm mentally considering. I don't think it breaks stuff. I'd just want to rename variables in the github portgroup to make it clear that it coul

Re: Fetching tarball of a commit

2012-05-13 Thread Craig Treleaven
At 1:19 PM -0500 5/13/12, Sean Farley wrote: > Daniel: Thank you very much! That works perfectly. BTW, it also works with the short hash as well, ala ... github.setupMythTV mythtv 9ccfac11f3 To me, if one is pulling a specific Git commit, the version should include the dat

Re: Fetching tarball of a commit

2012-05-13 Thread Sean Farley
> Daniel: > > Thank you very much!  That works perfectly.  BTW, it also works with the > short hash as well, ala ... > > github.setup            MythTV mythtv 9ccfac11f3 > > To me, if one is pulling a specific Git commit, the version should include > the date.  Eg: > > version             0.25-fixe

Re: Fetching tarball of a commit

2012-05-12 Thread Craig Treleaven
At 9:47 PM +0200 5/11/12, Daniel Ericsson wrote: On 11 maj 2012, at 17:16, Ryan Schmidt wrote: > On May 11, 2012, at 10:03, Craig Treleaven wrote: >> So, I'm back working on a port of MythTV; thanks to Michael Dickens for finding and fixing a flaw in the QT4-mac port. I really want to use a

Re: Fetching tarball of a commit

2012-05-11 Thread Ryan Schmidt
On May 11, 2012, at 15:07, Daniel Ericsson wrote: > On 11 maj 2012, at 21:55, Ryan Schmidt wrote: > >> On May 11, 2012, at 14:47, Daniel Ericsson wrote: >> >>> On 11 maj 2012, at 17:16, Ryan Schmidt wrote: >>> On May 11, 2012, at 10:03, Craig Treleaven wrote: We have a github p

Re: Fetching tarball of a commit

2012-05-11 Thread Daniel Ericsson
On 11 maj 2012, at 21:55, Ryan Schmidt wrote: > On May 11, 2012, at 14:47, Daniel Ericsson wrote: > >> On 11 maj 2012, at 17:16, Ryan Schmidt wrote: >> >>> On May 11, 2012, at 10:03, Craig Treleaven wrote: >>> >>> We have a github portgroup which you should use. >>> >>> We should improve the g

Re: Fetching tarball of a commit

2012-05-11 Thread Sean Farley
> I do this in some local Portfiles, checking it now it's seems to get > redirected, but it works. > > PortSystem          1.0 > PortGroup           github 1.0 > > checksums           rmd160  38cf5c7de055057df1fc081d261e198d45127f3d \ >                    sha256   > c866214e6c54731a8cf6a89b7c85b3c

Re: Fetching tarball of a commit

2012-05-11 Thread Ryan Schmidt
On May 11, 2012, at 14:47, Daniel Ericsson wrote: > On 11 maj 2012, at 17:16, Ryan Schmidt wrote: > >> >> On May 11, 2012, at 10:03, Craig Treleaven wrote: >> >>> So, I'm back working on a port of MythTV; thanks to Michael Dickens for >>> finding and fixing a flaw in the QT4-mac port. I real

Re: Fetching tarball of a commit

2012-05-11 Thread Daniel Ericsson
On 11 maj 2012, at 17:16, Ryan Schmidt wrote: > > On May 11, 2012, at 10:03, Craig Treleaven wrote: > >> So, I'm back working on a port of MythTV; thanks to Michael Dickens for >> finding and fixing a flaw in the QT4-mac port. I really want to use a >> recent version of the Fixes/0.25 branch

Re: Fetching tarball of a commit

2012-05-11 Thread Ryan Schmidt
On May 11, 2012, at 10:03, Craig Treleaven wrote: > So, I'm back working on a port of MythTV; thanks to Michael Dickens for > finding and fixing a flaw in the QT4-mac port. I really want to use a recent > version of the Fixes/0.25 branch as some bugs affecting the Mac were fixed > recently.