Skip to content

Commit

Permalink
www/redmine4: Update to 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelUrankar committed Mar 31, 2022
1 parent 0f91426 commit 8aff9d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions www/redmine4/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= redmine
PORTVERSION= 4.1.6
PORTREVISION= 1
PORTVERSION= 4.1.7
CATEGORIES= www
MASTER_SITES= https://www.redmine.org/releases/
PKGNAMESUFFIX= 4
Expand Down
6 changes: 3 additions & 3 deletions www/redmine4/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1646389213
SHA256 (redmine-4.1.6.tar.gz) = ad78999cb65ba2d1be344fdd582e4f24a9b97c88710ab217a954df437e04072f
SIZE (redmine-4.1.6.tar.gz) = 2723049
TIMESTAMP = 1648644318
SHA256 (redmine-4.1.7.tar.gz) = bf56cade5d0a6623af590652bffe2865208f399fe77746d4e1bbd9d1a995a38a
SIZE (redmine-4.1.7.tar.gz) = 2723718
2 changes: 1 addition & 1 deletion www/redmine4/files/patch-Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
+ruby '>= 2.3.0', '< 2.8.0' if Bundler::VERSION >= '1.12.0'
gem "bundler", ">= 1.5.0"

-gem 'rails', '5.2.6.2'
-gem 'rails', '5.2.6.3'
+gem 'rails', '~> 5.2.6'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
Expand Down

0 comments on commit 8aff9d0

Please sign in to comment.