Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2022 07:29:58 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0dce5d6a08fa - main - security/ruby-bitwarden: Also mark BROKEN with Ruby 3.x
Message-ID:  <202203290729.22T7TwDT081486@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0dce5d6a08fa13a82044afa135a9ce5bc14f02c1

commit 0dce5d6a08fa13a82044afa135a9ce5bc14f02c1
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-03-12 18:56:11 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-03-29 07:29:13 +0000

    security/ruby-bitwarden: Also mark BROKEN with Ruby 3.x
    
    PR:             262508
    Approved by:    maintainer timeout
---
 security/ruby-bitwarden/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/ruby-bitwarden/Makefile b/security/ruby-bitwarden/Makefile
index f9bf25f72989..0d105f56fd6e 100644
--- a/security/ruby-bitwarden/Makefile
+++ b/security/ruby-bitwarden/Makefile
@@ -13,6 +13,8 @@ LICENSE=	ISCL
 # Port is not maintained anymore:
 # https://github.com/jcs/rubywarden
 BROKEN_RUBY27=	yes
+BROKEN_RUBY30=	yes
+BROKEN_RUBY31=	yes
 
 RUN_DEPENDS=	rubygem-bundler>=1.16:sysutils/rubygem-bundler
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203290729.22T7TwDT081486>