From owner-freebsd-ports@FreeBSD.ORG Fri Sep 9 14:05:51 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0F86106566C for ; Fri, 9 Sep 2011 14:05:51 +0000 (UTC) (envelope-from aehlig@linta.de) Received: from linta.de (isilmar-3.linta.de [188.40.101.200]) by mx1.freebsd.org (Postfix) with ESMTP id 464B28FC1C for ; Fri, 9 Sep 2011 14:05:51 +0000 (UTC) Received: (qmail 6347 invoked by uid 10); 9 Sep 2011 14:05:50 -0000 Received: from kta1c10 by isilmar.linta.de with BSMTP; 9 Sep 2011 14:05:50 -0000 Received: by kta1c10.sesnet.soton.ac.uk (Postfix, from userid 1001) id EA35A3981D; Fri, 9 Sep 2011 15:05:42 +0100 (BST) Date: Fri, 9 Sep 2011 15:05:42 +0100 From: "Klaus T. Aehlig" To: Lev Serebryakov Message-ID: <20110909140542.GB71621@kta1c10.sesnet.soton.ac.uk> References: <765103585.20110909143052@serebryakov.spb.ru> <20110909130458.GO31003@azathoth.lan> <20110909132437.GA66311@kta1c10.sesnet.soton.ac.uk> <151147912.20110909175747@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <151147912.20110909175747@serebryakov.spb.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org Subject: Re: [RFC] New ports idea: github / gitorious / bitbucket direct support. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2011 14:05:52 -0000 > > * due to autogeneration, you're quite likely to get a http-redirect, > Does fetch support redirects? Yes. But for good reasons, Mk/bsd.ports.mk contains the line FETCH_ARGS?= -AFpr Note the -A. Of course, it's no problem to make an exception for github, but at least, one should be aware of this. > > * filenames like 2011.07.25 are not too suitable for a distfile. > DIST_SUBIDR=${PORTNAME} is solution for this. yes. And a github framework probably should set this by default... Best, Klaus