From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 15:02:35 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 1309D1ED; Mon, 25 Aug 2014 15:02:35 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 D2F9335BF; Mon, 25 Aug 2014 15:02:34 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id et14so20960716pad.35 for ; Mon, 25 Aug 2014 08:02:33 -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=Q/HTLZbvRMJ641FAxbDAgr2DCyq58MUTiNkKS2zvWoU=; b=g/56HXZr3MeJZS0wGgI8OmXqafWpFKkmXwUGMAA8c4Zzq0tnLaQ+9c73PAO9ELvSAI BEbR0rwTiqDTDjV7EQ7hT6KXENBdFRmntaT5QmCbcIaa6rnCahxFV/MX8s1pgdlDkAO7 RogYYkdtHPaQtqe+wskeOhSTOu9ca3KEJsDHdfo0AynGyghOHWijglMol/hkjVNBIWbD aHNbvmw6z6+RKBsz6ftJFVlemMjJYmMF3l7cps8ZhpVwxZme0+u/Z+mSYrZyh3unjOWp CGIOWYmH1JLGTJySc6TnmDGcjOFy8ly9ljG+bNaeAxOTqmLml4GlT9yw94lGcdiCx4ca V7mw== X-Received: by 10.67.5.68 with SMTP id ck4mr30093871pad.6.1408978953785; Mon, 25 Aug 2014 08:02:33 -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 pd7sm46552pdb.78.2014.08.25.08.02.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 08:02:33 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53FB5004.1010709@FreeBSD.org> Date: Tue, 26 Aug 2014 01:02:28 +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 Subject: Re: FreeBSD Port: git-2.0.2_1 References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> <20140825165206.40cc5eba@bsd64.grem.de> In-Reply-To: <20140825165206.40cc5eba@bsd64.grem.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" , "wxs@FreeBSD.org" , Michael Gmelin 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 15:02:35 -0000 On 26/08/2014 12:52 AM, Michael Gmelin wrote: > On Mon, 25 Aug 2014 13:39:50 +0000 > 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 >> > > If you're using pkg you might be lucky and still have a cached copy > in /var/cache/pkg. In that case try pkg delete git and pkg > add /var/cache/pkg/git-.txz. > > Otherwise one way of doing this is getting the old package skeleton > from svn and build it from ports. You need revision 362475 of the ports > tree for git version 2.0.1. Alternatively you can download the files > from svnweb (a bit clumsy, but doesn't require you to install > subversion): > > http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=362475 > > If you don't have a ports tree yet, do: portsnap fetch extract > > Then copy the files in /usr/ports/devel/git, go there and do make > install (do pkg delete git beforehand). > Thanks for the assist Michael :) I have a patch updating git to 2.1.0 thats 98% complete (just updating minor pkg-plist stuff for HTMLDOCS option) I'll have it to you in 10-15