summaryrefslogtreecommitdiff
path: root/www/redmine60
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine60')
-rw-r--r--www/redmine60/Makefile4
-rw-r--r--www/redmine60/distinfo6
-rw-r--r--www/redmine60/files/patch-Gemfile12
-rw-r--r--www/redmine60/pkg-plist1
4 files changed, 13 insertions, 10 deletions
diff --git a/www/redmine60/Makefile b/www/redmine60/Makefile
index 5a0a329afaaf..fa4bd4c9b52e 100644
--- a/www/redmine60/Makefile
+++ b/www/redmine60/Makefile
@@ -1,5 +1,5 @@
PORTNAME= redmine
-PORTVERSION= 6.0.5
+PORTVERSION= 6.0.6
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 60
@@ -90,7 +90,7 @@ post-extract:
@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
@${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample
-Xpost-patch:
+post-patch:
@${RM} ${WRKSRC}/Gemfile.orig
do-install:
diff --git a/www/redmine60/distinfo b/www/redmine60/distinfo
index 26d542744be1..ad299fe167e2 100644
--- a/www/redmine60/distinfo
+++ b/www/redmine60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745208809
-SHA256 (redmine-6.0.5.tar.gz) = 94dcc53115e0581ac46e60c3ed9318f1926ce464babbb385e5236217d1e6a64e
-SIZE (redmine-6.0.5.tar.gz) = 4064357
+TIMESTAMP = 1751960857
+SHA256 (redmine-6.0.6.tar.gz) = b7ac2d28893806b8f4fbd1480b714be546614e830e2029d47a0bf26a352bb3fa
+SIZE (redmine-6.0.6.tar.gz) = 4068009
diff --git a/www/redmine60/files/patch-Gemfile b/www/redmine60/files/patch-Gemfile
index c454791e5f8f..87cf5257c8a2 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2025-03-10 23:30:05 UTC
+--- Gemfile.orig 2025-07-07 21:05:05 UTC
+++ Gemfile
@@ -6,22 +6,22 @@ gem "actionpack-xml_parser"
gem 'rouge', '~> 4.5'
@@ -11,7 +11,7 @@
-gem 'nokogiri', '~> 1.18.3'
+gem 'nokogiri', '>= 1.18.3'
gem 'i18n', '~> 1.14.1'
- gem 'rbpdf', '~> 1.21.3'
+ gem 'rbpdf', '~> 1.21.4'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'
gem 'propshaft', '~> 1.1.0'
@@ -20,11 +20,11 @@
# Ruby Standard Gems
-gem 'csv', '~> 3.2.8'
--gem 'net-imap', '~> 0.4.8'
+-gem 'net-imap', '~> 0.4.20'
-gem 'net-pop', '~> 0.1.2'
-gem 'net-smtp', '~> 0.4.0'
+gem 'csv', '>= 3.2.8'
-+gem 'net-imap', '>= 0.4.8'
++gem 'net-imap', '>= 0.4.20'
+gem 'net-pop', '>= 0.1.2'
+gem 'net-smtp', '>= 0.4.0'
@@ -59,15 +59,17 @@
end
# Include database gems for the adapters found in the database
-@@ -110,10 +110,9 @@ group :test do
+@@ -110,11 +110,10 @@ group :test do
gem "capybara", ">= 3.39"
gem 'selenium-webdriver', '>= 4.11.0'
# RuboCop
- gem 'rubocop', '~> 1.68.0', require: false
+- gem 'rubocop-ast', '~> 1.40.0', require: false
- gem 'rubocop-performance', '~> 1.22.0', require: false
- gem 'rubocop-rails', '~> 2.27.0', require: false
- gem 'bundle-audit', require: false
+ gem 'rubocop', '>= 1.68.0', require: false
++ gem 'rubocop-ast', '>= 1.40.0', require: false
+ gem 'rubocop-performance', '>= 1.22.0', require: false
+ gem 'rubocop-rails', '>= 2.27.0', require: false
end
diff --git a/www/redmine60/pkg-plist b/www/redmine60/pkg-plist
index 28c31fea750c..e1139fbc7129 100644
--- a/www/redmine60/pkg-plist
+++ b/www/redmine60/pkg-plist
@@ -87,6 +87,7 @@
%%WWWDIR%%/app/assets/images/help.png
%%WWWDIR%%/app/assets/images/history.png
%%WWWDIR%%/app/assets/images/hourglass.png
+%%WWWDIR%%/app/assets/images/hourglass-empty.svg
%%WWWDIR%%/app/assets/images/icons.svg
%%WWWDIR%%/app/assets/images/jstoolbar/bold.svg
%%WWWDIR%%/app/assets/images/jstoolbar/bt_bq.png