svn commit: r514398 - head/devel/emscripten

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 13 14:58:05 UTC 2019


Author: yuri
Date: Sun Oct 13 14:58:04 2019
New Revision: 514398
URL: https://svnweb.freebsd.org/changeset/ports/514398

Log:
  devel/emscripten: Change the tag in PORTSCOUT to skipv to see if this would work

Modified:
  head/devel/emscripten/Makefile

Modified: head/devel/emscripten/Makefile
==============================================================================
--- head/devel/emscripten/Makefile	Sun Oct 13 14:56:25 2019	(r514397)
+++ head/devel/emscripten/Makefile	Sun Oct 13 14:58:04 2019	(r514398)
@@ -24,7 +24,7 @@ PYSCRIPTS=	em++ emar emcc em-config emconfigure emmake
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-PORTSCOUT=	limit:^[0-9] # prevent versions like "i64"
+PORTSCOUT=	skipv:i64
 
 post-patch:
 	@${REINPLACE_CMD} -i '' -E "s|^__rootpath__ = .*|__rootpath__ = '${PREFIX}/lib/${PORTNAME}'|" ${WRKSRC}/tools/shared.py


More information about the svn-ports-head mailing list