From owner-freebsd-ruby@freebsd.org Thu Apr 14 08:58:40 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12B14B0FD62 for ; Thu, 14 Apr 2016 08:58:40 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id F3DAB1E58 for ; Thu, 14 Apr 2016 08:58:39 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id F33E6B0FD61; Thu, 14 Apr 2016 08:58:39 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2B8DB0FD60; Thu, 14 Apr 2016 08:58:39 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BACEA1E56; Thu, 14 Apr 2016 08:58:39 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 534C21AAF0BC; Thu, 14 Apr 2016 10:58:31 +0200 (CEST) Subject: Re: svn commit: r412530 - head/www/gitlab To: =?UTF-8?Q?Torsten_Z=c3=bchlsdorff?= , Steve Wills , Pierre Guinoiseau , Johannes Meixner References: <201604042134.u34LYTN8023279@repo.freebsd.org> <20160405013244.GA23008@kyleck.sig11.fr> <5703181C.1060907@FreeBSD.org> <57037682.5050209@toco-domains.de> Cc: svn-ports-head@freebsd.org, ruby@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org From: Torsten Zuehlsdorff Message-ID: <570F5BB7.7060501@toco-domains.de> Date: Thu, 14 Apr 2016 10:58:31 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <57037682.5050209@toco-domains.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 08:58:40 -0000 Hello, i can now confirm safely that www/gitlab runs with Ruby 2.2. :) Since the direct dependency to 2.1 was dropped already, there is nothing to do. Greetings, Torsten On 05.04.2016 10:25, Torsten Zühlsdorff wrote: > Hello, > > i would follow your suggestion, but after some research i found this: > https://gitlab.com/gitlab-org/gitlab-ce/issues/3340 > > There is a closed issue and a merge for Ruby 2.2 support. But the > documentation clearly states no support for 2.2. > > I'm currently installing an 2.2 based version of GitLab and will look > what happens. :D > > Greetings, > Torsten > > On 05.04.2016 03:42, Steve Wills wrote: >> 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 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" >>> > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org"