pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/catch2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  9 07:24:47 UTC 2022

Modified Files:
        pkgsrc/devel/catch2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/catch2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/catch2/Makefile
diff -u pkgsrc/devel/catch2/Makefile:1.10 pkgsrc/devel/catch2/Makefile:1.11
--- pkgsrc/devel/catch2/Makefile:1.10   Mon Jul 25 11:12:21 2022
+++ pkgsrc/devel/catch2/Makefile        Sun Oct  9 07:24:47 2022
@@ -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_LANGUAGES= c c++14
 USE_CMAKE=     yes
+USE_LANGUAGES= c c++14
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 CMAKE_ARGS+=   -DBUILD_TESTING=OFF

Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.11 pkgsrc/devel/catch2/distinfo:1.12
--- pkgsrc/devel/catch2/distinfo:1.11   Sat Apr  9 18:33:11 2022
+++ pkgsrc/devel/catch2/distinfo        Sun Oct  9 07:24:47 2022
@@ -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