pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/googletest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  9 14:24:26 UTC 2025

Modified Files:
        pkgsrc/devel/googletest: Makefile distinfo

Log Message:
googletest: update to 1.16.0.

C++ Language Support

    GoogleTest requires at least C++14 and follows Google's
    Foundational C++ Support Policy. See this table for a list of
    currently supported versions compilers, platforms, and build
    tools.
    The 1.16.x branch will be the last to support C++14. Future
    development will require at least C++17.

Notable Changes

    Bazel BUILD files now reference repositories by their canonical
    names from the Bazel Central Registry (cee1ba1). Users still
    using the old WORKSPACE system may need to use repo_mapping on
    repositories that still use the old names.
    Testsuite properties as are now exported as XML elements, not
    attributes (b4aae50).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/googletest/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/googletest/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/googletest/Makefile
diff -u pkgsrc/devel/googletest/Makefile:1.28 pkgsrc/devel/googletest/Makefile:1.29
--- pkgsrc/devel/googletest/Makefile:1.28       Fri Aug  2 07:43:12 2024
+++ pkgsrc/devel/googletest/Makefile    Sun Feb  9 14:24:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/08/02 07:43:12 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/02/09 14:24:26 wiz Exp $
 
-DISTNAME=      googletest-1.15.2
+DISTNAME=      googletest-1.16.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/googletest/distinfo
diff -u pkgsrc/devel/googletest/distinfo:1.19 pkgsrc/devel/googletest/distinfo:1.20
--- pkgsrc/devel/googletest/distinfo:1.19       Fri Aug  2 07:43:12 2024
+++ pkgsrc/devel/googletest/distinfo    Sun Feb  9 14:24:26 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2024/08/02 07:43:12 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/02/09 14:24:26 wiz Exp $
 
-BLAKE2s (googletest-1.15.2.tar.gz) = 81a3a4e37f882c5c77dafe5ecd41c356ec28ff79e34552ad4238c327127bcd9a
-SHA512 (googletest-1.15.2.tar.gz) = 9046841044a2bf7edfd96854ad9c44ffae4fcb9fb59a075b367507c0762a98eb32cb6968d46663228272e26321e96f4dd287c95baa22c6af9bad902b8b6ede4e
-Size (googletest-1.15.2.tar.gz) = 872667 bytes
+BLAKE2s (googletest-1.16.0.tar.gz) = ef6bfa20dcbe1678678be6677bdab1af39f6139de27b038c822a74ea43e76cc4
+SHA512 (googletest-1.16.0.tar.gz) = bec8dad2a5abbea8e9e5f0ceedd8c9dbdb8939e9f74785476b0948f21f5db5901018157e78387e106c6717326558d6642fc0e39379c62af57bf1205a9df8a18b
+Size (googletest-1.16.0.tar.gz) = 876245 bytes
 SHA1 (patch-googletest_src_gtest.cc) = facc0a9bbeb45603ea069e609f06a20dcd624984



Home | Main Index | Thread Index | Old Index