aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-07-02 10:39:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-07-02 10:39:52 +0000
commitaa94a4ac337d3254222edec76008ee1aa438c489 (patch)
tree91ec76ee0aee13a641b61a56650c8112e2571b0e /Mk/bsd.sites.mk
parentaba2a579b5f54be0ed094cafbfe7f52f3eac5ab4 (diff)
downloadports-aa94a4ac337d3254222edec76008ee1aa438c489.tar.gz
ports-aa94a4ac337d3254222edec76008ee1aa438c489.zip
Notes
Notes: svn path=/head/; revision=417922
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 94fa6805aa04..2b56134e9e57 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -478,6 +478,7 @@ MASTER_SITE_GENTOO+= \
http://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \
http://gentoo.gg3.net/%SUBDIR%/ \
http://gentoo.kems.net/%SUBDIR%/ \
+ http://mirrors.163.com/gentoo/%SUBDIR%/ \
ftp://ftp.gtlib.gatech.edu/pub/gentoo/%SUBDIR%/ \
ftp://mirror.iawnet.sandia.gov/pub/gentoo/%SUBDIR%/ \
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \
@@ -622,7 +623,7 @@ GH_TAGNAME_SANITIZED= ${GH_TAGNAME:S,/,-,}
# 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
+. endif
. if defined(_GITHUB_MUST_SET_DISTNAME)
# GH_TAGNAME defaults to DISTVERSIONFULL; Avoid adding DISTVERSIONFULL in twice
. if ${GH_TAGNAME} != ${DISTVERSIONFULL}