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-Gemfile6
2 files changed, 5 insertions, 2 deletions
diff --git a/www/redmine60/Makefile b/www/redmine60/Makefile
index fa4bd4c9b52e..7dd52a612ead 100644
--- a/www/redmine60/Makefile
+++ b/www/redmine60/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redmine
PORTVERSION= 6.0.6
+PORTREVISION= 2
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..201855764eb4 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -13,9 +13,11 @@
gem 'i18n', '~> 1.14.1'
gem 'rbpdf', '~> 1.21.4'
gem 'addressable'
- gem 'rubyzip', '~> 2.3.0'
- gem 'propshaft', '~> 1.1.0'
+-gem 'rubyzip', '~> 2.3.0'
+-gem 'propshaft', '~> 1.1.0'
-gem 'rack', '>= 3.1.3'
++gem 'rubyzip', '>= 2.3.0'
++gem 'propshaft', '>= 1.1.0'
+gem 'rack', '>= 3.0.0'
# Ruby Standard Gems