Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 20:33:14 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300869 - head
Message-ID:  <201605272033.u4RKXEro043322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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*'.
  
  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



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