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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 5 07:19:20 UTC 2016


Author: sunpoet
Date: Mon Dec  5 07:19:18 2016
New Revision: 427849
URL: https://svnweb.freebsd.org/changeset/ports/427849

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	Mon Dec  5 07:19:14 2016	(r427848)
+++ head/security/rubygem-omniauth/Makefile	Mon Dec  5 07:19:18 2016	(r427849)
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-hashie>=1.2:devel/rubygem-hashie \
-		rubygem-rack16>=1.0:www/rubygem-rack16
+		rubygem-rack>=1.0:www/rubygem-rack
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list