devel/catch: update to 2.4.2, unbreak on unsigned char platforms [1]
Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.4.2 [1] https://github.com/catchorg/Catch2/commit/f1faaa
This commit is contained in:
parent
79d84ce46a
commit
0f0ecf7b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483375
2 changed files with 4 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= catch
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.4.1
|
||||
DISTVERSION= 2.4.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
|
@ -12,8 +12,6 @@ COMMENT= Header-only test framework for C++
|
|||
LICENSE= BSL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_powerpc64= fails to compile: catch_tostring.cpp:206:21: comparison is always true due to limited range of data type
|
||||
|
||||
USES= compiler:c++14-lang cmake:outsource pathfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= catchorg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1538380040
|
||||
SHA256 (catchorg-Catch2-v2.4.1_GH0.tar.gz) = e1b559d77bd857cb0f773e3e826ac1d7e016cf14057fd14b9e99ec3b2c6b809f
|
||||
SIZE (catchorg-Catch2-v2.4.1_GH0.tar.gz) = 532924
|
||||
TIMESTAMP = 1540801496
|
||||
SHA256 (catchorg-Catch2-v2.4.2_GH0.tar.gz) = 9f3caf00749f9aa378d40db5a04019c684419457fd56cee625714de1bff45a92
|
||||
SIZE (catchorg-Catch2-v2.4.2_GH0.tar.gz) = 536815
|
||||
|
|
Loading…
Reference in a new issue