diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-01 03:28:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-01 03:28:02 +0800 |
commit | 54c0445cb5f33cf605597241aeeb1eb36d5bb3da (patch) | |
tree | 8a69a2aca33116ccba227aced4171e3ddf535917 /security/rubygem-bcrypt-ruby | |
parent | 8f36004a7ccd928d37be8ae98d1395936a2fe77b (diff) | |
download | freebsd-ports-gnome-54c0445cb5f33cf605597241aeeb1eb36d5bb3da.tar.gz freebsd-ports-gnome-54c0445cb5f33cf605597241aeeb1eb36d5bb3da.tar.zst freebsd-ports-gnome-54c0445cb5f33cf605597241aeeb1eb36d5bb3da.zip |
- Update RUN_DEPENDS
- Update WWW
Diffstat (limited to 'security/rubygem-bcrypt-ruby')
-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 |