svn commit: r472620 - head/devel/libsimdpp

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 18:21:22 UTC 2018


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

Log:
  devel/libsimdpp: Limit portscout to valid versions

Modified:
  head/devel/libsimdpp/Makefile

Modified: head/devel/libsimdpp/Makefile
==============================================================================
--- head/devel/libsimdpp/Makefile	Sun Jun 17 18:15:09 2018	(r472619)
+++ head/devel/libsimdpp/Makefile	Sun Jun 17 18:21:21 2018	(r472620)
@@ -11,6 +11,8 @@ COMMENT=	Header-only zero-overhead C++ wrapper of SIMD
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
+PORTSCOUT=	limit:^cxx98.*
+
 USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	p12tic


More information about the svn-ports-all mailing list