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:   wiz
Date:           Tue Sep 29 10:32:06 UTC 2020

Modified Files:
        pkgsrc/devel/catch2: Makefile distinfo

Log Message:
catch2: update to 2.13.1.

Improvements

    ParseAndAddCatchTests handles CMake v3.18.0 correctly (#1984)
    Improved autodetection of std::byte (#1992)
    Simplified implementation of templated test cases (#2007)
        This should have a tiny positive effect on its compilation throughput

Fixes

    Automatic stringification of ranges handles sentinel ranges properly (#2004)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/catch2/Makefile \
    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.5 pkgsrc/devel/catch2/Makefile:1.6
--- pkgsrc/devel/catch2/Makefile:1.5    Fri Jul 31 08:48:23 2020
+++ pkgsrc/devel/catch2/Makefile        Tue Sep 29 10:32:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/07/31 08:48:23 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/29 10:32:06 wiz Exp $
 
-DISTNAME=      Catch2-2.13.0
+DISTNAME=      Catch2-2.13.1
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.5 pkgsrc/devel/catch2/distinfo:1.6
--- pkgsrc/devel/catch2/distinfo:1.5    Fri Jul 31 08:48:23 2020
+++ pkgsrc/devel/catch2/distinfo        Tue Sep 29 10:32:06 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/07/31 08:48:23 wiz Exp $
+$NetBSD: distinfo,v 1.6 2020/09/29 10:32:06 wiz Exp $
 
-SHA1 (Catch2-2.13.0.tar.gz) = 9c73cc1f0ecff45ede6935d9fc34dec68a08ab03
-RMD160 (Catch2-2.13.0.tar.gz) = 8ab6de040b1b2237e330583296cd011ce2aefdb0
-SHA512 (Catch2-2.13.0.tar.gz) = 07786a9426d9696cd8f9cad14a3d5d00ad507ba6a63699f0cce567b4749d60a25eaf2e469902d8f867f282e2f635021ad6ea38648d69a6316b296b913f7c172d
-Size (Catch2-2.13.0.tar.gz) = 650897 bytes
+SHA1 (Catch2-2.13.1.tar.gz) = cd82d3964b6b211e6f5e768f42b950b798871006
+RMD160 (Catch2-2.13.1.tar.gz) = 18e9991ef8d461f21c6d766658f74ecb0a75500b
+SHA512 (Catch2-2.13.1.tar.gz) = 2c5394d4ca8346d7d64203048f4ba503c2f813aa2ea7d065ffb9c63f532b7f18daee3e1a4a37314575e33f14259182edd1db030ed254b97a2e3f11d295555397
+Size (Catch2-2.13.1.tar.gz) = 651476 bytes



Home | Main Index | Thread Index | Old Index