Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 15:13:48 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366220 - head/security/rubygem-bcrypt-ruby
Message-ID:  <201408261513.s7QFDmHU042128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Aug 26 15:13:47 2014
New Revision: 366220
URL: http://svnweb.freebsd.org/changeset/ports/366220
QAT: https://qat.redports.org/buildarchive/r366220/

Log:
  security/rubygem-bcrypt-ruby: fix missing dependency
  
  Reported by:	antoine

Modified:
  head/security/rubygem-bcrypt-ruby/Makefile

Modified: head/security/rubygem-bcrypt-ruby/Makefile
==============================================================================
--- head/security/rubygem-bcrypt-ruby/Makefile	Tue Aug 26 15:07:44 2014	(r366219)
+++ head/security/rubygem-bcrypt-ruby/Makefile	Tue Aug 26 15:13:47 2014	(r366220)
@@ -2,13 +2,14 @@
 
 PORTNAME=	bcrypt-ruby
 PORTVERSION=	3.1.5
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Sophisticated and secure hash algorithm for passwords
 
-RUN_DEPENDS+=	bcrypt:${PORTSDIR}/security/bcrypt
+RUN_DEPENDS=	rubygem-bcrypt>=0:${PORTSDIR}/security/rubygem-bcrypt
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408261513.s7QFDmHU042128>