Date: Fri, 30 Nov 2018 01:25:32 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Matthias Fechner <mfechner@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486196 - in head/devel: . rubygem-grape11 Message-ID: <CAMHz58S1BUVnAZ6awYdEDQEH-iD7%2B8t9HTijm6iqu=xZoBg7sg@mail.gmail.com> In-Reply-To: <201811291649.wATGnjNH037720@repo.freebsd.org> References: <201811291649.wATGnjNH037720@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 30, 2018 at 12:50 AM Matthias Fechner <mfechner@freebsd.org> wrote: > Author: mfechner > Date: Thu Nov 29 16:49:45 2018 > New Revision: 486196 > URL: https://svnweb.freebsd.org/changeset/ports/486196 > > Log: > Make rubygem-grape 1.1.0 available again as the upgrade to version 1.2 > has broken www/gitlab-ce. > Upstream should fix it (gem 'grape', '~> 1.1') if they do not support grape 1.2. I'm not sure what problem you got. Did you try the latest version (rubygem-grape 1.2.1, committed within an hour)? > Approved by: mentors (implicit) > > Added: > head/devel/rubygem-grape11/ > - copied from r476540, head/devel/rubygem-grape/ > Modified: > head/devel/Makefile > head/devel/rubygem-grape11/Makefile > > Modified: head/devel/Makefile > > ============================================================================== > --- head/devel/Makefile Thu Nov 29 16:46:12 2018 (r486195) > +++ head/devel/Makefile Thu Nov 29 16:49:45 2018 (r486196) > @@ -5726,6 +5726,7 @@ > SUBDIR += rubygem-googleapis-common-protos-types > SUBDIR += rubygem-graf > SUBDIR += rubygem-grape > + SUBDIR += rubygem-grape11 > SUBDIR += rubygem-grape-entity > SUBDIR += rubygem-grape-path-helpers > SUBDIR += rubygem-grape-route-helpers > > Modified: head/devel/rubygem-grape11/Makefile > > ============================================================================== > --- head/devel/rubygem-grape/Makefile Mon Aug 6 19:54:00 2018 > (r476540) > +++ head/devel/rubygem-grape11/Makefile Thu Nov 29 16:49:45 2018 > (r486196) > @@ -4,8 +4,9 @@ PORTNAME= grape > PORTVERSION= 1.1.0 > CATEGORIES= devel rubygems > MASTER_SITES= RG > +PKGNAMESUFFIX= 11 > > -MAINTAINER= ruby@FreeBSD.org > +MAINTAINER= mfechner@FreeBSD.org > COMMENT= Framework for rapid API development with great conventions > > LICENSE= MIT > @@ -18,8 +19,11 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-a > rubygem-rack-accept>=0:www/rubygem-rack-accept \ > rubygem-virtus>=1.0.0:devel/rubygem-virtus > > -NO_ARCH= yes > -USE_RUBY= yes > USES= gem > +USE_RUBY= yes > + > +NO_ARCH= yes > + > +PORTSCOUT= limit: ^1\.1\. > > .include <bsd.port.mk> > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58S1BUVnAZ6awYdEDQEH-iD7%2B8t9HTijm6iqu=xZoBg7sg>