pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/googletest googletest: updated to 1.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc9117d393b2
branches:  trunk
changeset: 426885:dc9117d393b2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 07 21:36:58 2020 +0000

description:
googletest: updated to 1.10.0

Release 1.10.0
1.10.0 Release reflects a current version of the project.
The 1.10.x will not consider any requests for any new features, The bug fix
requests will only be considered if proven "critical"

High Level Changes:
This release deprecated "....TEST_CASE" API in favor of "....TEST_SUITE". In a
nutshell if you have code that uses something like
"INSTANTIATE_TYPED_TEST_CASE_P " - this and all other "*_TEST_CASE " are now
deprecated in favor of more standard _TEST_SUITE.

There is also new powerful MOCK_METHOD macro.

diffstat:

 devel/googletest/Makefile      |   5 ++---
 devel/googletest/PLIST         |  16 +++++-----------
 devel/googletest/buildlink3.mk |   3 +--
 devel/googletest/distinfo      |  10 +++++-----
 4 files changed, 13 insertions(+), 21 deletions(-)

diffs (95 lines):

diff -r 236c765b5deb -r dc9117d393b2 devel/googletest/Makefile
--- a/devel/googletest/Makefile Tue Apr 07 18:04:07 2020 +0000
+++ b/devel/googletest/Makefile Tue Apr 07 21:36:58 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/01/10 09:28:41 nros Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/07 21:36:58 adam Exp $
 
-DISTNAME=      googletest-1.8.1
-PKGREVISION=   1
+DISTNAME=      googletest-1.10.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_TAG=    release-${PKGVERSION_NOREV}
diff -r 236c765b5deb -r dc9117d393b2 devel/googletest/PLIST
--- a/devel/googletest/PLIST    Tue Apr 07 18:04:07 2020 +0000
+++ b/devel/googletest/PLIST    Tue Apr 07 21:36:58 2020 +0000
@@ -1,17 +1,17 @@
-@comment $NetBSD: PLIST,v 1.6 2018/09/10 10:23:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/04/07 21:36:58 adam Exp $
 include/gmock/gmock-actions.h
 include/gmock/gmock-cardinalities.h
+include/gmock/gmock-function-mocker.h
 include/gmock/gmock-generated-actions.h
 include/gmock/gmock-generated-actions.h.pump
 include/gmock/gmock-generated-function-mockers.h
 include/gmock/gmock-generated-function-mockers.h.pump
 include/gmock/gmock-generated-matchers.h
 include/gmock/gmock-generated-matchers.h.pump
-include/gmock/gmock-generated-nice-strict.h
-include/gmock/gmock-generated-nice-strict.h.pump
 include/gmock/gmock-matchers.h
 include/gmock/gmock-more-actions.h
 include/gmock/gmock-more-matchers.h
+include/gmock/gmock-nice-strict.h
 include/gmock/gmock-spec-builders.h
 include/gmock/gmock.h
 include/gmock/internal/custom/README.md
@@ -19,14 +19,13 @@
 include/gmock/internal/custom/gmock-generated-actions.h.pump
 include/gmock/internal/custom/gmock-matchers.h
 include/gmock/internal/custom/gmock-port.h
-include/gmock/internal/gmock-generated-internal-utils.h
-include/gmock/internal/gmock-generated-internal-utils.h.pump
 include/gmock/internal/gmock-internal-utils.h
 include/gmock/internal/gmock-port.h
+include/gmock/internal/gmock-pp.h
 include/gtest/gtest-death-test.h
+include/gtest/gtest-matchers.h
 include/gtest/gtest-message.h
 include/gtest/gtest-param-test.h
-include/gtest/gtest-param-test.h.pump
 include/gtest/gtest-printers.h
 include/gtest/gtest-spi.h
 include/gtest/gtest-test-part.h
@@ -41,15 +40,10 @@
 include/gtest/internal/gtest-death-test-internal.h
 include/gtest/internal/gtest-filepath.h
 include/gtest/internal/gtest-internal.h
-include/gtest/internal/gtest-linked_ptr.h
-include/gtest/internal/gtest-param-util-generated.h
-include/gtest/internal/gtest-param-util-generated.h.pump
 include/gtest/internal/gtest-param-util.h
 include/gtest/internal/gtest-port-arch.h
 include/gtest/internal/gtest-port.h
 include/gtest/internal/gtest-string.h
-include/gtest/internal/gtest-tuple.h
-include/gtest/internal/gtest-tuple.h.pump
 include/gtest/internal/gtest-type-util.h
 include/gtest/internal/gtest-type-util.h.pump
 lib/cmake/GTest/GTestConfig.cmake
diff -r 236c765b5deb -r dc9117d393b2 devel/googletest/buildlink3.mk
--- a/devel/googletest/buildlink3.mk    Tue Apr 07 18:04:07 2020 +0000
+++ b/devel/googletest/buildlink3.mk    Tue Apr 07 21:36:58 2020 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2011/04/05 11:36:59 obache Exp $
-#
+# $NetBSD: buildlink3.mk,v 1.2 2020/04/07 21:36:58 adam Exp $
 
 BUILDLINK_TREE+=       googletest
 
diff -r 236c765b5deb -r dc9117d393b2 devel/googletest/distinfo
--- a/devel/googletest/distinfo Tue Apr 07 18:04:07 2020 +0000
+++ b/devel/googletest/distinfo Tue Apr 07 21:36:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/09/10 10:23:33 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/04/07 21:36:58 adam Exp $
 
-SHA1 (googletest-1.8.1.tar.gz) = 152b849610d91a9dfa1401293f43230c2e0c33f8
-RMD160 (googletest-1.8.1.tar.gz) = ad357c51fa7a1f4f6be069cc1ceae2c722fc28a2
-SHA512 (googletest-1.8.1.tar.gz) = e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7
-Size (googletest-1.8.1.tar.gz) = 992298 bytes
+SHA1 (googletest-1.10.0.tar.gz) = 9c89be7df9c5e8cb0bc20b3c4b39bf7e82686770
+RMD160 (googletest-1.10.0.tar.gz) = f2f7f96adf1ab8aae3f6204fdba3ff150fd4396b
+SHA512 (googletest-1.10.0.tar.gz) = bd52abe938c3722adc2347afad52ea3a17ecc76730d8d16b065e165bc7477d762bce0997a427131866a89f1001e3f3315198204ffa5d643a9355f1f4d0d7b1a9
+Size (googletest-1.10.0.tar.gz) = 904349 bytes



Home | Main Index | Thread Index | Old Index