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 Jul 3 13:36:45 UTC 2022
Modified Files:
pkgsrc/devel/googletest: Makefile PLIST distinfo
Log Message:
googletest: update to 1.12.1.
1.12.1
C++ Language Support
This will be the last release to support C++11. Future releases will require at least C++14.
Mocking
Support for move-only values to Return (5126f71)
Matchers
New matchers
WhenBase64Unescaped (652ec31)
ResultOf() now has a 3-arg overload that takes a description string for better error messages (0e40217)
Build & Test
CMake minimum increased to 3.5
Bazel users that build GoogleTest using the Abseil library as a dependency now also require a dependency on RE2 (e33c2b2)
Bazel users that build GoogleTest using the Abseil library now use the Abseil library to parse all command-line flags (25dcdc7)
Patches
58d77fa - Fixes the version number in CMakeLists.txt (#3911)
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/googletest/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/googletest/PLIST
cvs rdiff -u -r1.13 -r1.14 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.20 pkgsrc/devel/googletest/Makefile:1.21
--- pkgsrc/devel/googletest/Makefile:1.20 Mon Jun 28 09:07:53 2021
+++ pkgsrc/devel/googletest/Makefile Sun Jul 3 13:36:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/06/28 09:07:53 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/07/03 13:36:45 wiz Exp $
-DISTNAME= googletest-1.11.0
+DISTNAME= googletest-1.12.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= release-${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
INSTALLATION_DIRS= bin
USE_CMAKE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
# cc1plus: error: unrecognized command line option "-std=c++11"
GCC_REQD+= 4.8
Index: pkgsrc/devel/googletest/PLIST
diff -u pkgsrc/devel/googletest/PLIST:1.8 pkgsrc/devel/googletest/PLIST:1.9
--- pkgsrc/devel/googletest/PLIST:1.8 Mon Jun 28 09:07:53 2021
+++ pkgsrc/devel/googletest/PLIST Sun Jul 3 13:36:45 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/06/28 09:07:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/07/03 13:36:45 wiz Exp $
include/gmock/gmock-actions.h
include/gmock/gmock-cardinalities.h
include/gmock/gmock-function-mocker.h
@@ -15,6 +15,7 @@ include/gmock/internal/custom/gmock-port
include/gmock/internal/gmock-internal-utils.h
include/gmock/internal/gmock-port.h
include/gmock/internal/gmock-pp.h
+include/gtest/gtest-assertion-result.h
include/gtest/gtest-death-test.h
include/gtest/gtest-matchers.h
include/gtest/gtest-message.h
Index: pkgsrc/devel/googletest/distinfo
diff -u pkgsrc/devel/googletest/distinfo:1.13 pkgsrc/devel/googletest/distinfo:1.14
--- pkgsrc/devel/googletest/distinfo:1.13 Tue Oct 26 10:14:47 2021
+++ pkgsrc/devel/googletest/distinfo Sun Jul 3 13:36:45 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:14:47 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/07/03 13:36:45 wiz Exp $
-BLAKE2s (googletest-1.11.0.tar.gz) = 0b546cc02c7a8d6e15337b5dde02e2ff1c17bb5232212cba0b665ad47ff51eac
-SHA512 (googletest-1.11.0.tar.gz) = 6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28
-Size (googletest-1.11.0.tar.gz) = 886330 bytes
+BLAKE2s (googletest-1.12.1.tar.gz) = e922ffca935005022fa75550fe5d8ea68341cdac406a7082d7d7ae1a6ca35b7f
+SHA512 (googletest-1.12.1.tar.gz) = a9104dc6c53747e36e7dd7bb93dfce51a558bd31b487a9ef08def095518e1296da140e0db263e0644d9055dbd903c0cb69380cb2322941dbfb04780ef247df9c
+Size (googletest-1.12.1.tar.gz) = 854944 bytes
Home |
Main Index |
Thread Index |
Old Index