svn commit: r463643 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Mon Mar 5 10:35:37 UTC 2018


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 || :


More information about the svn-ports-all mailing list