aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2023-09-27 07:20:09 +0000
committerXin LI <delphij@FreeBSD.org>2023-09-27 07:20:09 +0000
commitb1a9d2347baff250ea51e3fc7e6fecfc473a78eb (patch)
treeedbe73deae6523e11f3382bdc9284ceab10d712f
parent4f02c4db88bf1954c730373a361ce74cc1d10830 (diff)
downloadports-b1a9d2347baff250ea51e3fc7e6fecfc473a78eb.tar.gz
ports-b1a9d2347baff250ea51e3fc7e6fecfc473a78eb.zip
www/redmine50: Loosen version requirement for net-smtp.
PR: ports/274115 Approved by: maintainer (mikael)
-rw-r--r--www/redmine50/Makefile2
-rw-r--r--www/redmine50/files/patch-Gemfile13
2 files changed, 8 insertions, 7 deletions
diff --git a/www/redmine50/Makefile b/www/redmine50/Makefile
index c9752b46e63e..b0525eaeee3e 100644
--- a/www/redmine50/Makefile
+++ b/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
diff --git a/www/redmine50/files/patch-Gemfile b/www/redmine50/files/patch-Gemfile
index 126a1f19666f..8cc6dfad91c5 100644
--- a/www/redmine50/files/patch-Gemfile
+++ b/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'
@@ -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
@@ -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