summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-08-13 17:37:51 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-08-13 17:37:51 +0000
commit35c24ba64af1d8d5fccb33426cb5318c9f882bd9 (patch)
tree4ff8ed9b5036c9b37c8d53c31ea3a486582a0a95
parented3cb5c6fccf5d0c5a7f5cfee0e2ad89c0331bdb (diff)
downloadFreeBSD-ports-35c24ba64af1d8d5fccb33426cb5318c9f882bd9.zip
FreeBSD-ports-35c24ba64af1d8d5fccb33426cb5318c9f882bd9.tar.gz
- Update to 1.4.1
Changes: https://github.com/PracticallyGreen/omniauth-saml/releases
-rw-r--r--security/rubygem-omniauth-saml/Makefile4
-rw-r--r--security/rubygem-omniauth-saml/distinfo4
-rw-r--r--security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec11
3 files changed, 4 insertions, 15 deletions
diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile
index ad68d63..df72e19 100644
--- a/security/rubygem-omniauth-saml/Makefile
+++ b/security/rubygem-omniauth-saml/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= omniauth-saml
-PORTVERSION= 1.3.1
+PORTVERSION= 1.4.1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -12,7 +12,7 @@ COMMENT= OmniAuth strategy for SAML
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \
- rubygem-ruby-saml>=0.8.1:${PORTSDIR}/security/rubygem-ruby-saml
+ rubygem-ruby-saml>=1.0.0:${PORTSDIR}/security/rubygem-ruby-saml
NO_ARCH= yes
USE_RUBY= yes
diff --git a/security/rubygem-omniauth-saml/distinfo b/security/rubygem-omniauth-saml/distinfo
index e3cf597..3a9cd68 100644
--- a/security/rubygem-omniauth-saml/distinfo
+++ b/security/rubygem-omniauth-saml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-saml-1.3.1.gem) = 41d23d263f928b8b301c4a1a02e7a7a917952665d0f79d3bf587cd99f83d8a85
-SIZE (rubygem/omniauth-saml-1.3.1.gem) = 9728
+SHA256 (rubygem/omniauth-saml-1.4.1.gem) = 38db2130940982c0eae757194ba16c400adc58f4dded517c98620e367393538a
+SIZE (rubygem/omniauth-saml-1.4.1.gem) = 10752
diff --git a/security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec b/security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec
deleted file mode 100644
index b18c056..0000000
--- a/security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- omniauth-saml.gemspec.orig 2015-07-06 11:43:34 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>, ["~> 0.8.1"])
-+ s.add_runtime_dependency(%q<ruby-saml>, [">= 0.8.1"])
- 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"])
OpenPOWER on IntegriCloud