Date: Sun, 17 Jan 2016 13:21:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406433 - in head/net/rubygem-gitlab_omniauth-ldap: . files Message-ID: <201601171321.u0HDLf4j014117@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 17 13:21:40 2016 New Revision: 406433 URL: https://svnweb.freebsd.org/changeset/ports/406433 Log: - Rename gemspec patch to patch-gemspec Sponsored by: PortsCamp Taiwan Added: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec - copied unchanged from r406432, head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec Deleted: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec Modified: head/net/rubygem-gitlab_omniauth-ldap/Makefile Modified: head/net/rubygem-gitlab_omniauth-ldap/Makefile ============================================================================== --- head/net/rubygem-gitlab_omniauth-ldap/Makefile Sun Jan 17 13:21:35 2016 (r406432) +++ head/net/rubygem-gitlab_omniauth-ldap/Makefile Sun Jan 17 13:21:40 2016 (r406433) @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-net-ldap>=0.9:${POR rubygem-rubyntlm>=0.3:${PORTSDIR}/net/rubygem-rubyntlm NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Copied: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (from r406432, head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec Sun Jan 17 13:21:40 2016 (r406433, copy of r406432, head/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec) @@ -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<omniauth>, ["~> 1.0"]) +- s.add_runtime_dependency(%q<net-ldap>, ["~> 0.9"]) ++ s.add_runtime_dependency(%q<net-ldap>, [">= 0.9"]) + s.add_runtime_dependency(%q<pyu-ruby-sasl>, ["~> 0.0.3.1"]) + s.add_runtime_dependency(%q<rubyntlm>, ["~> 0.3"]) + else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171321.u0HDLf4j014117>