Ping -- would someone like to import this?
On 2014-11-05 20.17.58 +0100, Mike Burns wrote:
> On 2014-11-05 09.59.57 -0800, Jeremy Evans wrote:
> > On Wed, Nov 5, 2014 at 4:25 AM, Stuart Henderson <st...@openbsd.org> wrote:
> >
> > > On 2014/11/05 03:35, Mike Burns wrote:
> > > > On 2014-11-03 02.27.11 +0100, Mike Burns wrote:
> > > > > My first OpenBSD port, so please triple-check it.
> > > >
> > > > Update based on feedback off-list.
> > > >
> > > > - Patch to support the ruby21 filename (submitted and merged upstream
> > > > but no new version is released yet).
> > > > - Re-order the Makefile based on the template.
> > > >
> > > > -Mike
> > >
> > > ... share/gitsh/gems/blankslate-${MODRUBY_LIBREV}.2.4/
> > >
> > > that ${MODRUBY_LIBREV} substitution looks bogus to me, it should probably
> > > be 2.1.2.4.
> > >
> > sthen@ is right, the ${MODRUBY_LIBREV}.2.4 should be manually converted to
> > 2.1.2.4, otherwise it will probably break when the default ruby version
> > switches to 2.2.
>
> Done.
>
> > CONFIGURE_ENV = RUBY="${RUBY}"
>
> Brilliant; done.
>
> -Mike