Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 19:36:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427738 - in head/www/gitlab: . files
Message-ID:  <201612031936.uB3JatYa081692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  3 19:36:55 2016
New Revision: 427738
URL: https://svnweb.freebsd.org/changeset/ports/427738

Log:
  - Add LICENSE_FILE [1]
  - Fix gemspec for rubygem-grape 0.18.0 update
  - Remove .include <bsd.port.options.mk> [1]
  - Bump PORTREVISION for package change
  
  Approved by:	portmgr (blanket) [1]

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

Modified: head/www/gitlab/Makefile
==============================================================================
--- head/www/gitlab/Makefile	Sat Dec  3 19:36:50 2016	(r427737)
+++ head/www/gitlab/Makefile	Sat Dec  3 19:36:55 2016	(r427738)
@@ -4,12 +4,14 @@
 PORTNAME=	gitlab
 PORTVERSION=	8.11.11
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	tz@FreeBSD.org
 COMMENT=	Web GUI for managing git repositories
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	gem:devel/ruby-gems
 
@@ -169,8 +171,6 @@ GH_PROJECT=	gitlabhq
 USERS=	git
 GROUPS=	git
 
-.include <bsd.port.options.mk>
-
 NO_ARCH=	yes
 NO_BUILD=	yes
 

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Sat Dec  3 19:36:50 2016	(r427737)
+++ head/www/gitlab/files/patch-Gemfile	Sat Dec  3 19:36:55 2016	(r427738)
@@ -49,8 +49,9 @@
 +gem 'github-linguist', '>= 4.7.0', require: 'linguist'
  
  # API
- gem 'grape',        '~> 0.15.0'
+-gem 'grape',        '~> 0.15.0'
 -gem 'grape-entity', '~> 0.4.2'
++gem 'grape',        '>= 0.15.0'
 +gem 'grape-entity', '>= 0.4.2'
  gem 'rack-cors',    '~> 0.4.0', require: 'rack/cors'
  



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