From owner-freebsd-current@freebsd.org Fri Aug 7 15:51:28 2015 Return-Path: Delivered-To: freebsd-current@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 379D89B6CCE; Fri, 7 Aug 2015 15:51:28 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from dyslexicfish.net (deadcat.mail.dyslexicfish.net [45.63.12.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC513973; Fri, 7 Aug 2015 15:51:27 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from dyslexicfish.net (deadcat.mail.dyslexicfish.net [45.63.12.202]) by dyslexicfish.net (8.14.5/8.14.5) with ESMTP id t77FopcB076129; Fri, 7 Aug 2015 16:50:51 +0100 (BST) (envelope-from jamie@dyslexicfish.net) Received: (from jamie@localhost) by dyslexicfish.net (8.14.5/8.14.5/Submit) id t77Fopdf076128; Fri, 7 Aug 2015 16:50:51 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201508071550.t77Fopdf076128@dyslexicfish.net> Date: Fri, 07 Aug 2015 16:50:50 +0100 To: rkoberman@gmail.com, jamie@dyslexicfish.net, delphij@delphij.net Cc: freebsd-ports@freebsd.org, freebsd-current@freebsd.org, d@delphij.net Subject: Re: Proposal: make portsnap generate INDEX-${OSREL:R} only by default References: <55C3F9AA.4020602@delphij.net> <201508070458.t774wiqp073664@dyslexicfish.net> <55C44605.1040004@delphij.net> In-Reply-To: <55C44605.1040004@delphij.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (dyslexicfish.net [45.63.12.202]); Fri, 07 Aug 2015 16:50:51 +0100 (BST) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 15:51:28 -0000 Xin Li wrote: > On 8/6/15 22:24, Kevin Oberman wrote: > > Or the code in portsnap could be modified to get the current > > running version. > > I thought about this today but it won't work as advertised: someone > (currently me) still have to tweak the portsnap builder configuration > to announce new major version (9, 10, 11 now, and we would need 12 > when 11.0-STABLE appears). However, freebsd-update or mergemaster > would take care for this. I was going to suggest this too. Isn't this information available using /bin/freebsd-version -u ? Yes, I realise this script basically has it hardcoded, but it seems, therefore, that someone already has the task to announce new major version in that file! Cheers! Jamie