From owner-dev-commits-ports-all@freebsd.org Fri Apr 23 19:06:37 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 E98555FC6E4; Fri, 23 Apr 2021 19:06:37 +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 4FRkKn6JVLz3FQT; Fri, 23 Apr 2021 19:06:37 +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 C6FAF12B92; Fri, 23 Apr 2021 19:06:37 +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 13NJ6bbC042724; Fri, 23 Apr 2021 19:06:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13NJ6bW5042723; Fri, 23 Apr 2021 19:06:37 GMT (envelope-from git) Date: Fri, 23 Apr 2021 19:06:37 GMT Message-Id: <202104231906.13NJ6bW5042723@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: 68333006d533 - main - devel/rubygem-rotp: Upgrade to 6.2.0 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: 68333006d53327672a5933322d21c49476d8be9e 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: Fri, 23 Apr 2021 19:06:38 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=68333006d53327672a5933322d21c49476d8be9e commit 68333006d53327672a5933322d21c49476d8be9e Author: Matthias Fechner AuthorDate: 2021-04-23 08:01:51 +0000 Commit: Matthias Fechner CommitDate: 2021-04-23 19:06:03 +0000 devel/rubygem-rotp: Upgrade to 6.2.0 This update is required for gitlab-ce 13.11. --- devel/rubygem-rotp/Makefile | 7 ++++--- devel/rubygem-rotp/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-rotp/Makefile b/devel/rubygem-rotp/Makefile index 2accadb9788f..8428b83b6aed 100644 --- a/devel/rubygem-rotp/Makefile +++ b/devel/rubygem-rotp/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuhlsdorff PORTNAME= rotp -PORTVERSION= 3.3.1 +PORTVERSION= 6.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,9 +10,10 @@ COMMENT= Ruby library for generating one time passwords LICENSE= MIT -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/rotp diff --git a/devel/rubygem-rotp/distinfo b/devel/rubygem-rotp/distinfo index af223db6379f..4c746835ce34 100644 --- a/devel/rubygem-rotp/distinfo +++ b/devel/rubygem-rotp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520081535 -SHA256 (rubygem/rotp-3.3.1.gem) = e7e98717b02ff086e9f5b5315a6a73489a5fb487d0a1329111359a9d42900064 -SIZE (rubygem/rotp-3.3.1.gem) = 60416 +TIMESTAMP = 1619164853 +SHA256 (rubygem/rotp-6.2.0.gem) = 239a2eefba6f1bd4157b2c735d0f975598e0ef94823eea2f35d103d2e5cc0787 +SIZE (rubygem/rotp-6.2.0.gem) = 63488