From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 13:57:24 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB4608C8; Mon, 25 Aug 2014 13:57:23 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A81423E5D; Mon, 25 Aug 2014 13:57:23 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id fa1so20950969pad.41 for ; Mon, 25 Aug 2014 06:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=maFTwtOOxzTvSeQjM5bvZwPiN6T30NHnQ3dL2U0x9X8=; b=THYQSjXCC0E9xhXvBhyi+VXEvht6WtHma/Lc/dc4Rqcr7lteOUjgiK1QbXTxknwtqb q8Tq69UABamN7qLr4wfZuXzXu0V5JBMSdxvQYXD5jJ4NR6Oympo4WPSEwJvV68z5HCqp 6vl7y3WIhO2cIeJ6j0uwEiwTmmz5vhVQOAFygVtKOovhBGzT4BaG33rSQdLpQV9sPZ0t hPQ4iOMyBT2SZqotWl5N7ff474CqBwtjjMBe7reh1NXu/TWhGQHjGMoFjONAbznY4Vb+ 5n86YIFpiXP8PpYTGsrglzj5y2gRMgwe7FVSG0ZqaPUH0AwD6/vc2vMEECwtaHHw+f2L Mxmw== X-Received: by 10.66.66.225 with SMTP id i1mr28785124pat.56.1408975043289; Mon, 25 Aug 2014 06:57:23 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:c89:a88f:a724:f8d? (2001-44b8-31ae-7b00-0c89-a88f-a724-0f8d.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:c89:a88f:a724:f8d]) by mx.google.com with ESMTPSA id xc5sm37585419pbc.66.2014.08.25.06.57.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 06:57:22 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53FB40BE.8050208@FreeBSD.org> Date: Mon, 25 Aug 2014 23:57:18 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Thunderbird/32.0 MIME-Version: 1.0 To: Sebastian Bach , "wxs@FreeBSD.org" Subject: Re: FreeBSD Port: git-2.0.2_1 References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> In-Reply-To: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 13:57:24 -0000 On 25/08/2014 11:39 PM, Sebastian Bach wrote: > Hi! > > I've an urgent problem with the current port devel/git (2.0.2). After upgrading we can't use our Atlassian Stash server anymore. Stash rejects (hard check of 2.0.2 and 2.0.3) to use this specific git version due to a critical bug in 'git diff-tree' which breaks Stash's commit page. Please see the 'DVCS clients' section on their system requirements page: > https://confluence.atlassian.com/display/STASH/Supported+platforms > https://jira.atlassian.com/browse/STASH-5052 > > I don't know how to downgrade this port. Is this even possible on FreeBSD? > However, can you tell me when git 2.0.4 or 2.1.0 will be available in the ports collections? > > Best regards > Sebastian Bach > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Hi Sebastian, You can downgrade with a svn checkout of the respective revision of devel/git you want. Does 2.0.4 / 2.1.0 contain a fix for your issue? Can you point us to the changelog entry, changeset, or upstream issue? Other steps from here (given your urgency), are to: a) Submit a bug report at https://bugs.freebsd.org/bugzilla/ so the maintainer is made aware of the issue b) Update the port yourself in the meantime (run a local patch to devel/git) If you manage to get (b) done before you hear back from (a), attach your patch from (b) updating devel/git to 2.1.0 to the issue you created. If you need help or more information porting, we also have IRC channels on efnet (#bsdports) and freenode (#freebsd-ports) koobs