svn commit: r472641 - head/devel/libsimdpp

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 21:48:46 UTC 2018


Author: yuri
Date: Sun Jun 17 21:48:45 2018
New Revision: 472641
URL: https://svnweb.freebsd.org/changeset/ports/472641

Log:
  devel/libsimdpp: In PORTSCOUT, replace skipv with limit
  
  skipv doesn't work for some reason.

Modified:
  head/devel/libsimdpp/Makefile

Modified: head/devel/libsimdpp/Makefile
==============================================================================
--- head/devel/libsimdpp/Makefile	Sun Jun 17 21:44:44 2018	(r472640)
+++ head/devel/libsimdpp/Makefile	Sun Jun 17 21:48:45 2018	(r472641)
@@ -11,7 +11,7 @@ COMMENT=	Header-only zero-overhead C++ wrapper of SIMD
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
-PORTSCOUT=	skipv:^cxx98.*
+PORTSCOUT=	limit:^[v1-9]
 
 USES=		cmake:outsource
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list