diff options
-rw-r--r-- | security/rubygem-bcrypt-ruby/Makefile | 2 | ||||
-rw-r--r-- | security/rubygem-bcrypt-ruby/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/rubygem-bcrypt-ruby/Makefile b/security/rubygem-bcrypt-ruby/Makefile index 42cb34af2efa..e01c7394dc35 100644 --- a/security/rubygem-bcrypt-ruby/Makefile +++ b/security/rubygem-bcrypt-ruby/Makefile @@ -11,7 +11,7 @@ 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 diff --git a/security/rubygem-bcrypt-ruby/pkg-descr b/security/rubygem-bcrypt-ruby/pkg-descr index 85c6095f0744..9e29b1f781b8 100644 --- a/security/rubygem-bcrypt-ruby/pkg-descr +++ b/security/rubygem-bcrypt-ruby/pkg-descr @@ -2,4 +2,4 @@ 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 |