Date: Wed, 27 Sep 2023 07:21:10 GMT From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b1a9d2347baf - main - www/redmine50: Loosen version requirement for net-smtp. Message-ID: <202309270721.38R7LARX071122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1a9d2347baff250ea51e3fc7e6fecfc473a78eb commit b1a9d2347baff250ea51e3fc7e6fecfc473a78eb Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2023-09-27 07:20:09 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2023-09-27 07:20:09 +0000 www/redmine50: Loosen version requirement for net-smtp. PR: ports/274115 Approved by: maintainer (mikael) --- www/redmine50/Makefile | 2 +- www/redmine50/files/patch-Gemfile | 13 +++++++------ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309270721.38R7LARX071122>