pkg: fix version number derivation and missing replacement

This commit is contained in:
Franco Fichtner 2021-06-29 15:18:12 +02:00
parent aa0affc7e7
commit 656c5ada7e
2 changed files with 3 additions and 2 deletions

View File

@ -54,9 +54,9 @@ _NEXTBETA!= ${GIT} tag -l ${CORE_NEXT}.b
. if !empty(_NEXTBETA)
_NEXTMATCH= --match=${CORE_NEXT}.b
. else
_NEXTDEVEL!= ${GIT} tag -l ${CORE_NEXT}\*
_NEXTDEVEL!= ${GIT} tag -l ${CORE_ABI}\*
. if !empty(_NEXTDEVEL)
_NEXTMATCH= --match=${CORE_NEXT}\*
_NEXTMATCH= --match=${CORE_ABI}\*
. endif
. endif
. elif ${CORE_TYPE:M[Bb][Uu][Ss]*}

View File

@ -85,6 +85,7 @@ REPLACEMENTS= CORE_ABI \
CORE_HASH \
CORE_MAINTAINER \
CORE_NAME \
CORE_NEXT \
CORE_NICKNAME \
CORE_PACKAGESITE \
CORE_PKGVERSION \