From owner-svn-ports-all@FreeBSD.ORG Sun May 31 19:28:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B0D4CA7; Sun, 31 May 2015 19:28:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 172641E6D; Sun, 31 May 2015 19:28:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VJS2Qh032213; Sun, 31 May 2015 19:28:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJS2TF032211; Sun, 31 May 2015 19:28:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311928.t4VJS2TF032211@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 19:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388155 - head/security/rubygem-bcrypt-ruby X-SVN-Group: ports-head 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.20 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: Sun, 31 May 2015 19:28:03 -0000 Author: sunpoet Date: Sun May 31 19:28:02 2015 New Revision: 388155 URL: https://svnweb.freebsd.org/changeset/ports/388155 Log: - Update RUN_DEPENDS - Update WWW Modified: head/security/rubygem-bcrypt-ruby/Makefile head/security/rubygem-bcrypt-ruby/pkg-descr Modified: head/security/rubygem-bcrypt-ruby/Makefile ============================================================================== --- head/security/rubygem-bcrypt-ruby/Makefile Sun May 31 19:27:55 2015 (r388154) +++ head/security/rubygem-bcrypt-ruby/Makefile Sun May 31 19:28:02 2015 (r388155) @@ -11,7 +11,7 @@ COMMENT= Sophisticated and secure hash a LICENSE= MIT -RUN_DEPENDS= rubygem-bcrypt>=0:${PORTSDIR}/security/rubygem-bcrypt +RUN_DEPENDS= rubygem-bcrypt>=3.1.3:${PORTSDIR}/security/rubygem-bcrypt USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/security/rubygem-bcrypt-ruby/pkg-descr ============================================================================== --- head/security/rubygem-bcrypt-ruby/pkg-descr Sun May 31 19:27:55 2015 (r388154) +++ head/security/rubygem-bcrypt-ruby/pkg-descr Sun May 31 19:28:02 2015 (r388155) @@ -2,4 +2,4 @@ bcrypt() is a sophisticated and secure h project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. -WWW: http://rubygems.org/gems/bcrypt-ruby/ +WWW: https://github.com/codahale/bcrypt-ruby