Index: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec =================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (revision 439398) +++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (nonexistent) @@ -1,11 +0,0 @@ ---- gitlab_omniauth-ldap.gemspec.orig 2016-03-28 14:25:45.658279000 +0000 -+++ gitlab_omniauth-ldap.gemspec 2016-03-28 14:33:52.171193000 +0000 -@@ -23,7 +23,7 @@ - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) -- s.add_runtime_dependency(%q.freeze, ["~> 0.9"]) -+ s.add_runtime_dependency(%q.freeze, [">= 0.9"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.0.3.1"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.3"]) - else 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/Makefile =================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/Makefile (revision 439398) +++ head/net/rubygem-gitlab_omniauth-ldap/Makefile (revision 439399) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= gitlab_omniauth-ldap PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= LDAP strategy for OmniAuth LICENSE= MIT RUN_DEPENDS= rubygem-net-ldap>=0.9:net/rubygem-net-ldap \ rubygem-omniauth>=1.0:security/rubygem-omniauth \ rubygem-pyu-ruby-sasl>=0.0.3.1:security/rubygem-pyu-ruby-sasl \ rubygem-rubyntlm>=0.3:net/rubygem-rubyntlm NO_ARCH= yes USE_RUBY= yes USES= gem .include