diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-12-03 22:04:30 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-12-03 22:04:30 +0000 |
commit | 8f5df7ffc74271c00710e1843a0bd12ce5b36067 (patch) | |
tree | 3ec82234cb6d4b94a2ab5be309d6bd85b01a65f0 /www | |
parent | c5292f38d23616908d667ad64dbce2e6885f65e6 (diff) | |
download | ports-8f5df7ffc74271c00710e1843a0bd12ce5b36067.tar.gz ports-8f5df7ffc74271c00710e1843a0bd12ce5b36067.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/gitlab-ce/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab-ce/files/patch-Gemfile | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 1d84d895adc1..123d94685a3c 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -3,7 +3,7 @@ PORTNAME= gitlab-ce PORTVERSION= 11.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile index 6f2115c4e77c..283b9a1a70bd 100644 --- a/www/gitlab-ce/files/patch-Gemfile +++ b/www/gitlab-ce/files/patch-Gemfile @@ -1,5 +1,14 @@ --- Gemfile.orig 2018-11-26 22:36:34 UTC +++ Gemfile +@@ -6,7 +6,7 @@ end + gem_versions = {} + gem_versions['activerecord_sane_schema_dumper'] = rails5? ? '1.0' : '0.2' + gem_versions['default_value_for'] = rails5? ? '~> 3.0.5' : '~> 3.0.0' +-gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.10' ++gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.11' + gem_versions['rails-i18n'] = rails5? ? '~> 5.1' : '~> 4.0.9' + # --- The end of special code for migrating to Rails 5.0 --- + @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] |