Skip to content

Commit

Permalink
math/libbraiding: upgrade to 1.2
Browse files Browse the repository at this point in the history
Minor changes for compatibility with newer C++.
  • Loading branch information
thierry-FreeBSD committed Nov 2, 2023
1 parent 39b25f5 commit 6da3ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions math/libbraiding/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libbraiding
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= math

MAINTAINER= thierry@FreeBSD.org
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 6da3ac7

Please sign in to comment.