From owner-svn-ports-all@freebsd.org Thu Nov 29 17:26:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04FA611454EB for ; Thu, 29 Nov 2018 17:26:10 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A91D7757B for ; Thu, 29 Nov 2018 17:26:09 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 5FE95D61A for ; Thu, 29 Nov 2018 17:26:09 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-io1-f43.google.com with SMTP id n9so2212652ioh.7 for ; Thu, 29 Nov 2018 09:26:09 -0800 (PST) X-Gm-Message-State: AA+aEWYhlgO0WuX8FDFNPuP7JAZfSRfihOm8L07aQZ97vXNLwZY0sJCA GfQJcggpg81L29ki7/kiTI47XOEbmy9K/6ahKWMmJA== X-Google-Smtp-Source: AFSGD/WzS4dcjbx8+oG26ei5HgPXF9JOmWUxa1qFsde8NgO3ShIGA3titu1rjD1xj6lc6LyYjv/k0GtYFyX/n5vlT8s= X-Received: by 2002:a5e:c20d:: with SMTP id v13mr1833945iop.264.1543512368798; Thu, 29 Nov 2018 09:26:08 -0800 (PST) MIME-Version: 1.0 References: <201811291649.wATGnjNH037720@repo.freebsd.org> In-Reply-To: <201811291649.wATGnjNH037720@repo.freebsd.org> From: Po-Chuan Hsieh Date: Fri, 30 Nov 2018 01:25:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r486196 - in head/devel: . rubygem-grape11 To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 9A91D7757B X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.23)[-0.227,0]; NEURAL_SPAM_LONG(0.17)[0.173,0]; NEURAL_SPAM_MEDIUM(0.25)[0.248,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 17:26:10 -0000 On Fri, Nov 30, 2018 at 12:50 AM Matthias Fechner 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 > >