git: fb5dece77c99 - main - www/redmine50: Fix build after rubygem-net-ldap update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Apr 2023 10:06:12 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb5dece77c99a06148dd8d43567b1d9177f08c7f
commit fb5dece77c99a06148dd8d43567b1d9177f08c7f
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-16 10:04:19 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-04-16 10:04:19 +0000
www/redmine50: Fix build after rubygem-net-ldap update
PR: 270793
Reported by: Oliver Haucke
---
www/redmine50/files/patch-Gemfile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/www/redmine50/files/patch-Gemfile b/www/redmine50/files/patch-Gemfile
index 55e7c3ee8080..126a1f19666f 100644
--- a/www/redmine50/files/patch-Gemfile
+++ b/www/redmine50/files/patch-Gemfile
@@ -32,8 +32,12 @@
gem 'net-pop', '~> 0.1.1'
# Rails 6.1.6.1 does not work with Pysch 3.0.2, which is installed by default with Ruby 2.5. See https://github.com/rails/rails/issues/45590
gem 'psych', '>= 3.1.0' if Gem.ruby_version < Gem::Version.new('2.6.0')
-@@ -37,82 +37,6 @@ end
- gem 'net-ldap', '~> 0.17.0'
+@@ -34,85 +34,9 @@ group :ldap do
+
+ # Optional gem for LDAP authentication
+ group :ldap do
+- gem 'net-ldap', '~> 0.17.0'
++ gem 'net-ldap', '>= 0.17.0'
end
-# Optional gem for exporting the gantt to a PNG file