New port. Built clean in Tinderbox.
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Hey! I'm wondering why did you named it rubygem-bcrypt-ruby and not just rubygem-bcrypt? For me the -ruby part looks bogus. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
I was going based off of the name of the gem. It is called bcrypt-ruby. I am fine with a name change, if the port works. On Thu, Jan 13, 2011 at 05:28:34PM -0800, Stanislav Sedov thus spake: >Hey! > >I'm wondering why did you named it rubygem-bcrypt-ruby and not just >rubygem-bcrypt? For me the -ruby part looks bogus. > >-- >Stanislav Sedov >ST4096-RIPE > >() ascii ribbon campaign - against html e-mail >/\ www.asciiribbon.org - against proprietary attachments > -- 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
Hi! >RUN_DEPENDS+= bcrypt:${PORTSDIR}/security/bcrypt Is it really needed? -- Best regards, Alexander
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? > >-- >Best regards, >Alexander > > 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
The extra line of: #RUBY_DOCDIR= can be removed. -jgh
On Fri, Jan 14, 2011 at 01:50:13PM +0800, Alexander Logvinov thus spake: >Hi! > >On 14.01.2011 13:00 Jason Helfman wrote: >> In addition to this, I changed the name of the port directory, as suggested >> earlier. > You should change the PORTNAME line too. You can take a look on >net/rubygem-openid. Changing PORTNAME will break the port. -jgh
On Fri, Jan 14, 2011 at 02:35:47PM +0800, Alexander Logvinov thus spake: >On 14.01.2011 14:00 Jason Helfman wrote: >>> On 14.01.2011 13:00 Jason Helfman wrote: >>>> In addition to this, I changed the name of the port directory, as >>>> suggested >>>> earlier. >>> You should change the PORTNAME line too. You can take a look on >>> net/rubygem-openid. >> Changing PORTNAME will break the port. > See DISTNAME and GEM_NAME in the net/rubygem-openid/Makefile file. >Personally I prefer rubygem-bryct-ruby, but it's stas@ choice. :( I just figured it out, as you mentioned. I saw it in sqlite3. At first, I was doing that. I didn't change GEM_NAME, though, and it broke. I see now how having both of them make it work. Thanks! After this are you taking it ;) -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
State Changed From-To: open->closed Committed. Thanks!
miwi 2011-01-30 12:08:25 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/rubygem-bcrypt-ruby Makefile distinfo pkg-descr Log: 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 PR: ports/153965 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes Revision Changes Path 1.1151 +1 -0 ports/security/Makefile 1.1 +21 -0 ports/security/rubygem-bcrypt-ruby/Makefile (new) 1.1 +2 -0 ports/security/rubygem-bcrypt-ruby/distinfo (new) 1.1 +5 -0 ports/security/rubygem-bcrypt-ruby/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"