diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-09-30 08:59:12 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-09-30 08:59:12 +0000 |
commit | b426bcba09f41b082fd2424f32882e888cb7875f (patch) | |
tree | 57c57dae3eac0ebb080998e5d10b67f619209d71 /www | |
parent | bba8bdb3437b253ecbd44420d69ed594831ecbdc (diff) | |
download | ports-b426bcba09f41b082fd2424f32882e888cb7875f.tar.gz ports-b426bcba09f41b082fd2424f32882e888cb7875f.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/gitlab/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 67a64cd40ee8..db0239e43c14 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -3,7 +3,7 @@ PORTNAME= gitlab PORTVERSION= 8.9.6 -PORTREVISiON= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= www devel diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 6c7f018cfeeb..8ed1724e8153 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -141,8 +141,9 @@ gem "sass-rails", '~> 5.0.0' gem "coffee-rails", '~> 4.1.0' -gem "uglifier", '~> 2.7.2' +-gem 'turbolinks', '~> 2.5.0' +gem "uglifier", '>= 2.7.2' - gem 'turbolinks', '~> 2.5.0' ++gem 'turbolinks', '>= 2.5.0' gem 'jquery-turbolinks', '~> 2.1.0' -gem 'addressable', '~> 2.3.8' |