git: 3916e142be60 - main - www/redmine60: Allow build with ruby34
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 16:55:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3916e142be608259b5abcf9faa81813aee68e448
commit 3916e142be608259b5abcf9faa81813aee68e448
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:44 +0000
www/redmine60: Allow build with ruby34
- Bump PORTREVISION for package change
PR: 292489
Approved by: delphij (maintainer)
---
www/redmine60/Makefile | 1 +
www/redmine60/files/patch-Gemfile | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/www/redmine60/Makefile b/www/redmine60/Makefile
index e7585ba13adc..f6c90fb30ac6 100644
--- a/www/redmine60/Makefile
+++ b/www/redmine60/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redmine
PORTVERSION= 6.0.8
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 60
diff --git a/www/redmine60/files/patch-Gemfile b/www/redmine60/files/patch-Gemfile
index e62230584f80..1235b3201d52 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -1,8 +1,10 @@
--- Gemfile.orig 2026-01-06 02:25:03 UTC
+++ Gemfile
-@@ -2,26 +2,26 @@ ruby '>= 3.1.0', '< 3.4.0'
+@@ -1,27 +1,27 @@ source 'https://rubygems.org'
+ source 'https://rubygems.org'
- ruby '>= 3.1.0', '< 3.4.0'
+-ruby '>= 3.1.0', '< 3.4.0'
++ruby '>= 3.1.0', '< 4.0.0'
-gem 'rails', '7.2.3'
+gem 'rails', '~> 7.2.3'