Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 12:49:34 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423910 - in head/www/gitlab: . files
Message-ID:  <201610131249.u9DCnYuN037176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Oct 13 12:49:34 2016
New Revision: 423910
URL: https://svnweb.freebsd.org/changeset/ports/423910

Log:
  www/gitlab: Use www/rubygem-turbolinks-classic instead of www/rubygem-turbolinks
  
  This fixes various problems with the issue-pages of GitLab
  
  PR:          213218
  Approved by: junovitch (mentor, implicit)

Modified:
  head/www/gitlab/Makefile
  head/www/gitlab/files/patch-Gemfile

Modified: head/www/gitlab/Makefile
==============================================================================
--- head/www/gitlab/Makefile	Thu Oct 13 12:40:18 2016	(r423909)
+++ head/www/gitlab/Makefile	Thu Oct 13 12:49:34 2016	(r423910)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gitlab
 PORTVERSION=	8.9.6
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www devel
 
@@ -121,7 +121,7 @@ RUN_DEPENDS=	git>=2.7.4:devel/git \
 	rubygem-sass-rails5>=5.0.0:textproc/rubygem-sass-rails5 \
 	rubygem-coffee-rails4>=4.1.0:devel/rubygem-coffee-rails4 \
 	rubygem-uglifier>=2.7.2:www/rubygem-uglifier \
-	rubygem-turbolinks>=2.5.0:www/rubygem-turbolinks \
+	rubygem-turbolinks-classic>=2.5.0:www/rubygem-turbolinks-classic \
 	rubygem-jquery-turbolinks>=2.1.0:www/rubygem-jquery-turbolinks \
 	rubygem-addressable>=2.3.8:www/rubygem-addressable \
 	rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Thu Oct 13 12:40:18 2016	(r423909)
+++ head/www/gitlab/files/patch-Gemfile	Thu Oct 13 12:49:34 2016	(r423910)
@@ -141,9 +141,8 @@
  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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610131249.u9DCnYuN037176>