Index: head/security/rubygem-bcrypt-ruby/Makefile =================================================================== --- head/security/rubygem-bcrypt-ruby/Makefile (revision 388154) +++ head/security/rubygem-bcrypt-ruby/Makefile (revision 388155) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= bcrypt-ruby PORTVERSION= 3.1.5 PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Sophisticated and secure hash algorithm for passwords 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 RUBYGEM_AUTOPLIST= yes .include Index: head/security/rubygem-bcrypt-ruby/pkg-descr =================================================================== --- head/security/rubygem-bcrypt-ruby/pkg-descr (revision 388154) +++ head/security/rubygem-bcrypt-ruby/pkg-descr (revision 388155) @@ -1,5 +1,5 @@ bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD 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