svn commit: r438550 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 14 23:16:18 UTC 2017


Author: sunpoet
Date: Fri Apr 14 23:16:16 2017
New Revision: 438550
URL: https://svnweb.freebsd.org/changeset/ports/438550

Log:
  Fix typo

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Apr 14 23:04:00 2017	(r438549)
+++ head/Mk/bsd.sites.mk	Fri Apr 14 23:16:16 2017	(r438550)
@@ -408,7 +408,7 @@ GH_PROJECT+=	${GH_TUPLE:C@^([^:]*):([^:]
 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


More information about the svn-ports-all mailing list