Skip to content

Commit

Permalink
www/redmine50: Loosen version requirement for net-smtp.
Browse files Browse the repository at this point in the history
PR:		ports/274115
Approved by:	maintainer (mikael)
  • Loading branch information
delphij committed Sep 27, 2023
1 parent 4f02c4d commit b1a9d23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion www/redmine50/Makefile
@@ -1,6 +1,6 @@
PORTNAME= redmine
PORTVERSION= 5.0.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 50
Expand Down
13 changes: 7 additions & 6 deletions www/redmine50/files/patch-Gemfile
@@ -1,6 +1,6 @@
--- Gemfile.orig 2023-03-07 15:50:05.013891000 +0100
+++ Gemfile 2023-03-08 09:01:06.479289000 +0100
@@ -3,24 +3,24 @@ gem 'bundler', '>= 1.12.0'
--- Gemfile.orig 2023-03-05 21:35:36 UTC
+++ Gemfile
@@ -3,24 +3,24 @@ source 'https://rubygems.org'
ruby '>= 2.5.0', '< 3.2.0'
gem 'bundler', '>= 1.12.0'

Expand All @@ -26,13 +26,14 @@
+gem 'rbpdf', '>= 1.21.0'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'
gem 'net-smtp', '~> 0.3.0'
-gem 'net-smtp', '~> 0.3.0'
-gem 'net-imap', '~> 0.2.2'
+gem 'net-smtp', '>= 0.3.0'
+gem 'net-imap', '>= 0.2.2'
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')
@@ -34,85 +34,9 @@ group :ldap do
@@ -34,85 +34,9 @@ gem 'rqrcode'

# Optional gem for LDAP authentication
group :ldap do
Expand Down Expand Up @@ -119,7 +120,7 @@
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
if File.exist?(local_gemfile)
eval_gemfile local_gemfile
@@ -121,4 +45,8 @@ Dir.glob File.expand_path("../plugins/*/{Gemfile,Plugi
@@ -121,4 +45,8 @@ end
# Load plugins' Gemfiles
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
eval_gemfile file
Expand Down

0 comments on commit b1a9d23

Please sign in to comment.