svn commit: r366220 - head/security/rubygem-bcrypt-ruby

Steve Wills swills at FreeBSD.org
Tue Aug 26 15:13:48 UTC 2014


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 at 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


More information about the svn-ports-head mailing list