svn commit: r323061 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Jul 15 15:30:27 UTC 2013


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


More information about the svn-ports-all mailing list