svn commit: r445530 - in head/net/rubygem-omniauth-openid: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 11 17:03:20 UTC 2017


Author: sunpoet
Date: Tue Jul 11 17:03:18 2017
New Revision: 445530
URL: https://svnweb.freebsd.org/changeset/ports/445530

Log:
  Fix gemspec for rubygem-rack-openid 1.4.2 update (r366029)
  
  - Bump PORTREVISION for package change

Added:
  head/net/rubygem-omniauth-openid/files/
  head/net/rubygem-omniauth-openid/files/patch-gemspec   (contents, props changed)
Modified:
  head/net/rubygem-omniauth-openid/Makefile

Modified: head/net/rubygem-omniauth-openid/Makefile
==============================================================================
--- head/net/rubygem-omniauth-openid/Makefile	Tue Jul 11 17:03:13 2017	(r445529)
+++ head/net/rubygem-omniauth-openid/Makefile	Tue Jul 11 17:03:18 2017	(r445530)
@@ -3,6 +3,7 @@
 
 PORTNAME=	omniauth-openid
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Added: head/net/rubygem-omniauth-openid/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-openid/files/patch-gemspec	Tue Jul 11 17:03:18 2017	(r445530)
@@ -0,0 +1,11 @@
+--- omniauth-openid.gemspec.orig	2017-07-11 09:32:11 UTC
++++ omniauth-openid.gemspec
+@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
+ 
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+       s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0"])
+-      s.add_runtime_dependency(%q<rack-openid>.freeze, ["~> 1.3.1"])
++      s.add_runtime_dependency(%q<rack-openid>.freeze, [">= 1.3.1"])
+       s.add_development_dependency(%q<rack-test>.freeze, ["~> 0.5"])
+       s.add_development_dependency(%q<rake>.freeze, ["~> 0.8"])
+       s.add_development_dependency(%q<rdiscount>.freeze, ["~> 1.6"])


More information about the svn-ports-all mailing list