pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/catch2 catch2: updated to 2.13.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43c6795174aa
branches:  trunk
changeset: 386458:43c6795174aa
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 09 07:24:47 2022 +0000

description:
catch2: updated to 2.13.9

v2.13.9

Fixed issue with -# (filename-as-tag) flag when __FILE__ expands into filename without directories
Fixed CAPTURE macro not being variadic when disabled through CATCH_CONFIG_DISABLE

diffstat:

 devel/catch2/Makefile |  8 ++++----
 devel/catch2/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 5ac0dd690a7e -r 43c6795174aa devel/catch2/Makefile
--- a/devel/catch2/Makefile     Sun Oct 09 07:22:03 2022 +0000
+++ b/devel/catch2/Makefile     Sun Oct 09 07:24:47 2022 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:21 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/09 07:24:47 adam Exp $
 
-DISTNAME=      Catch2-2.13.8
+DISTNAME=      Catch2-2.13.9
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/catchorg/Catch2/
+HOMEPAGE=      https://github.com/catchorg/Catch2
 COMMENT=       C++ header-only test framework for unit tests
 LICENSE=       boost-license
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
+USE_CMAKE=     yes
 USE_LANGUAGES= c c++14
-USE_CMAKE=     yes
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 CMAKE_ARGS+=   -DBUILD_TESTING=OFF
diff -r 5ac0dd690a7e -r 43c6795174aa devel/catch2/distinfo
--- a/devel/catch2/distinfo     Sun Oct 09 07:22:03 2022 +0000
+++ b/devel/catch2/distinfo     Sun Oct 09 07:24:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/04/09 18:33:11 bsiegert Exp $
+$NetBSD: distinfo,v 1.12 2022/10/09 07:24:47 adam Exp $
 
-BLAKE2s (Catch2-2.13.8.tar.gz) = 9587f0154c96b68c30da7e700af70aff2eb90e39e1962813cc3ffa0d91777e03
-SHA512 (Catch2-2.13.8.tar.gz) = 68a45efa47beb3c85d2d7b8a8eba89b8ec1664b4a72bb223227fef1632778aeaf5cf5cc09f40e47aef50426c8661c7d6a69c2dab0b88fbbf7d9a6b2974d6e32e
-Size (Catch2-2.13.8.tar.gz) = 661711 bytes
+BLAKE2s (Catch2-2.13.9.tar.gz) = f8dec48d645a69b6ae0be96dde498308e9000f62e59bc9b87890791eae0551fa
+SHA512 (Catch2-2.13.9.tar.gz) = 4a254a20a1d916c14ffa072daa3d371d9ad4b5eb4d3c9257301c7c2ae9171116701cca2438a66ab731604c5b7a9cf4336197a31e32b8ca9bcf93db64bbba344b
+Size (Catch2-2.13.9.tar.gz) = 661915 bytes



Home | Main Index | Thread Index | Old Index