svn commit: r388155 - head/security/rubygem-bcrypt-ruby
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 31 19:28:03 UTC 2015
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
More information about the svn-ports-all
mailing list