aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2023-03-08 07:29:26 +0000
committerMikael Urankar <mikael@FreeBSD.org>2023-03-24 07:15:48 +0000
commitaa37a91082846ede23d58b0bbc06602d6ed6a0c7 (patch)
tree0b98a46b325a2c4676741d7acdf94c65ab4c1437
parentaa674ca92355e09c23c436277c0456e28aa9bd6f (diff)
downloadports-aa37a91082846ede23d58b0bbc06602d6ed6a0c7.tar.gz
ports-aa37a91082846ede23d58b0bbc06602d6ed6a0c7.zip
www/redmine42: Update to 4.2.10
-rw-r--r--www/redmine42/Makefile2
-rw-r--r--www/redmine42/distinfo7
-rw-r--r--www/redmine42/files/patch-Gemfile12
3 files changed, 12 insertions, 9 deletions
diff --git a/www/redmine42/Makefile b/www/redmine42/Makefile
index 818507fb995d..63f27b93cf2e 100644
--- a/www/redmine42/Makefile
+++ b/www/redmine42/Makefile
@@ -1,5 +1,5 @@
PORTNAME= redmine
-PORTVERSION= 4.2.9
+PORTVERSION= 4.2.10
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 42
diff --git a/www/redmine42/distinfo b/www/redmine42/distinfo
index 972ecb41f8d9..47255b4ffc8f 100644
--- a/www/redmine42/distinfo
+++ b/www/redmine42/distinfo
@@ -1,3 +1,4 @@
-TIMESTAMP = 1671040311
-SHA256 (redmine-4.2.9.tar.gz) = d38741345f6efd10c079898093b259d8dc4dcd8e41dfc4f64649685ae7a8cb1e
-SIZE (redmine-4.2.9.tar.gz) = 3043566
+TIMESTAMP = 1678193211
+SHA256 (redmine-4.2.10.tar.gz) = 6f26388c23892962552ca491d5efedabd42dac88861dd9d80bc33458f65be1e9
+SIZE (redmine-4.2.10.tar.gz) = 3045016
+
diff --git a/www/redmine42/files/patch-Gemfile b/www/redmine42/files/patch-Gemfile
index 47ca27fa0ea4..76713d0a0da0 100644
--- a/www/redmine42/files/patch-Gemfile
+++ b/www/redmine42/files/patch-Gemfile
@@ -1,5 +1,5 @@
---- Gemfile.orig 2022-10-02 20:10:08 UTC
-+++ Gemfile
+--- Gemfile.orig 2023-03-07 15:56:46.684852000 +0100
++++ Gemfile 2023-03-07 16:31:58.091377000 +0100
@@ -6,14 +6,14 @@ gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::
gem 'rails', '5.2.8.1'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
@@ -18,15 +18,17 @@
gem 'nokogiri', (if Gem.ruby_version < Gem::Version.new('2.5.0')
'~> 1.10.10'
elsif Gem.ruby_version < Gem::Version.new('2.6.0')
-@@ -21,7 +21,7 @@ gem 'nokogiri', (if Gem.ruby_version < Gem::Version.ne
+@@ -21,8 +21,8 @@ gem 'nokogiri', (if Gem.ruby_version < Gem::Version.ne
else
- '~> 1.13.6'
+ '~> 1.13.10'
end)
-gem 'i18n', '~> 1.8.2'
+-gem 'rbpdf', '~> 1.21.0'
+gem 'i18n', '>= 1.8.2'
- gem "rbpdf", "~> 1.20.0"
++gem 'rbpdf', '>= 1.20.0'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'
+ gem 'psych', '~> 3.1' if Gem.ruby_version < Gem::Version.new('2.6.0')
@@ -45,75 +45,11 @@ end
gem "rack-openid"
end