Re: Github Group

2013-01-16 Thread Ryan Schmidt
On Jan 16, 2013, at 20:31, Sean Farley wrote: > On Wed, Jan 16, 2013 at 7:25 PM, Ryan Schmidt wrote: > >> Ok, how's this: there could be a new portgroup option github.livecheck_type >> which would default to "commits" if github.version matches ^[0-9a-f]{9,}$ >> and github.tag_prefix is empty,

Re: Github Group

2013-01-16 Thread Sean Farley
On Wed, Jan 16, 2013 at 7:25 PM, Ryan Schmidt wrote: > > On Jan 16, 2013, at 19:04, Sean Farley wrote: > >> On Wed, Jan 16, 2013 at 4:17 PM, Ryan Schmidt wrote: >>> >>> On Jan 16, 2013, at 14:17, Sean Farley wrote: >>> I think it'll suffice to check for a tarball download + an empty tag

Re: Github Group

2013-01-16 Thread Ryan Schmidt
On Jan 16, 2013, at 19:04, Sean Farley wrote: > On Wed, Jan 16, 2013 at 4:17 PM, Ryan Schmidt wrote: >> >> On Jan 16, 2013, at 14:17, Sean Farley wrote: >> >>> I think it'll suffice to check for a tarball download + an empty tag >>> prefix + len(version) > 12. A hash can be looked up at any len

Re: Github Group

2013-01-16 Thread Sean Farley
On Wed, Jan 16, 2013 at 4:17 PM, Ryan Schmidt wrote: > > On Jan 16, 2013, at 14:17, Sean Farley wrote: > >> I wanted to revisit and close this ticket I started almost a year ago: >> >> https://trac.macports.org/ticket/33889 > > Sorry I forgot about this ticket. No worries. I forget lots of things

Re: Github Group

2013-01-16 Thread Ryan Schmidt
On Jan 16, 2013, at 14:17, Sean Farley wrote: > I wanted to revisit and close this ticket I started almost a year ago: > > https://trac.macports.org/ticket/33889 Sorry I forgot about this ticket. I'm not sure I agree anymore with what I wrote in that ticket 10 months ago. The purpose of the g

Re: Github Group

2013-01-16 Thread Sean Farley
On Wed, Jan 16, 2013 at 2:47 PM, Craig Treleaven wrote: > At 2:17 PM -0600 1/16/13, Sean Farley wrote: >> >> I wanted to revisit and close this ticket I started almost a year ago: >> >> https://trac.macports.org/ticket/33889 >> >> I think it'll suffice to check for a tarball download + an empty ta

Re: Github Group

2013-01-16 Thread Craig Treleaven
At 2:17 PM -0600 1/16/13, Sean Farley wrote: I wanted to revisit and close this ticket I started almost a year ago: https://trac.macports.org/ticket/33889 I think it'll suffice to check for a tarball download + an empty tag prefix + len(version) > 12. A hash can be looked up at any length as lo

Github Group

2013-01-16 Thread Sean Farley
I wanted to revisit and close this ticket I started almost a year ago: https://trac.macports.org/ticket/33889 I think it'll suffice to check for a tarball download + an empty tag prefix + len(version) > 12. A hash can be looked up at any length as long as it's match is unique, therefore the lengt

Re: How to properly set variables in github group when xcodebuild should be run from subfolder?

2012-05-14 Thread Mojca Miklavec
On Fri, May 11, 2012 at 5:14 PM, Ryan Schmidt wrote: > On May 11, 2012, at 10:08, Mojca Miklavec wrote: > >> Hello, >> >> I've found this ticket: >>    http://trac.macports.org/ticket/29093 >> with the following comment: "Note that you don't need to change >> worksrcdir in your portfile. You could

Re: How to properly set variables in github group when xcodebuild should be run from subfolder?

2012-05-11 Thread Ryan Schmidt
On May 11, 2012, at 10:08, Mojca Miklavec wrote: > Hello, > > I've found this ticket: >http://trac.macports.org/ticket/29093 > with the following comment: "Note that you don't need to change > worksrcdir in your portfile. You could instead change configure.dir > and/or build.dir, for example.

How to properly set variables in github group when xcodebuild should be run from subfolder?

2012-05-11 Thread Mojca Miklavec
Hello, I've found this ticket: http://trac.macports.org/ticket/29093 with the following comment: "Note that you don't need to change worksrcdir in your portfile. You could instead change configure.dir and/or build.dir, for example." I have just created a new git repository for aquaterm on