svn commit: r460043 - in head/www/gitlab: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 26 18:13:39 UTC 2018


Author: sunpoet
Date: Fri Jan 26 18:13:35 2018
New Revision: 460043
URL: https://svnweb.freebsd.org/changeset/ports/460043

Log:
  Fix Gemfile for rubygem-grape-entity 0.7.0 update
  
  - Bump PORTREVISION for package change

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

Modified: head/www/gitlab/Makefile
==============================================================================
--- head/www/gitlab/Makefile	Fri Jan 26 18:13:30 2018	(r460042)
+++ head/www/gitlab/Makefile	Fri Jan 26 18:13:35 2018	(r460043)
@@ -4,6 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	10.1.6
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	idefix at fechner.net

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Fri Jan 26 18:13:30 2018	(r460042)
+++ head/www/gitlab/files/patch-Gemfile	Fri Jan 26 18:13:35 2018	(r460043)
@@ -64,7 +64,7 @@
  gem 'akismet', '~> 2.0'
  
  # Two-factor authentication
-@@ -73,7 +73,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
+@@ -73,11 +73,11 @@ gem 'gollum-lib', '~> 4.2', require: fal
  gem 'gollum-rugged_adapter', '~> 0.4.4', require: false
  
  # Language detection
@@ -73,6 +73,11 @@
  
  # API
  gem 'grape', '~> 1.0'
+-gem 'grape-entity', '~> 0.6.0'
++gem 'grape-entity', '~> 0.6'
+ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
+ 
+ # Disable strong_params so that Mash does not respond to :permitted?
 @@ -87,25 +87,25 @@ gem 'hashie-forbidden_attributes'
  gem 'kaminari', '~> 1.0'
  


More information about the svn-ports-head mailing list