summaryrefslogtreecommitdiff
path: root/security/ruby-bcrypt
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-14 17:53:12 +0000
committertaca <taca@pkgsrc.org>2014-03-14 17:53:12 +0000
commit2587575b3be6a3f0032f15615fafe64ab7c4e09c (patch)
tree384bfd839d5c758dcfc6ada9969b9fd22f42983d /security/ruby-bcrypt
parent4631ae035da5e236132071023ee1d2aa1f8dbd5b (diff)
downloadpkgsrc-2587575b3be6a3f0032f15615fafe64ab7c4e09c.tar.gz
Update ruby-bcrypt to 3.1.7.
3.1.3 Feb 21 2014 - Add support for Ruby 2.1 in compiled Windows binaries - Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik] 3.1.6 Feb 21 2014 - Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some bugs. It felt wrong to have that at a higher version than the real gem, so the real gem is getting bumped to 3.1.6. 3.1.7 Feb 24 2014 - Rebuild corrupt Java binary version of gem [GH #90] - The 2.1 support for Windows binaries alleged in 3.1.3 was a lie -- documentation removed
Diffstat (limited to 'security/ruby-bcrypt')
-rw-r--r--security/ruby-bcrypt/Makefile6
-rw-r--r--security/ruby-bcrypt/PLIST5
-rw-r--r--security/ruby-bcrypt/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/security/ruby-bcrypt/Makefile b/security/ruby-bcrypt/Makefile
index 465006a57db..13a4fc50af2 100644
--- a/security/ruby-bcrypt/Makefile
+++ b/security/ruby-bcrypt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/03/13 11:08:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/14 17:53:12 taca Exp $
-DISTNAME= bcrypt-ruby-3.1.2
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
+DISTNAME= bcrypt-3.1.7
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/security/ruby-bcrypt/PLIST b/security/ruby-bcrypt/PLIST
index 49d25127c99..a643a31d4de 100644
--- a/security/ruby-bcrypt/PLIST
+++ b/security/ruby-bcrypt/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2013/09/15 14:56:11 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/03/14 17:53:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
@@ -9,7 +10,7 @@ ${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bcrypt-ruby.gemspec
+${GEM_LIBDIR}/bcrypt.gemspec
${GEM_LIBDIR}/ext/jruby/bcrypt_jruby/BCrypt.java
${GEM_LIBDIR}/ext/mri/bcrypt_ext.c
${GEM_LIBDIR}/ext/mri/crypt.c
diff --git a/security/ruby-bcrypt/distinfo b/security/ruby-bcrypt/distinfo
index 5db6d5a962b..077a59c3f00 100644
--- a/security/ruby-bcrypt/distinfo
+++ b/security/ruby-bcrypt/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/09/15 14:56:11 taca Exp $
+$NetBSD: distinfo,v 1.5 2014/03/14 17:53:12 taca Exp $
-SHA1 (bcrypt-ruby-3.1.2.gem) = ebeae5ddbab862d8eba8ca5c0d129b6383f39711
-RMD160 (bcrypt-ruby-3.1.2.gem) = 1afcad2f0feec7088d6a24f08b8310d6f0733745
-Size (bcrypt-ruby-3.1.2.gem) = 42496 bytes
+SHA1 (bcrypt-3.1.7.gem) = 2d41ddbd5410315d7831ec49e25c495aa1827c9d
+RMD160 (bcrypt-3.1.7.gem) = dd02342da98f6e3feec1bdea0c5ba352d74923e5
+Size (bcrypt-3.1.7.gem) = 43520 bytes