git: f840604c740b - main - www/redmine51: loosen roadie-rails requirement.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jun 2025 08:08:11 UTC
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f840604c740b4c868df7e82c25b0d37c6d9c94de
commit f840604c740b4c868df7e82c25b0d37c6d9c94de
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2025-06-02 08:06:02 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2025-06-02 08:06:02 +0000
www/redmine51: loosen roadie-rails requirement.
redmine5.1 is not officially supporting roadie-rails 3.3, but it
does work with it, so unbreak the port by tolerating a broader
ranger of version number.
Reported and tested by: David Gessel <gessel blackrosetech com>
---
www/redmine51/Makefile | 1 +
www/redmine51/files/patch-Gemfile | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/redmine51/Makefile b/www/redmine51/Makefile
index ae1d3e4f7c23..2e2d21b592d3 100644
--- a/www/redmine51/Makefile
+++ b/www/redmine51/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redmine
PORTVERSION= 5.1.8
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 51
diff --git a/www/redmine51/files/patch-Gemfile b/www/redmine51/files/patch-Gemfile
index e0a2e5fa4292..1a72c5cc27a2 100644
--- a/www/redmine51/files/patch-Gemfile
+++ b/www/redmine51/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2025-03-10 23:30:03 UTC
+--- Gemfile.orig 2025-04-20 07:25:01 UTC
+++ Gemfile
@@ -2,25 +2,25 @@ ruby '>= 2.7.0', '< 3.3.0'
@@ -11,7 +11,8 @@
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
- gem 'roadie-rails', '~> 3.1.0'
+-gem 'roadie-rails', '~> 3.1.0'
++gem 'roadie-rails', '>= 3.1'
gem 'marcel'
gem 'mail', '~> 2.8.1'
-gem 'nokogiri', Gem.ruby_version >= Gem::Version.new('3.1') ? '1.18.3' : '~> 1.15.7'