]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases.
authorrene <rene@FreeBSD.org>
Sun, 16 Jun 2019 11:53:22 +0000 (11:53 +0000)
committerrene <rene@FreeBSD.org>
Sun, 16 Jun 2019 11:53:22 +0000 (11:53 +0000)
commit3e53bbbac45b7605a70a93f5f2fcfe07a2c369d1
tree95a6436c0a757afba96ddfff88ccfa01882c9a3f
parentb0bec5ba1b103d547d4a91198ea7087dcf7ee5a7
Differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases.

Currently APLHA packages are treated as CURRENT or STABLE versions,
resulting in e.g. 13.0.s20190615125609. This version number is indeed
different from the next version number but ALPHA2 would be nicer IMO.

For the BETA, PRERELEASE and RC phases the packages are versioned the
same as for releases, so 11.3-BETA1 is 11.3 and so is 11.3-RC1, meaning
that pkg cannot easiliy upgrade from the former the next. This happened
on my Raspberry Pi which runs pkgbase.

Submitted by: rene
Approved by: manu
Event: Berlin hackathon 2019
Differential Revision: https://reviews.freebsd.org/D20651
Makefile.inc1