aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-16 10:35:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-16 10:35:43 +0000
commit46454e9220b033aa0cdcfbefd6e55e2faaa1b503 (patch)
treee60bfe08ee540c57d79dc07b77457a36cc432163 /security/rubygem-omniauth
parent0ce571cc88432d1dfb7fa3243cc660e311bee332 (diff)
Notes
Diffstat (limited to 'security/rubygem-omniauth')
-rw-r--r--security/rubygem-omniauth/Makefile10
-rw-r--r--security/rubygem-omniauth/distinfo6
-rw-r--r--security/rubygem-omniauth/files/patch-gemspec11
3 files changed, 8 insertions, 19 deletions
diff --git a/security/rubygem-omniauth/Makefile b/security/rubygem-omniauth/Makefile
index 42ed9973fbe7..d3fade891e1f 100644
--- a/security/rubygem-omniauth/Makefile
+++ b/security/rubygem-omniauth/Makefile
@@ -1,12 +1,11 @@
# $FreeBSD$
PORTNAME= omniauth
-PORTVERSION= 1.8.1
-PORTREVISION= 1
+PORTVERSION= 1.9.0
CATEGORIES= security rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generalized Rack framework for multiple-provider authentication
LICENSE= MIT
@@ -15,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \
rubygem-rack>=1.6.2:www/rubygem-rack
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth/distinfo b/security/rubygem-omniauth/distinfo
index 101d4923ae05..ea4b6c61f3fa 100644
--- a/security/rubygem-omniauth/distinfo
+++ b/security/rubygem-omniauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514652809
-SHA256 (rubygem/omniauth-1.8.1.gem) = afbee730b76811af34884fc82b372ca9ecac631225a19707ddcdd58331c958d7
-SIZE (rubygem/omniauth-1.8.1.gem) = 20992
+TIMESTAMP = 1560671653
+SHA256 (rubygem/omniauth-1.9.0.gem) = 3dacae5daf73081b36553dc88ad16cc05cfea0ec2770f7d02cc02f74738026dc
+SIZE (rubygem/omniauth-1.9.0.gem) = 20992
diff --git a/security/rubygem-omniauth/files/patch-gemspec b/security/rubygem-omniauth/files/patch-gemspec
deleted file mode 100644
index 6bf2026a7da9..000000000000
--- a/security/rubygem-omniauth/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- omniauth.gemspec.orig 2018-08-14 14:58:59 UTC
-+++ omniauth.gemspec
-@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
- s.specification_version = 4
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-- s.add_runtime_dependency(%q<hashie>.freeze, [">= 3.4.6", "< 3.6.0"])
-+ s.add_runtime_dependency(%q<hashie>.freeze, [">= 3.4.6", "< 4"])
- s.add_runtime_dependency(%q<rack>.freeze, [">= 1.6.2", "< 3"])
- s.add_development_dependency(%q<bundler>.freeze, ["~> 1.14"])
- s.add_development_dependency(%q<rake>.freeze, ["~> 12.0"])