Date: Mon, 15 Jul 2013 15:30:26 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323061 - head/Mk Message-ID: <201307151530.r6FFUQvS046249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Mon Jul 15 15:30:26 2013 New Revision: 323061 URL: http://svnweb.freebsd.org/changeset/ports/323061 Log: - 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 Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Mon Jul 15 15:08:14 2013 (r323060) +++ head/Mk/bsd.sites.mk Mon Jul 15 15:30:26 2013 (r323061) @@ -539,8 +539,8 @@ IGNORE?= Using master as GH_TAGNAME is i 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307151530.r6FFUQvS046249>