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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 20:02:56 UTC 2015


Author: sunpoet
Date: Sat Jun 13 20:02:55 2015
New Revision: 389509
URL: https://svnweb.freebsd.org/changeset/ports/389509

Log:
  - Update RUN_DEPENDS: use newer rubygem-rack
  - Bump PORTREVISION for dependency change

Modified:
  head/security/rubygem-omniauth/Makefile

Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile	Sat Jun 13 20:02:51 2015	(r389508)
+++ head/security/rubygem-omniauth/Makefile	Sat Jun 13 20:02:55 2015	(r389509)
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Generalized Rack framework for 
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie \
-		rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
+		rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list