Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2023 16:03:30 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6da3ac76ad24 - main - math/libbraiding: upgrade to 1.2
Message-ID:  <202311021603.3A2G3Ukh076295@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6da3ac76ad247b2bce5778d46ea6924b84a1a7e4

commit 6da3ac76ad247b2bce5778d46ea6924b84a1a7e4
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-11-01 18:45:09 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-11-02 16:02:05 +0000

    math/libbraiding: upgrade to 1.2
    
    Minor changes for compatibility with newer C++.
---
 math/libbraiding/Makefile | 4 ++--
 math/libbraiding/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/math/libbraiding/Makefile b/math/libbraiding/Makefile
index 4b07dec54026..c143e09567a5 100644
--- a/math/libbraiding/Makefile
+++ b/math/libbraiding/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libbraiding
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	math
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -13,7 +13,7 @@ GH_ACCOUNT=	miguelmarco
 
 USES=		autoreconf  compiler:c++11-lang libtool
 
-CXXFLAGS+=	-std=c++11
+CXXFLAGS+=	-std=c++17
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
diff --git a/math/libbraiding/distinfo b/math/libbraiding/distinfo
index c4ecb499c3ff..74457ec7f28d 100644
--- a/math/libbraiding/distinfo
+++ b/math/libbraiding/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600014959
-SHA256 (miguelmarco-libbraiding-1.1_GH0.tar.gz) = d5e539b40ffecb390fd9052a7385046a21249f8c856edffd6c6ac5b684eae2e0
-SIZE (miguelmarco-libbraiding-1.1_GH0.tar.gz) = 42891
+TIMESTAMP = 1698864134
+SHA256 (miguelmarco-libbraiding-1.2_GH0.tar.gz) = 187e1284bf7ba2bb138d042fce8efb089a0f6903718c9c26a1d8a49086ccc3fa
+SIZE (miguelmarco-libbraiding-1.2_GH0.tar.gz) = 42992



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311021603.3A2G3Ukh076295>