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: adam
Date: Tue Apr 7 21:36:58 UTC 2020
Modified Files:
pkgsrc/devel/googletest: Makefile PLIST buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/googletest/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/googletest/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/googletest/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 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.17 pkgsrc/devel/googletest/Makefile:1.18
--- pkgsrc/devel/googletest/Makefile:1.17 Fri Jan 10 09:28:41 2020
+++ pkgsrc/devel/googletest/Makefile Tue Apr 7 21:36:58 2020
@@ -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}
Index: pkgsrc/devel/googletest/PLIST
diff -u pkgsrc/devel/googletest/PLIST:1.6 pkgsrc/devel/googletest/PLIST:1.7
--- pkgsrc/devel/googletest/PLIST:1.6 Mon Sep 10 10:23:33 2018
+++ pkgsrc/devel/googletest/PLIST Tue Apr 7 21:36:58 2020
@@ -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-gene
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/custom/gtest.h
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
Index: pkgsrc/devel/googletest/buildlink3.mk
diff -u pkgsrc/devel/googletest/buildlink3.mk:1.1 pkgsrc/devel/googletest/buildlink3.mk:1.2
--- pkgsrc/devel/googletest/buildlink3.mk:1.1 Tue Apr 5 11:36:59 2011
+++ pkgsrc/devel/googletest/buildlink3.mk Tue Apr 7 21:36:58 2020
@@ -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
Index: pkgsrc/devel/googletest/distinfo
diff -u pkgsrc/devel/googletest/distinfo:1.9 pkgsrc/devel/googletest/distinfo:1.10
--- pkgsrc/devel/googletest/distinfo:1.9 Mon Sep 10 10:23:33 2018
+++ pkgsrc/devel/googletest/distinfo Tue Apr 7 21:36:58 2020
@@ -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