diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-16 18:18:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-16 18:18:25 +0000 |
commit | 168eac803a1c0f0fd8ecd69ddad677a2ece1ac34 (patch) | |
tree | eb5235b446797b7d7d5d8f272e9edd98b9894376 /security/rubygem-omniauth-cas3 | |
parent | 3162437c6df72b7297a2b6f5664f4e2023ad22aa (diff) |
Notes
Diffstat (limited to 'security/rubygem-omniauth-cas3')
-rw-r--r-- | security/rubygem-omniauth-cas3/Makefile | 5 | ||||
-rw-r--r-- | security/rubygem-omniauth-cas3/distinfo | 5 | ||||
-rw-r--r-- | security/rubygem-omniauth-cas3/files/patch-gemspec | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/security/rubygem-omniauth-cas3/Makefile b/security/rubygem-omniauth-cas3/Makefile index dc4348d00b44..ff780e4c31a8 100644 --- a/security/rubygem-omniauth-cas3/Makefile +++ b/security/rubygem-omniauth-cas3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= omniauth-cas3 -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \ - rubygem-nokogiri>=1.6.6:textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.7.1:textproc/rubygem-nokogiri \ rubygem-omniauth>=1.2:security/rubygem-omniauth NO_ARCH= yes diff --git a/security/rubygem-omniauth-cas3/distinfo b/security/rubygem-omniauth-cas3/distinfo index 618d120cf70a..942149eb8ce0 100644 --- a/security/rubygem-omniauth-cas3/distinfo +++ b/security/rubygem-omniauth-cas3/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f -SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872 +TIMESTAMP = 1494936612 +SHA256 (rubygem/omniauth-cas3-1.1.4.gem) = fd6151039fc0cb1ca8914d3b6ddeb05ce484101bb2bbee49f1b5ca46aa242ba4 +SIZE (rubygem/omniauth-cas3-1.1.4.gem) = 15872 diff --git a/security/rubygem-omniauth-cas3/files/patch-gemspec b/security/rubygem-omniauth-cas3/files/patch-gemspec deleted file mode 100644 index ebfe3350b54a..000000000000 --- a/security/rubygem-omniauth-cas3/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- omniauth-cas3.gemspec.orig 2017-01-03 18:40:32 UTC -+++ omniauth-cas3.gemspec -@@ -22,7 +22,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>.freeze, ["~> 1.2"]) -- s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.6.6"]) -+ s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.6.6"]) - s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3"]) - s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"]) - s.add_development_dependency(%q<webmock>.freeze, ["~> 1.19.0"]) |