Index: head/net/rubygem-gitlab_omniauth-ldap/Makefile =================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/Makefile (revision 387502) +++ head/net/rubygem-gitlab_omniauth-ldap/Makefile (revision 387503) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= gitlab_omniauth-ldap -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= LDAP strategy for OmniAuth -RUN_DEPENDS= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-net-ldap>=0.9:${PORTSDIR}/net/rubygem-net-ldap \ rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \ - rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm + rubygem-rubyntlm>=0.3:${PORTSDIR}/net/rubygem-rubyntlm USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/net/rubygem-gitlab_omniauth-ldap/distinfo =================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/distinfo (revision 387502) +++ head/net/rubygem-gitlab_omniauth-ldap/distinfo (revision 387503) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab_omniauth-ldap-1.1.0.gem) = 07df91c1993de0e5fa2fda845e2109e7b0bce228960bf41f770350873e82fa2e -SIZE (rubygem/gitlab_omniauth-ldap-1.1.0.gem) = 12800 +SHA256 (rubygem/gitlab_omniauth-ldap-1.2.1.gem) = 311b14ca8bc92e217390bbbfa1b83ba50780f8b41957e8fc8b99ee7d4af46ded +SIZE (rubygem/gitlab_omniauth-ldap-1.2.1.gem) = 12800 Index: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec =================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (revision 387502) +++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (nonexistent) @@ -1,11 +0,0 @@ ---- gitlab_omniauth-ldap.gemspec.orig 2014-12-01 04:29:00.000000000 +0000 -+++ gitlab_omniauth-ldap.gemspec 2014-12-01 04:29:29.000000000 +0000 -@@ -25,7 +25,7 @@ - s.add_runtime_dependency(%q, ["~> 1.0"]) - s.add_runtime_dependency(%q, ["~> 0.7.0"]) - s.add_runtime_dependency(%q, ["~> 0.0.3.1"]) -- s.add_runtime_dependency(%q, ["~> 0.1.1"]) -+ s.add_runtime_dependency(%q, ["~> 0.4.0"]) - else - s.add_dependency(%q, ["~> 1.0"]) - s.add_dependency(%q, ["~> 0.7.0"]) Property changes on: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec =================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec (nonexistent) +++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec (revision 387503) @@ -0,0 +1,11 @@ +--- gitlab_omniauth-ldap.gemspec.orig 2015-05-23 14:49:06 UTC ++++ gitlab_omniauth-ldap.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, ["~> 1.0"]) +- s.add_runtime_dependency(%q, ["~> 0.9"]) ++ s.add_runtime_dependency(%q, [">= 0.9"]) + s.add_runtime_dependency(%q, ["~> 0.0.3.1"]) + s.add_runtime_dependency(%q, ["~> 0.3"]) + else Property changes on: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property