diff options
author | tz <tz@FreeBSD.org> | 2016-09-30 16:59:12 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-09-30 16:59:12 +0800 |
commit | d77731f08044cc395b57219057607f521e3f3878 (patch) | |
tree | 57c57dae3eac0ebb080998e5d10b67f619209d71 /www/gitlab | |
parent | 14d1a37eecf827893a3f3f231e6944a955cdf55d (diff) | |
download | freebsd-ports-gnome-d77731f08044cc395b57219057607f521e3f3878.tar.gz freebsd-ports-gnome-d77731f08044cc395b57219057607f521e3f3878.tar.zst freebsd-ports-gnome-d77731f08044cc395b57219057607f521e3f3878.zip |
www/gitlab: Unbreak after update of www/rubygem-turbolinks
Approved by: junovitch (mentor, implicit)
Diffstat (limited to 'www/gitlab')
-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' |