From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 19:02:07 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 E72D9679457; Tue, 21 Sep 2021 19:02:07 +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 4HDW4v6FsZz3sYZ; Tue, 21 Sep 2021 19:02:07 +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 B6E3416A9; Tue, 21 Sep 2021 19:02:07 +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 18LJ27r7063607; Tue, 21 Sep 2021 19:02:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LJ27Rp063606; Tue, 21 Sep 2021 19:02:07 GMT (envelope-from git) Date: Tue, 21 Sep 2021 19:02:07 GMT Message-Id: <202109211902.18LJ27Rp063606@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: f269ce16e73b - main - converters/rubygem-xdr: switch to rails 6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f269ce16e73b06edf03a141940b9db3cdb763124 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: Tue, 21 Sep 2021 19:02:08 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=f269ce16e73b06edf03a141940b9db3cdb763124 commit f269ce16e73b06edf03a141940b9db3cdb763124 Author: Antoine Brodin AuthorDate: 2021-09-21 18:09:51 +0000 Commit: Antoine Brodin CommitDate: 2021-09-21 18:55:20 +0000 converters/rubygem-xdr: switch to rails 6.0 --- converters/rubygem-xdr/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/converters/rubygem-xdr/Makefile b/converters/rubygem-xdr/Makefile index 93d455f28bc7..a7dcadba15c2 100644 --- a/converters/rubygem-xdr/Makefile +++ b/converters/rubygem-xdr/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdr PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= converters rubygems MASTER_SITES= RG @@ -9,8 +10,8 @@ COMMENT= XDR Helper Library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activemodel52>=5.2.0:databases/rubygem-activemodel52 \ - rubygem-activesupport52>=5.2.0:devel/rubygem-activesupport52 +RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ + rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 USES= gem USE_RUBY= yes