svn commit: r463628 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Mon Mar 5 08:29:34 UTC 2018


Author: mat
Date: Mon Mar  5 08:29:33 2018
New Revision: 463628
URL: https://svnweb.freebsd.org/changeset/ports/463628

Log:
  Fix a regression on 10.3 introduced in r463301.
  
  PR:		226221
  Reported by:	mmokhi
  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 08:25:29 2018	(r463627)
+++ head/Mk/bsd.sites.mk	Mon Mar  5 08:29:33 2018	(r463628)
@@ -489,7 +489,7 @@ WRKSRC_${_group}:=	${WRKDIR}/${GH_PROJECT_${_group}}-$
 # In order to sort the subdir extraction so that foo/bar is moved in before
 # foo/bar/baz, we count the number of / in the path and use it to order the
 # targets.  This handles up to 9 levels.  The max as of r463123 is 4.
-_SITES_extract:=	${_SITES_extract} 69${GH_SUBDIR_${_group}:C=[^/]+= =g:range:[-1]}:post-extract-gh-${_group}
+_SITES_extract:=	${_SITES_extract} 69${GH_SUBDIR_${_group}:C=[^/]+= =g:[#]}:post-extract-gh-${_group}
 post-extract-gh-${_group}:
 	@${RMDIR} ${WRKSRC}/${GH_SUBDIR_${_group}} 2>/dev/null || :
 	@${MKDIR} ${WRKSRC}/${GH_SUBDIR_${_group}:H} 2>/dev/null || :


More information about the svn-ports-all mailing list