From owner-svn-ports-all@freebsd.org Tue Apr 5 01:43:05 2016 Return-Path: Delivered-To: svn-ports-all@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 6922CB02D74; Tue, 5 Apr 2016 01:43:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1816A1126; Tue, 5 Apr 2016 01:43:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.80] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id u351gpBr045553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 5 Apr 2016 01:42:58 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r412530 - head/www/gitlab To: Pierre Guinoiseau , Torsten Zuehlsdorff References: <201604042134.u34LYTN8023279@repo.freebsd.org> <20160405013244.GA23008@kyleck.sig11.fr> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ruby@freebsd.org From: Steve Wills Message-ID: <5703181C.1060907@FreeBSD.org> Date: Mon, 4 Apr 2016 21:42:52 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160405013244.GA23008@kyleck.sig11.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 05 Apr 2016 01:42:58 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 01:43:05 -0000 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" >