Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
3c6cd3e8
Commit
3c6cd3e8
authored
2 years ago
by
Mikael Urankar
Browse files
Options
Downloads
Patches
Plain Diff
www/redmine4: Update to 4.1.6
Changes:
https://www.redmine.org/projects/redmine/wiki/Changelog_4_1
parent
e012b71b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
www/redmine4/Makefile
+1
-2
1 addition, 2 deletions
www/redmine4/Makefile
www/redmine4/distinfo
+3
-3
3 additions, 3 deletions
www/redmine4/distinfo
www/redmine4/files/patch-Gemfile
+9
-8
9 additions, 8 deletions
www/redmine4/files/patch-Gemfile
with
13 additions
and
13 deletions
www/redmine4/Makefile
+
1
−
2
View file @
3c6cd3e8
PORTNAME
=
redmine
PORTVERSION
=
4.1.5
PORTREVISION
=
1
PORTVERSION
=
4.1.6
CATEGORIES
=
www
MASTER_SITES
=
https://www.redmine.org/releases/
PKGNAMESUFFIX
=
4
...
...
This diff is collapsed.
Click to expand it.
www/redmine4/distinfo
+
3
−
3
View file @
3c6cd3e8
TIMESTAMP = 16
33877816
SHA256 (redmine-4.1.
5
.tar.gz) =
624dfeab7db5cda35a03d791b5fa83a836717ca280856c51cd089ed638f8678e
SIZE (redmine-4.1.
5
.tar.gz) = 272
292
9
TIMESTAMP = 16
46389213
SHA256 (redmine-4.1.
6
.tar.gz) =
ad78999cb65ba2d1be344fdd582e4f24a9b97c88710ab217a954df437e04072f
SIZE (redmine-4.1.
6
.tar.gz) = 272
304
9
This diff is collapsed.
Click to expand it.
www/redmine4/files/patch-Gemfile
+
9
−
8
View file @
3c6cd3e8
--- Gemfile.orig 2021-04-22 10:46:10 UTC
+++ Gemfile
@@ -1,21 +1,21 @@
@@ -1,21 +1,21 @@
source 'https://rubygems.org'
source 'https://rubygems.org'
-ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
+ruby '>= 2.3.0', '< 2.8.0' if Bundler::VERSION >= '1.12.0'
gem "bundler", ">= 1.5.0"
-gem 'rails', '5.2.6'
+gem 'rails', '
~>
5.2.
5
'
-gem 'rails', '5.2.6
.2
'
+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')
gem "rouge", "~> 3.12.0"
...
...
@@ -28,16 +28,16 @@
gem "rbpdf", "~> 1.20.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -2
2
,7 +2
2
,7 @@
g
em 'tzinfo-data', platforms: [:mingw, :x64_mingw, :ms
@@ -2
3
,7 +2
3
,7 @@
g
roup :ldap do
# Optional gem for LDAP authentication
group :ldap do
- gem "net-ldap", "~> 0.16.0"
+ gem "net-ldap", "
~
> 0.17.0"
+ gem "net-ldap", ">
=
0.17.0"
end
# Optional gem for OpenID authentication
@@ -3
1
,6
6
+3
1
,6 @@
group :openid do
@@ -3
2
,6
7
+3
2
,6 @@
end
gem "rack-openid"
end
...
...
@@ -57,7 +57,8 @@
-require 'yaml'
-database_file = File.join(File.dirname(__FILE__), "config/database.yml")
-if File.exist?(database_file)
- database_config = YAML::load(ERB.new(IO.read(database_file)).result)
- yaml_config = ERB.new(IO.read(database_file)).result
- database_config = YAML.respond_to?(:unsafe_load) ? YAML.unsafe_load(yaml_config) : YAML.load(yaml_config)
- adapters = database_config.values.map {|c| c['adapter']}.compact.uniq
- if adapters.any?
- adapters.each do |adapter|
...
...
@@ -104,7 +105,7 @@
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
if File.exists?(local_gemfile)
eval_gemfile local_gemfile
@@ -
99
,4 +
39
,8 @@
end
@@ -
101
,4 +
40
,8 @@
Dir.glob File.expand_path("../plugins/*/{Gemfile,Plugi
# Load plugins' Gemfiles
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
eval_gemfile file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment