mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Fix typo
This commit is contained in:
parent
da18e21f52
commit
e089aa9edf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438550
@ -408,7 +408,7 @@ GH_PROJECT+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\2\4@}
|
||||
GH_TAGNAME+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\3\4@}
|
||||
GH_SUBDIR+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\6\4@:M/*:S/^\///}
|
||||
. endif
|
||||
# We are cheating and using backend URLS for Github here. See ports/194898
|
||||
# We are cheating and using backend URLS for GitHub here. See ports/194898
|
||||
# comment #15 for explanation as to why and how to deal with it if it breaks.
|
||||
MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR%
|
||||
MASTER_SITE_GITHUB_CLOUD+= https://cloud.github.com/downloads/%SUBDIR%
|
||||
@ -513,7 +513,7 @@ GH_TAGNAME:= ${GH_TAGNAME_DEFAULT}
|
||||
GH_SUBDIR:= ${GH_SUBDIR_DEFAULT}
|
||||
. if defined(GH_TAGNAME)
|
||||
GH_TAGNAME_SANITIZED= ${GH_TAGNAME:S,/,-,}
|
||||
# Github silently converts tags starting with v to not have v in the filename
|
||||
# GitHub silently converts tags starting with v to not have v in the filename
|
||||
# and extraction directory. It also replaces + with -.
|
||||
GH_TAGNAME_EXTRACT= ${GH_TAGNAME_SANITIZED:C/^[vV]([0-9])/\1/:S/+/-/g}
|
||||
. endif
|
||||
|
Loading…
Reference in New Issue
Block a user