mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Revert that bit from r387852, it was not needed, and breaks at least
devel/poudriere-devel PR: 200528 Poked by: bdrewery Pointy hat to: mat Sponsored by: Absolight
This commit is contained in:
parent
b07ec36090
commit
8a130e97ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387895
@ -603,7 +603,6 @@ GH_TAGNAME_SANITIZED= ${GH_TAGNAME:S,/,-,}
|
||||
# and extraction directory.
|
||||
GH_TAGNAME_EXTRACT= ${GH_TAGNAME_SANITIZED:C/^[vV]([0-9])/\1/}
|
||||
. endif
|
||||
_GITHUB_REV= 0
|
||||
. if defined(_GITHUB_MUST_SET_DISTNAME)
|
||||
# GH_TAGNAME defaults to DISTVERSIONFULL; Avoid adding DISTVERSIONFULL in twice
|
||||
. if ${GH_TAGNAME} != ${DISTVERSIONFULL}
|
||||
@ -611,13 +610,14 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONFULL}-${GH_TAGNAME_SANITIZED}
|
||||
. else
|
||||
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME_SANITIZED}
|
||||
. endif
|
||||
. endif
|
||||
# This new scheme rerolls distfiles. Also ensure they are renamed to avoid
|
||||
# conflicts. Use _GITHUB_REV in case github changes their zipping or structure
|
||||
# which has happened before.
|
||||
_GITHUB_REV= 0
|
||||
. if ${MASTER_SITES:MGH}
|
||||
DISTNAME:= ${DISTNAME}_GH${_GITHUB_REV}
|
||||
. endif
|
||||
. endif
|
||||
.endif
|
||||
_GITHUB_EXTRACT_SUFX= .tar.gz
|
||||
# If there are non default groups
|
||||
|
Loading…
Reference in New Issue
Block a user