svn commit: r366711 - head/security/rubygem-omniauth

Steve Wills swills at FreeBSD.org
Sun Aug 31 03:03:58 UTC 2014


Author: swills
Date: Sun Aug 31 03:03:57 2014
New Revision: 366711
URL: http://svnweb.freebsd.org/changeset/ports/366711
QAT: https://qat.redports.org/buildarchive/r366711/

Log:
  security/rubygem-omniauth: correct dependency

Modified:
  head/security/rubygem-omniauth/Makefile

Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile	Sun Aug 31 02:54:28 2014	(r366710)
+++ head/security/rubygem-omniauth/Makefile	Sun Aug 31 03:03:57 2014	(r366711)
@@ -8,7 +8,7 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Generalized Rack framework for multiple-provider authentication
 
-RUN_DEPENDS=	rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
+RUN_DEPENDS=	rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack \
 		rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie
 
 USE_RUBY=	yes


More information about the svn-ports-head mailing list