From owner-svn-ports-all@freebsd.org Thu Feb 14 08:59:14 2019 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 43BCA14EF2A2; Thu, 14 Feb 2019 08:59:14 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBD8E95D2D; Thu, 14 Feb 2019 08:59:13 +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 CF4DF4A99; Thu, 14 Feb 2019 08:59:13 +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 x1E8xDuI018840; Thu, 14 Feb 2019 08:59:13 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1E8xDkp018839; Thu, 14 Feb 2019 08:59:13 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201902140859.x1E8xDkp018839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 14 Feb 2019 08:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492909 - head/devel/rubygem-graphql X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/rubygem-graphql X-SVN-Commit-Revision: 492909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DBD8E95D2D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 14 Feb 2019 08:59:14 -0000 Author: mfechner Date: Thu Feb 14 08:59:13 2019 New Revision: 492909 URL: https://svnweb.freebsd.org/changeset/ports/492909 Log: Upgrade to 1.8.15. - Fix unwrapping inputobject types when turning arguments to hashes #2094 - Support lazy objects from .resolve_type hooks #2108 - Fix single-item list inputs that aren't passed as lists #2095 https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-graphql/Makefile head/devel/rubygem-graphql/distinfo Modified: head/devel/rubygem-graphql/Makefile ============================================================================== --- head/devel/rubygem-graphql/Makefile Thu Feb 14 08:58:06 2019 (r492908) +++ head/devel/rubygem-graphql/Makefile Thu Feb 14 08:59:13 2019 (r492909) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= graphql -PORTVERSION= 1.8.13 +PORTVERSION= 1.8.15 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-graphql/distinfo ============================================================================== --- head/devel/rubygem-graphql/distinfo Thu Feb 14 08:58:06 2019 (r492908) +++ head/devel/rubygem-graphql/distinfo Thu Feb 14 08:59:13 2019 (r492909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548885887 -SHA256 (rubygem/graphql-1.8.13.gem) = b5020fe7eaa0809609fc88b695e34e96e75e83854c889ded90b63c2ef2631bc8 -SIZE (rubygem/graphql-1.8.13.gem) = 485376 +TIMESTAMP = 1550134614 +SHA256 (rubygem/graphql-1.8.15.gem) = 70c22bd476b130a99c7819370f2a590324403ecf07bb934b4633be7108f0a8b9 +SIZE (rubygem/graphql-1.8.15.gem) = 475648