svn commit: r406433 - in head/net/rubygem-gitlab_omniauth-ldap: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 17 13:21:42 UTC 2016
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
More information about the svn-ports-all
mailing list