From owner-svn-ports-all@freebsd.org Thu Jul 19 09:48:29 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 650DA102AD6E; Thu, 19 Jul 2018 09:48:29 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18CCD88385; Thu, 19 Jul 2018 09:48:29 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9B502782A; Thu, 19 Jul 2018 09:48:28 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6J9mSWG015217; Thu, 19 Jul 2018 09:48:28 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9mSwi015216; Thu, 19 Jul 2018 09:48:28 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190948.w6J9mSwi015216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474944 - in branches/2018Q3/devel: . rubygem-grape-path-helpers rubygem-graphiql-rails rubygem-graphql X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q3/devel: . rubygem-grape-path-helpers rubygem-graphiql-rails rubygem-graphql X-SVN-Commit-Revision: 474944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:48:29 -0000 Author: mfechner Date: Thu Jul 19 09:48:28 2018 New Revision: 474944 URL: https://svnweb.freebsd.org/changeset/ports/474944 Log: MFH: r473897 Created new ports required for gitlab 11.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16094 Approved by: ports-secteam (miwi) Added: branches/2018Q3/devel/rubygem-grape-path-helpers/ - copied from r473897, head/devel/rubygem-grape-path-helpers/ branches/2018Q3/devel/rubygem-graphiql-rails/ - copied from r473897, head/devel/rubygem-graphiql-rails/ branches/2018Q3/devel/rubygem-graphql/ - copied from r473897, head/devel/rubygem-graphql/ Modified: branches/2018Q3/devel/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/Makefile ============================================================================== --- branches/2018Q3/devel/Makefile Thu Jul 19 09:37:45 2018 (r474943) +++ branches/2018Q3/devel/Makefile Thu Jul 19 09:48:28 2018 (r474944) @@ -5619,10 +5619,13 @@ SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-entity060 + SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 SUBDIR += rubygem-grape_logging + SUBDIR += rubygem-graphiql-rails + SUBDIR += rubygem-graphql SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku