From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 14:52:16 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 294238D2 for ; Mon, 25 Aug 2014 14:52:16 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 6CDEC34BD for ; Mon, 25 Aug 2014 14:52:14 +0000 (UTC) Received: (qmail 72747 invoked by uid 89); 25 Aug 2014 14:52:07 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.66) by mail.grem.de with ESMTPA; 25 Aug 2014 14:52:07 -0000 Date: Mon, 25 Aug 2014 16:52:06 +0200 From: Michael Gmelin To: Sebastian Bach Subject: Re: FreeBSD Port: git-2.0.2_1 Message-ID: <20140825165206.40cc5eba@bsd64.grem.de> In-Reply-To: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" , "wxs@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 14:52:16 -0000 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). -- Michael Gmelin