svn commit: r464233 - head/devel/catch
Pietro Cerutti
gahr at FreeBSD.org
Mon Mar 12 08:18:12 UTC 2018
Author: gahr
Date: Mon Mar 12 08:18:11 2018
New Revision: 464233
URL: https://svnweb.freebsd.org/changeset/ports/464233
Log:
devel/catch: unbreak, requires c++14
Modified:
head/devel/catch/Makefile
Modified: head/devel/catch/Makefile
==============================================================================
--- head/devel/catch/Makefile Mon Mar 12 07:58:36 2018 (r464232)
+++ head/devel/catch/Makefile Mon Mar 12 08:18:11 2018 (r464233)
@@ -12,7 +12,7 @@ COMMENT= Header-only test framework for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= compiler:c++11-lang cmake pathfix
+USES= compiler:c++14-lang cmake pathfix
USE_GITHUB= yes
GH_ACCOUNT= catchorg
GH_PROJECT= Catch2
More information about the svn-ports-all
mailing list