aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt-ruby
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-021-0/+2
| | | | Notes: svn path=/head/; revision=380266
* security/rubygem-bcrypt-ruby: fix missing dependencySteve Wills2014-08-261-1/+2
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=366220
* security/rubygem-bcrypt-ruby: update to 3.1.5Steve Wills2014-08-242-3/+3
| | | | Notes: svn path=/head/; revision=365993
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332049
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 3.1.1Steve Wills2013-07-132-3/+3
| | | | Notes: svn path=/head/; revision=322966
* - set maintainer to ruby@Jason Helfman2012-10-031-5/+1
| | | | Notes: svn path=/head/; revision=305178
* move contributor address => jghJason Helfman2011-12-201-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=287744
* - Update to 3.0.1Steve Wills2011-10-272-3/+3
| | | | | | | | PR: ports/160195 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) Notes: svn path=/head/; revision=284402
* - Cannoicalize the WWW: [again],Philip M. Gollucci2011-06-231-1/+1
| | | | | | | - Save redirects s/http/https/ for github Notes: svn path=/head/; revision=276162
* bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSDMartin Wilke2011-01-303-0/+28
project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. WWW: http://rubygems.org/gems/bcrypt-ruby PR: ports/153965 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes Notes: svn path=/head/; revision=268439