git: 7fe23d732a13 - main - www/redmine60: chase recent rubygems updates.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Sep 2025 07:32:40 UTC
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7fe23d732a13f21c95a4a80e914654758a9bd158
commit 7fe23d732a13f21c95a4a80e914654758a9bd158
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2025-09-14 07:32:33 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2025-09-14 07:32:33 +0000
www/redmine60: chase recent rubygems updates.
---
www/redmine60/Makefile | 2 +-
www/redmine60/files/patch-Gemfile | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/www/redmine60/Makefile b/www/redmine60/Makefile
index 7dd52a612ead..3bb5d52b158a 100644
--- a/www/redmine60/Makefile
+++ b/www/redmine60/Makefile
@@ -1,6 +1,6 @@
PORTNAME= redmine
PORTVERSION= 6.0.6
-PORTREVISION= 2
+PORTREVISION= 3
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 201855764eb4..fdb765a46a05 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -1,6 +1,11 @@
--- Gemfile.orig 2025-07-07 21:05:05 UTC
+++ Gemfile
-@@ -6,22 +6,22 @@ gem "actionpack-xml_parser"
+@@ -2,26 +2,26 @@ ruby '>= 3.1.0', '< 3.4.0'
+
+ ruby '>= 3.1.0', '< 3.4.0'
+
+-gem 'rails', '7.2.2.1'
++gem 'rails', '~> 7.2.2'
gem 'rouge', '~> 4.5'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
@@ -44,7 +49,7 @@
# Optional gem for LDAP authentication
group :ldap do
- gem 'net-ldap', '~> 0.17.0'
-+ gem 'net-ldap', '~> 0.19.0'
++ gem 'net-ldap', '>= 0.19'
end
# Optional gem for exporting the gantt to a PNG file