Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 23:52:50 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Glen Barber <gjb@FreeBSD.org>
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>
In-Reply-To: <201605272033.u4RKXEro043322@repo.freebsd.org>
References:  <201605272033.u4RKXEro043322@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160527205250.GE39874>