git: 7aaf8f13dc59 - main - math/mesquite: Attempt to fix build on 14 by using c++11; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 08 Jul 2023 00:44:44 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7aaf8f13dc598338ac6ceb13e7968065a8db0065

commit 7aaf8f13dc598338ac6ceb13e7968065a8db0065
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-08 00:11:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-08 00:44:42 +0000

    math/mesquite: Attempt to fix build on 14 by using c++11; Update WWW
---
 math/mesquite/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/mesquite/Makefile b/math/mesquite/Makefile
index 90a13dcce027..b4c759cfe212 100644
--- a/math/mesquite/Makefile
+++ b/math/mesquite/Makefile
@@ -6,13 +6,14 @@ PKGNAMESUFFIX=	-mesh-toolkit
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Mesh Quality Improvement Toolkit is a suite of mesh algorithms
-WWW=		https://software.sandia.gov/mesquite
+WWW=		https://www.sandia.gov/ccr/project/mesquite/
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/lgpl.txt
 
 USES=		gmake libtool
 USE_LDCONFIG=	yes
+USE_CXXSTD=	c++11 # attempt to fix build failing due to the use of std::unary_function that was removed in c++17
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --disable-static