summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-03-06 06:35:01 +0000
committersunpoet <sunpoet@FreeBSD.org>2016-03-06 06:35:01 +0000
commit29c8b77bd05edc23a174e8461804f7f57cb35a1a (patch)
tree1b98d16e3ebb7c844e3e25cfb814cb1e8aa8d521
parentf5485438dc091a3416bb935d106616eb83b75d29 (diff)
downloadFreeBSD-ports-29c8b77bd05edc23a174e8461804f7f57cb35a1a.zip
FreeBSD-ports-29c8b77bd05edc23a174e8461804f7f57cb35a1a.tar.gz
- Update to 1.5.0
- Add LICENSE_FILE - Update WWW Changes: https://github.com/omniauth/omniauth-saml/releases
-rw-r--r--security/rubygem-omniauth-saml/Makefile8
-rw-r--r--security/rubygem-omniauth-saml/distinfo4
-rw-r--r--security/rubygem-omniauth-saml/files/patch-gemspec11
-rw-r--r--security/rubygem-omniauth-saml/pkg-descr2
4 files changed, 7 insertions, 18 deletions
diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile
index 2af882f..7783ca7 100644
--- a/security/rubygem-omniauth-saml/Makefile
+++ b/security/rubygem-omniauth-saml/Makefile
@@ -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
diff --git a/security/rubygem-omniauth-saml/distinfo b/security/rubygem-omniauth-saml/distinfo
index 3a9cd68..8dbdaf1 100644
--- a/security/rubygem-omniauth-saml/distinfo
+++ b/security/rubygem-omniauth-saml/distinfo
@@ -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
diff --git a/security/rubygem-omniauth-saml/files/patch-gemspec b/security/rubygem-omniauth-saml/files/patch-gemspec
deleted file mode 100644
index 2105d88..0000000
--- a/security/rubygem-omniauth-saml/files/patch-gemspec
+++ /dev/null
@@ -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"])
diff --git a/security/rubygem-omniauth-saml/pkg-descr b/security/rubygem-omniauth-saml/pkg-descr
index fb77a08..d75f441 100644
--- a/security/rubygem-omniauth-saml/pkg-descr
+++ b/security/rubygem-omniauth-saml/pkg-descr
@@ -1,3 +1,3 @@
A generic SAML strategy for OmniAuth
-WWW: https://github.com/PracticallyGreen/omniauth-saml
+WWW: https://github.com/omniauth/omniauth-saml
OpenPOWER on IntegriCloud