From owner-svn-src-head@freebsd.org Fri May 27 20:52:53 2016 Return-Path: Delivered-To: svn-src-head@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 B45F2B4D7C2; Fri, 27 May 2016 20:52:53 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1C519A0; Fri, 27 May 2016 20:52:53 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1b6OkU-0000DL-Ph; Fri, 27 May 2016 23:52:50 +0300 Date: Fri, 27 May 2016 23:52:50 +0300 From: Slawa Olhovchenkov To: Glen Barber Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r300869 - head Message-ID: <20160527205250.GE39874@zxy.spb.ru> References: <201605272033.u4RKXEro043322@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605272033.u4RKXEro043322@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 20:52:53 -0000 On Fri, May 27, 2016 at 08:33:14PM +0000, Glen Barber wrote: > Author: gjb > Date: Fri May 27 20:33:14 2016 > New Revision: 300869 > URL: https://svnweb.freebsd.org/changeset/base/300869 > > Log: > Make PKG_VERSION aware of '-ALPHA*'. What about all other tags? BETA, RC, PRERELEASE... > Submitted by: Ben Woods > Sponsored by: The FreeBSD Foundation > > Modified: > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Fri May 27 20:12:32 2016 (r300868) > +++ head/Makefile.inc1 Fri May 27 20:33:14 2016 (r300869) > @@ -300,7 +300,7 @@ VERSION= FreeBSD ${_REVISION}-${_BRANCH: > .endif > > .if !defined(PKG_VERSION) > -.if ${_BRANCH:MSTABLE*} || ${_BRANCH:MCURRENT*} > +.if ${_BRANCH:MSTABLE*} || ${_BRANCH:MCURRENT*} || ${_BRANCH:MALPHA*} > TIMENOW= %Y%m%d%H%M%S > EXTRA_REVISION= .s${TIMENOW:gmtime} > .endif > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"