From owner-svn-ports-all@freebsd.org Mon Oct 15 22:25:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47EE110CAF8F; Mon, 15 Oct 2018 22:25:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1BD888A2D; Mon, 15 Oct 2018 22:25:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8B70134F0; Mon, 15 Oct 2018 22:25:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9FMPSPY039985; Mon, 15 Oct 2018 22:25:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9FMPSdc039984; Mon, 15 Oct 2018 22:25:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201810152225.w9FMPSdc039984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 15 Oct 2018 22:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482187 - head/security/bitwarden-ruby X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/bitwarden-ruby X-SVN-Commit-Revision: 482187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 22:25:29 -0000 Author: feld Date: Mon Oct 15 22:25:28 2018 New Revision: 482187 URL: https://svnweb.freebsd.org/changeset/ports/482187 Log: Document that this port is now deprecated. Modified: head/security/bitwarden-ruby/Makefile Modified: head/security/bitwarden-ruby/Makefile ============================================================================== --- head/security/bitwarden-ruby/Makefile Mon Oct 15 21:52:32 2018 (r482186) +++ head/security/bitwarden-ruby/Makefile Mon Oct 15 22:25:28 2018 (r482187) @@ -10,6 +10,9 @@ COMMENT= Ruby implementation of the BitWarden API LICENSE= ISCL +EXPIRATION_DATE= 2019-01-01 +DEPRECATED= Expects very specific rubygem versions for new updates. Please follow instructions in git repo. + RUN_DEPENDS= rubygem-sinatra>=2.0:www/rubygem-sinatra \ rubygem-sinatra-contrib>=2.0:www/rubygem-sinatra-contrib \ rubygem-unicorn>0:www/rubygem-unicorn \