svn commit: r472623 - head/devel/libsimdpp

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 18:35:04 UTC 2018


Author: yuri
Date: Sun Jun 17 18:35:03 2018
New Revision: 472623
URL: https://svnweb.freebsd.org/changeset/ports/472623

Log:
  devel/libsimdpp: Correct PORTSCOUT

Modified:
  head/devel/libsimdpp/Makefile

Modified: head/devel/libsimdpp/Makefile
==============================================================================
--- head/devel/libsimdpp/Makefile	Sun Jun 17 18:32:14 2018	(r472622)
+++ head/devel/libsimdpp/Makefile	Sun Jun 17 18:35:03 2018	(r472623)
@@ -11,7 +11,7 @@ COMMENT=	Header-only zero-overhead C++ wrapper of SIMD
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
-PORTSCOUT=	limit:^cxx98.*
+PORTSCOUT=	skipv:^cxx98.*
 
 USES=		cmake:outsource
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list