Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 11:26:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400529 - in head/security/rubygem-omniauth-saml: . files
Message-ID:  <201510301126.t9UBQOiI093624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510301126.t9UBQOiI093624>