mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix INDEX build
This commit is contained in:
parent
1a94a13d0a
commit
30ea9fa422
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320049
@ -534,8 +534,8 @@ MASTER_SITE_GENTOO+= \
|
||||
# default: not set, mandatory
|
||||
#
|
||||
.if defined(USE_GITHUB)
|
||||
.if ${GH_TAGNAME} == master || ${GH_COMMIT} == master
|
||||
BROKEN?= Using master as GH_TAGNAME or GH_COMMIT is invalid. \
|
||||
.if defined(GH_TAGNAME) && ${GH_TAGNAME} == master
|
||||
BROKEN?= Using master as GH_TAGNAME is invalid. \
|
||||
Must use a version or commit hash so the upstream does\
|
||||
not "reroll" as soon as the branch is updated
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user