- Update to 1.5.0
- Add LICENSE_FILE - Update WWW Changes: https://github.com/omniauth/omniauth-saml/releases
This commit is contained in:
parent
e79e47875b
commit
2013e5ae3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410392
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniauth-saml
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,9 +10,10 @@ MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= OmniAuth strategy for SAML
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \
|
||||
rubygem-ruby-saml>=1.0.0:${PORTSDIR}/security/rubygem-ruby-saml
|
||||
RUN_DEPENDS= rubygem-omniauth>=1.3:${PORTSDIR}/security/rubygem-omniauth \
|
||||
rubygem-ruby-saml>=1.1.1:${PORTSDIR}/security/rubygem-ruby-saml
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/omniauth-saml-1.4.1.gem) = 38db2130940982c0eae757194ba16c400adc58f4dded517c98620e367393538a
|
||||
SIZE (rubygem/omniauth-saml-1.4.1.gem) = 10752
|
||||
SHA256 (rubygem/omniauth-saml-1.5.0.gem) = c14200903dea99c78d212bcb6be98dec5de83871f87e8acc40d2418876482fc6
|
||||
SIZE (rubygem/omniauth-saml-1.5.0.gem) = 12288
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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"])
|
@ -1,3 +1,3 @@
|
||||
A generic SAML strategy for OmniAuth
|
||||
|
||||
WWW: https://github.com/PracticallyGreen/omniauth-saml
|
||||
WWW: https://github.com/omniauth/omniauth-saml
|
||||
|
Loading…
Reference in New Issue
Block a user