Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 10:35:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463643 - head/Mk
Message-ID:  <201803051035.w25AZaaJ084411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar  5 10:35:36 2018
New Revision: 463643
URL: https://svnweb.freebsd.org/changeset/ports/463643

Log:
  Bring in the sub-submodule extraction problem fix from USE_GITHUB.
  
  PR:		226221
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.sites.mk   (contents, props changed)

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Mon Mar  5 10:35:33 2018	(r463642)
+++ head/Mk/bsd.sites.mk	Mon Mar  5 10:35:36 2018	(r463643)
@@ -600,7 +600,7 @@ git-clone-DEFAULT: ${_GITLAB_CLONE_DIR}
 	@${ECHO_MSG} "Cloned the default GitLab repository into ${_GITLAB_CLONE_DIR}/${GL_PROJECT_DEFAULT}" | ${FMT_80}
 .  endif
 .  if !empty(GL_SUBDIR)
-_SITES_extract:=	690:post-extract-gl-DEFAULT
+_SITES_extract:=	69${GL_SUBDIR_${_group}:C=[^/]+= =g:[#]}:post-extract-gl-DEFAULT
 post-extract-gl-DEFAULT:
 	@${RMDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT} 2>/dev/null || :
 	@${MKDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT:H} 2>/dev/null || :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803051035.w25AZaaJ084411>