summaryrefslogtreecommitdiff
path: root/www/redmine60
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine60')
-rw-r--r--www/redmine60/Makefile1
-rw-r--r--www/redmine60/files/patch-Gemfile3
2 files changed, 3 insertions, 1 deletions
diff --git a/www/redmine60/Makefile b/www/redmine60/Makefile
index fa4bd4c9b52e..e39a50af817e 100644
--- a/www/redmine60/Makefile
+++ b/www/redmine60/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redmine
PORTVERSION= 6.0.6
+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 87cf5257c8a2..cbc8a8e59fd3 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -14,8 +14,9 @@
gem 'rbpdf', '~> 1.21.4'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'
- gem 'propshaft', '~> 1.1.0'
+-gem 'propshaft', '~> 1.1.0'
-gem 'rack', '>= 3.1.3'
++gem 'propshaft', '>= 1.1.0'
+gem 'rack', '>= 3.0.0'
# Ruby Standard Gems