From owner-dev-commits-ports-all@freebsd.org Sat Jul 24 07:08:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 730FF658568; Sat, 24 Jul 2021 07:08:42 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GWy2x3cLBz4kNl; Sat, 24 Jul 2021 07:08:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE57B3D5A; Sat, 24 Jul 2021 07:08:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16O78en5025112; Sat, 24 Jul 2021 07:08:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16O78eHn025111; Sat, 24 Jul 2021 07:08:40 GMT (envelope-from git) Date: Sat, 24 Jul 2021 07:08:40 GMT Message-Id: <202107240708.16O78eHn025111@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 6c6741005cff - main - www/rubygem-toml-rb: Update to 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6c6741005cffe5e62cd651163bfb6550c854f3b8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 07:08:42 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c6741005cffe5e62cd651163bfb6550c854f3b8 commit 6c6741005cffe5e62cd651163bfb6550c854f3b8 Author: Matthias Fechner AuthorDate: 2021-07-24 06:56:45 +0000 Commit: Matthias Fechner CommitDate: 2021-07-24 07:08:04 +0000 www/rubygem-toml-rb: Update to 2.0.1 Reuqired for gitlab-ce 14.1. --- www/rubygem-toml-rb/Makefile | 9 +++++---- www/rubygem-toml-rb/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/rubygem-toml-rb/Makefile b/www/rubygem-toml-rb/Makefile index 558f1baeaafd..7a276648930e 100644 --- a/www/rubygem-toml-rb/Makefile +++ b/www/rubygem-toml-rb/Makefile @@ -1,5 +1,5 @@ PORTNAME= toml-rb -PORTVERSION= 1.1.1 +PORTVERSION= 2.0.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -8,10 +8,11 @@ COMMENT= TOML parser using Citrus parsing library LICENSE= MIT -RUN_DEPENDS= rubygem-citrus>=3.0:textproc/rubygem-citrus +RUN_DEPENDS= rubygem-citrus>=3.0<4:textproc/rubygem-citrus -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/www/rubygem-toml-rb/distinfo b/www/rubygem-toml-rb/distinfo index af0848e52e32..a376c116e141 100644 --- a/www/rubygem-toml-rb/distinfo +++ b/www/rubygem-toml-rb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155031 -SHA256 (rubygem/toml-rb-1.1.1.gem) = c43f188f68a8cefa790950e8eb02100164710479c6f6d189cb30098e6b212665 -SIZE (rubygem/toml-rb-1.1.1.gem) = 18944 +TIMESTAMP = 1627070529 +SHA256 (rubygem/toml-rb-2.0.1.gem) = 5016c6c77ac72bca5fe67c372722bdfdd4479a6fe1a1c4ff2a486e247849b274 +SIZE (rubygem/toml-rb-2.0.1.gem) = 11264