aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-07-15 23:30:26 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-07-15 23:30:26 +0800
commit918a6b84d925fb2dbf48822255e210409e61ec33 (patch)
tree240c872798fddf714dc703dac8afc728e84a5a15
parenta017e59ce1c634ca1ec1e5a405a83a55a6de2abb (diff)
downloadfreebsd-ports-gnome-918a6b84d925fb2dbf48822255e210409e61ec33.tar.gz
freebsd-ports-gnome-918a6b84d925fb2dbf48822255e210409e61ec33.tar.zst
freebsd-ports-gnome-918a6b84d925fb2dbf48822255e210409e61ec33.zip
- Switch USE_GITHUB from nodeload to codeload. nodeload is currently
a CNAME to codeload and has been communicated to me from github staff as being the same. Despite this, it is currently returning errors. With hat: portmgr
-rw-r--r--Mk/bsd.sites.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index cec35faf5b7d..6ca3314030a2 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -539,8 +539,8 @@ IGNORE?= Using master as GH_TAGNAME is invalid. \
Must use a tag or commit hash so the upstream does\
not "reroll" as soon as the branch is updated
.endif
-MASTER_SITE_GITHUB+= https://nodeload.github.com/%SUBDIR% \
- http://nodeload.github.com/%SUBDIR%
+MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% \
+ http://codeload.github.com/%SUBDIR%
MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR%
.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC}
MASTER_SITES+= GH GHC