atom feed8 messages in org.freebsd.freebsd-rubyRe: ports/153965: [new port] security...
FromSent OnAttachments
edw...@FreeBSD.orgJan 13, 2011 5:09 pm 
Stanislav SedovJan 13, 2011 5:29 pm 
Jason HelfmanJan 13, 2011 5:39 pm 
Alexander LogvinovJan 13, 2011 8:19 pm 
Jason HelfmanJan 13, 2011 9:09 pm 
Jason HelfmanJan 13, 2011 9:29 pm 
Jason HelfmanJan 13, 2011 10:09 pm 
Jason HelfmanJan 13, 2011 10:39 pm 
Subject:Re: ports/153965: [new port] security/rubygem-bcrypt-ruby : Sophisticated and secure hash algorithm for passwords
From:Jason Helfman (jhel@e-e.com)
Date:Jan 13, 2011 9:09:28 pm
List:org.freebsd.freebsd-ruby

The following reply was made to PR ports/153965; it has been noted by GNATS.

From: Jason Helfman <jhel@e-e.com> To: Alexander Logvinov <av@logvinov.com> Cc: bug-@FreeBSD.org Subject: Re: ports/153965: [new port] security/rubygem-bcrypt-ruby : Sophisticated and secure hash algorithm for passwords Date: Thu, 13 Jan 2011 21:00:25 -0800

--mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline

On Fri, Jan 14, 2011 at 11:50:58AM +0800, Alexander Logvinov thus spake:

Hi!

RUN_DEPENDS+= bcrypt:${PORTSDIR}/security/bcrypt

Is it really needed?

After looking this over again, and the dependencies listed on the rubygem page for the module, it isn't needed. I'm not certain why I thought it was a requirement. Thanks for pointing this out.

In addition to this, I changed the name of the port directory, as suggested earlier.

Both of these changes are in the attached shell archive.

Thanks! -jgh

-- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5

--mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="rubygem-bcrypt.shar.txt"

# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-bcrypt # rubygem-bcrypt/Makefile # rubygem-bcrypt/distinfo # rubygem-bcrypt/pkg-descr # echo c - rubygem-bcrypt mkdir -p rubygem-bcrypt > /dev/null 2>&1 echo x - rubygem-bcrypt/Makefile sed 's/^X//' >rubygem-bcrypt/Makefile << 'eef9991bce03a26789c50ad6323ef65a' X# Ports collection makefile for: rubygem-bcrypt X# Date created: 13 January 2011 X# Whom: Jason Helfman <jhel@experts-exchange.com> X# X# $FreeBSD$ X XPORTNAME= bcrypt-ruby XPORTVERSION= 2.1.4 XCATEGORIES= security rubygems XMASTER_SITES= RG X XMAINTAINER= jhel@experts-exchange.com XCOMMENT= Sophisticated and secure hash algorithm for passwords X XUSE_RUBY= yes XUSE_RUBYGEMS= yes X#RUBY_DOCDIR= XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.mk> eef9991bce03a26789c50ad6323ef65a echo x - rubygem-bcrypt/distinfo sed 's/^X//' >rubygem-bcrypt/distinfo << '148c9774356475d7aab89185cacb9f97' XSHA256 (rubygem/bcrypt-ruby-2.1.4.gem) =
6198fa6c0c1a2c2fc437e03f956866fa82e2178f4d4006ce5a77823e4643d853 XSIZE (rubygem/bcrypt-ruby-2.1.4.gem) = 39424 148c9774356475d7aab89185cacb9f97 echo x - rubygem-bcrypt/pkg-descr sed 's/^X//' >rubygem-bcrypt/pkg-descr << '1fd73b97a57cc84b0336b8de7a7f9b0a' Xbcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD Xproject for hashing passwords. bcrypt-ruby provides a simple, humane wrapper Xfor safely handling passwords. X XWWW: http://rubygems.org/gems/bcrypt-ruby 1fd73b97a57cc84b0336b8de7a7f9b0a exit

--mP3DRpeJDSE+ciuQ--