svn commit: r430510 - in head/security/rubygem-omniauth-cas3: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 3 18:45:46 UTC 2017


Author: sunpoet
Date: Tue Jan  3 18:45:44 2017
New Revision: 430510
URL: https://svnweb.freebsd.org/changeset/ports/430510

Log:
  Fix gemspec for rubygem-nokogiri 1.7.0 update (r430126)
  
  - Bump PORTREVISION for package change

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

Modified: head/security/rubygem-omniauth-cas3/Makefile
==============================================================================
--- head/security/rubygem-omniauth-cas3/Makefile	Tue Jan  3 18:43:18 2017	(r430509)
+++ head/security/rubygem-omniauth-cas3/Makefile	Tue Jan  3 18:45:44 2017	(r430510)
@@ -3,6 +3,7 @@
 
 PORTNAME=	omniauth-cas3
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Added: head/security/rubygem-omniauth-cas3/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-omniauth-cas3/files/patch-gemspec	Tue Jan  3 18:45:44 2017	(r430510)
@@ -0,0 +1,11 @@
+--- omniauth-cas3.gemspec.orig	2017-01-03 18:40:32 UTC
++++ omniauth-cas3.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.2"])
+-      s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.6.6"])
++      s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.6.6"])
+       s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3"])
+       s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
+       s.add_development_dependency(%q<webmock>.freeze, ["~> 1.19.0"])


More information about the svn-ports-head mailing list