Skip to content

Commit

Permalink
devel/cbang: upgrade to 1.7.1
Browse files Browse the repository at this point in the history
This includes the patches related to OpenSSL: see
<CauldronDevelopmentLLC/cbang#101 (comment)>

Also bump compiler to c++17-lang as noticed by diizzy@.
  • Loading branch information
thierry-FreeBSD committed Oct 1, 2022
1 parent 75d8147 commit 27ee864
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 179 deletions.
4 changes: 2 additions & 2 deletions devel/cbang/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= cbang
PORTVERSION= 1.7.0
PORTVERSION= 1.7.1
CATEGORIES= devel

MAINTAINER= thierry@FreeBSD.org
Expand All @@ -22,7 +22,7 @@ LIB_DEPENDS= libv8.so:lang/v8 \
USE_GITHUB= yes
GH_ACCOUNT= CauldronDevelopmentLLC

USES= compiler:c++14-lang localbase mysql:client python:test scons \
USES= compiler:c++17-lang localbase mysql:client python:test scons \
sqlite ssl
USE_LDCONFIG= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/cbang/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1664451834
SHA256 (CauldronDevelopmentLLC-cbang-1.7.0_GH0.tar.gz) = 2f467928f949e27aa28a4355b9c3019a3b3c727f98e75fee88b5524dfdb7c868
SIZE (CauldronDevelopmentLLC-cbang-1.7.0_GH0.tar.gz) = 4800847
TIMESTAMP = 1664634579
SHA256 (CauldronDevelopmentLLC-cbang-1.7.1_GH0.tar.gz) = 7bde42ededfe3294688f6c9ba673d3e10b4b46ba5eea9c3125cc56c4f540448e
SIZE (CauldronDevelopmentLLC-cbang-1.7.1_GH0.tar.gz) = 4801398
10 changes: 0 additions & 10 deletions devel/cbang/files/patch-src_cbang_openssl_BigNum.h

This file was deleted.

22 changes: 0 additions & 22 deletions devel/cbang/files/patch-src_cbang_openssl_KeyContext.cpp

This file was deleted.

142 changes: 0 additions & 142 deletions devel/cbang/files/patch-src_cbang_openssl_KeyPair.cpp

This file was deleted.

0 comments on commit 27ee864

Please sign in to comment.