git: 88638d87572b - main - graphics/s2: Use the same C++ version as devel/abseil

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:06:47 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88638d87572bf1020b9136a84f600b8c40cd0ebe

commit 88638d87572bf1020b9136a84f600b8c40cd0ebe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:29:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:59:16 +0000

    graphics/s2: Use the same C++ version as devel/abseil
    
    - Bump PORTREVISION for package change
    
    Reference:      https://github.com/google/s2geometry/blob/master/README.md#building
---
 graphics/s2/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile
index d9876f46c455..1384a1754134 100644
--- a/graphics/s2/Makefile
+++ b/graphics/s2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	s2
 PORTVERSION=	0.10.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -17,11 +17,11 @@ NOT_FOR_ARCHS_REASON=	is currently 64-bit only
 LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libgtest.so:devel/googletest
 
-USES=		cmake compiler:c++11-lang localbase ssl
+USES=		cmake compiler:c++17-lang localbase ssl
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	WITH_PYTHON
-USE_CXXSTD=	c++11
+USE_CXXSTD=	c++17
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}