Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2016 21:42:52 -0400
From:      Steve Wills <swills@FreeBSD.org>
To:        Pierre Guinoiseau <pierre@guinoiseau.eu>, Torsten Zuehlsdorff <info@toco-domains.de>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ruby@freebsd.org
Subject:   Re: svn commit: r412530 - head/www/gitlab
Message-ID:  <5703181C.1060907@FreeBSD.org>
In-Reply-To: <20160405013244.GA23008@kyleck.sig11.fr>
References:  <201604042134.u34LYTN8023279@repo.freebsd.org> <20160405013244.GA23008@kyleck.sig11.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Ah, that's rather disappointing. Well, thanks for letting me know.
Torsten, do you have ideas? Or should we just mark it broken with ruby
2.2 and then only folks who build their own packages with 2.1 as default
will have it?

Steve

On 04/ 4/16 09:32 PM, Pierre Guinoiseau wrote:
> GitLab actually specifically needs Ruby 2.1. Ruby 2.2 and 2.3 are
> currently not supported according to documentation:
> https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md#2-ruby
> 
> On 04/04/2016 21:34:29, Steve Wills <swills@FreeBSD.org> wrote:
> 
>> Author: swills
>> Date: Mon Apr  4 21:34:29 2016
>> New Revision: 412530
>> URL: https://svnweb.freebsd.org/changeset/ports/412530
>>
>> Log:
>>   www/gitlab: remove unneeded dependency on ruby
>>
>> Modified:
>>   head/www/gitlab/Makefile
>>
>> Modified: head/www/gitlab/Makefile
>> ==============================================================================
>> --- head/www/gitlab/Makefile	Mon Apr  4 20:46:22 2016	(r412529)
>> +++ head/www/gitlab/Makefile	Mon Apr  4 21:34:29 2016	(r412530)
>> @@ -11,8 +11,7 @@ COMMENT=	Web GUI for managing git reposi
>>  
>>  LICENSE=	MIT
>>  
>> -BUILD_DEPENDS=	ruby>=2.1.8:lang/ruby21 \
>> -	gem:devel/ruby-gems
>> +BUILD_DEPENDS=	gem:devel/ruby-gems
>>  RUN_DEPENDS=	git>=2.4.3:devel/git \
>>  	gitlab-shell>=2.6.10:devel/gitlab-shell\
>>  	gitlab-workhorse>=0.6.4:www/gitlab-workhorse \
>> _______________________________________________
>> svn-ports-all@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
>> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
> 



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