svn commit: r400529 - in head/security/rubygem-omniauth-saml: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 30 11:26:26 UTC 2015


Author: sunpoet
Date: Fri Oct 30 11:26:24 2015
New Revision: 400529
URL: https://svnweb.freebsd.org/changeset/ports/400529

Log:
  - Fix gemspec for rubygem-ruby-saml 1.1.0 update
  - Bump PORTREVISION for package change

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

Modified: head/security/rubygem-omniauth-saml/Makefile
==============================================================================
--- head/security/rubygem-omniauth-saml/Makefile	Fri Oct 30 11:26:20 2015	(r400528)
+++ head/security/rubygem-omniauth-saml/Makefile	Fri Oct 30 11:26:24 2015	(r400529)
@@ -3,6 +3,7 @@
 
 PORTNAME=	omniauth-saml
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Added: head/security/rubygem-omniauth-saml/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-omniauth-saml/files/patch-gemspec	Fri Oct 30 11:26:24 2015	(r400529)
@@ -0,0 +1,11 @@
+--- omniauth-saml.gemspec.orig	2015-10-28 21:31:39 UTC
++++ omniauth-saml.gemspec
+@@ -23,7 +23,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>, ["~> 1.1"])
+-      s.add_runtime_dependency(%q<ruby-saml>, ["~> 1.0.0"])
++      s.add_runtime_dependency(%q<ruby-saml>, [">= 1.0.0"])
+       s.add_development_dependency(%q<rspec>, ["~> 2.8"])
+       s.add_development_dependency(%q<simplecov>, ["~> 0.6"])
+       s.add_development_dependency(%q<rack-test>, ["~> 0.6"])


More information about the svn-ports-head mailing list