Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 15:53:28 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556164 - head/security/ruby-bitwarden
Message-ID:  <202011241553.0AOFrSj4047140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Nov 24 15:53:27 2020
New Revision: 556164
URL: https://svnweb.freebsd.org/changeset/ports/556164

Log:
  Mark port as broken with ruby 2.7.
  The page:
  https://github.com/jcs/rubywarden
  also tells, that this port will not be maintained anymore.
  
  PR:		244787

Modified:
  head/security/ruby-bitwarden/Makefile

Modified: head/security/ruby-bitwarden/Makefile
==============================================================================
--- head/security/ruby-bitwarden/Makefile	Tue Nov 24 15:32:25 2020	(r556163)
+++ head/security/ruby-bitwarden/Makefile	Tue Nov 24 15:53:27 2020	(r556164)
@@ -11,6 +11,10 @@ COMMENT=	Ruby implementation of the BitWarden API
 
 LICENSE=	ISCL
 
+# Port is not maintained anymore:
+# https://github.com/jcs/rubywarden
+BROKEN_RUBY27=	yes
+
 RUN_DEPENDS=	rubygem-bundler>=1.16:sysutils/rubygem-bundler
 
 USES=		sqlite



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