From owner-dev-commits-ports-main@freebsd.org Mon Jun 7 02:31:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 B1924645499; Mon, 7 Jun 2021 02:31:12 +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 4Fyy6S2sRKz3DY5; Mon, 7 Jun 2021 02:31:12 +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 49F276AF2; Mon, 7 Jun 2021 02:31:12 +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 1572VCqT013852; Mon, 7 Jun 2021 02:31:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1572VCMA013851; Mon, 7 Jun 2021 02:31:12 GMT (envelope-from git) Date: Mon, 7 Jun 2021 02:31:12 GMT Message-Id: <202106070231.1572VCMA013851@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 28c0cf1a0e88 - main - misc/rubygem-rabbit: Update to 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 28c0cf1a0e88c4b71bca7dfe78290c3587f6b047 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2021 02:31:12 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=28c0cf1a0e88c4b71bca7dfe78290c3587f6b047 commit 28c0cf1a0e88c4b71bca7dfe78290c3587f6b047 Author: Koichiro Iwao AuthorDate: 2021-04-12 07:04:18 +0000 Commit: Koichiro Iwao CommitDate: 2021-06-07 02:30:43 +0000 misc/rubygem-rabbit: Update to 3.0.0 While here, switch rubygem-faraday0 -> rubygem-farday because it works with faraday 1.x series. There's no reason to stay on 0.x. PR: 254996 Reported by: meta Approved by: maintainer timeout (tota, > almost 2 months) Relnotes: https://rabbit-shocker.org/ja/news.html --- misc/rubygem-rabbit/Makefile | 13 ++++++------- misc/rubygem-rabbit/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/misc/rubygem-rabbit/Makefile b/misc/rubygem-rabbit/Makefile index 9053f1835909..669239c49c5e 100644 --- a/misc/rubygem-rabbit/Makefile +++ b/misc/rubygem-rabbit/Makefile @@ -1,8 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= rabbit -PORTVERSION= 2.2.1 -PORTREVISION= 15 +PORTVERSION= 3.0.0 CATEGORIES= misc rubygems MASTER_SITES= RG @@ -13,18 +12,18 @@ LICENSE= GPLv2+ LICENSE_FILE_GPLv2+ = ${WRKSRC}/GPL RUN_DEPENDS= rubygem-coderay>=1.0.0:textproc/rubygem-coderay \ - rubygem-faraday0>0:www/rubygem-faraday0 \ + rubygem-faraday>0:www/rubygem-faraday \ rubygem-gdk_pixbuf2>=3.0.9:graphics/rubygem-gdk_pixbuf2 \ rubygem-gettext>=3.0.1:devel/rubygem-gettext \ - rubygem-gio2>0:devel/rubygem-gio2 \ - rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \ + rubygem-gtk3>0:x11-toolkits/rubygem-gtk3 \ rubygem-hikidoc>0:textproc/rubygem-hikidoc \ rubygem-kramdown>0:textproc/rubygem-kramdown \ + rubygem-kramdown-parser-gfm>0:textproc/rubygem-kramdown-parser-gfm \ rubygem-nokogiri>0:textproc/rubygem-nokogiri \ - rubygem-poppler>0:x11-toolkits/rubygem-poppler \ + rubygem-poppler>=3.2.5:x11-toolkits/rubygem-poppler \ rubygem-rdtool>0:textproc/rubygem-rdtool \ rubygem-rouge>0:textproc/rubygem-rouge \ - rubygem-rsvg2>0:graphics/rubygem-rsvg2 \ + rubygem-rsvg2>=3.1.4:graphics/rubygem-rsvg2 \ rubygem-rttool>0:textproc/rubygem-rttool NO_ARCH= yes diff --git a/misc/rubygem-rabbit/distinfo b/misc/rubygem-rabbit/distinfo index 80d5bfae5f65..74f6aa73b46c 100644 --- a/misc/rubygem-rabbit/distinfo +++ b/misc/rubygem-rabbit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517021607 -SHA256 (rubygem/rabbit-2.2.1.gem) = 0cccd87aa9a0ce84b61ab055824efffe0fa33a081ce3b1a12837e0ab8d098964 -SIZE (rubygem/rabbit-2.2.1.gem) = 5217280 +TIMESTAMP = 1617931666 +SHA256 (rubygem/rabbit-3.0.0.gem) = 12bee925c6de8dac14847821b4b183270509ae67ddaff53569c4c0459ab682bd +SIZE (rubygem/rabbit-3.0.0.gem) = 5314048