Mon Sep 10 10:23:33 2018 UTC ()
googletest: updatee to 1.8.1

v1.8.1:
1.8.1 Release reflects a current version of the project.
The 1.8.x is the last release supporting pre-C++11 compilers.
The 1.8.x will not accept any requests for any new features and any bugfix requests will only be accepted if proven "critical"


(adam)
diff -r1.14 -r1.15 pkgsrc/devel/googletest/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/googletest/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/googletest/distinfo
diff -r1.1 -r0 pkgsrc/devel/googletest/patches/patch-googletest_include_gtest_internal_gtest-port-arch.h
diff -r1.1 -r0 pkgsrc/devel/googletest/patches/patch-googletest_include_gtest_internal_gtest-port.h

cvs diff -r1.14 -r1.15 pkgsrc/devel/googletest/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/googletest/Makefile 2017/07/04 20:51:07 1.14
+++ pkgsrc/devel/googletest/Makefile 2018/09/10 10:23:33 1.15
@@ -1,22 +1,18 @@ @@ -1,22 +1,18 @@
1# $NetBSD: Makefile,v 1.14 2017/07/04 20:51:07 kamil Exp $ 1# $NetBSD: Makefile,v 1.15 2018/09/10 10:23:33 adam Exp $
2 2
3DISTNAME= googletest-1.8.0 3DISTNAME= googletest-1.8.1
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
7GITHUB_TAG= release-${PKGVERSION_NOREV} 6GITHUB_TAG= release-${PKGVERSION_NOREV}
8 7
9MAINTAINER= reed@reedmedia.net 8MAINTAINER= reed@reedmedia.net
10HOMEPAGE= https://github.com/google/googletest 9HOMEPAGE= https://github.com/google/googletest
11COMMENT= Google's C++ testing framework 10COMMENT= Google's C++ testing framework
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14INSTALLATION_DIRS= bin 13INSTALLATION_DIRS= bin
15 14
16USE_CMAKE= yes 15USE_CMAKE= yes
17USE_LANGUAGES= c c++11 16USE_LANGUAGES= c c++11
18 17
19post-install: 
20 ${RUN} cd ${DESTDIR} && find . -name '*.orig' -exec rm -f {} \; 
21 
22.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/googletest/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/googletest/PLIST 2016/10/31 16:43:17 1.5
+++ pkgsrc/devel/googletest/PLIST 2018/09/10 10:23:33 1.6
@@ -1,56 +1,66 @@ @@ -1,56 +1,66 @@
1@comment $NetBSD: PLIST,v 1.5 2016/10/31 16:43:17 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2018/09/10 10:23:33 adam Exp $
2include/gmock/gmock-actions.h 2include/gmock/gmock-actions.h
3include/gmock/gmock-cardinalities.h 3include/gmock/gmock-cardinalities.h
4include/gmock/gmock-generated-actions.h 4include/gmock/gmock-generated-actions.h
5include/gmock/gmock-generated-actions.h.pump 5include/gmock/gmock-generated-actions.h.pump
6include/gmock/gmock-generated-function-mockers.h 6include/gmock/gmock-generated-function-mockers.h
7include/gmock/gmock-generated-function-mockers.h.pump 7include/gmock/gmock-generated-function-mockers.h.pump
8include/gmock/gmock-generated-matchers.h 8include/gmock/gmock-generated-matchers.h
9include/gmock/gmock-generated-matchers.h.pump 9include/gmock/gmock-generated-matchers.h.pump
10include/gmock/gmock-generated-nice-strict.h 10include/gmock/gmock-generated-nice-strict.h
11include/gmock/gmock-generated-nice-strict.h.pump 11include/gmock/gmock-generated-nice-strict.h.pump
12include/gmock/gmock-matchers.h 12include/gmock/gmock-matchers.h
13include/gmock/gmock-more-actions.h 13include/gmock/gmock-more-actions.h
14include/gmock/gmock-more-matchers.h 14include/gmock/gmock-more-matchers.h
15include/gmock/gmock-spec-builders.h 15include/gmock/gmock-spec-builders.h
16include/gmock/gmock.h 16include/gmock/gmock.h
 17include/gmock/internal/custom/README.md
17include/gmock/internal/custom/gmock-generated-actions.h 18include/gmock/internal/custom/gmock-generated-actions.h
18include/gmock/internal/custom/gmock-generated-actions.h.pump 19include/gmock/internal/custom/gmock-generated-actions.h.pump
19include/gmock/internal/custom/gmock-matchers.h 20include/gmock/internal/custom/gmock-matchers.h
20include/gmock/internal/custom/gmock-port.h 21include/gmock/internal/custom/gmock-port.h
21include/gmock/internal/gmock-generated-internal-utils.h 22include/gmock/internal/gmock-generated-internal-utils.h
22include/gmock/internal/gmock-generated-internal-utils.h.pump 23include/gmock/internal/gmock-generated-internal-utils.h.pump
23include/gmock/internal/gmock-internal-utils.h 24include/gmock/internal/gmock-internal-utils.h
24include/gmock/internal/gmock-port.h 25include/gmock/internal/gmock-port.h
25include/gtest/gtest-death-test.h 26include/gtest/gtest-death-test.h
26include/gtest/gtest-message.h 27include/gtest/gtest-message.h
27include/gtest/gtest-param-test.h 28include/gtest/gtest-param-test.h
28include/gtest/gtest-param-test.h.pump 29include/gtest/gtest-param-test.h.pump
29include/gtest/gtest-printers.h 30include/gtest/gtest-printers.h
30include/gtest/gtest-spi.h 31include/gtest/gtest-spi.h
31include/gtest/gtest-test-part.h 32include/gtest/gtest-test-part.h
32include/gtest/gtest-typed-test.h 33include/gtest/gtest-typed-test.h
33include/gtest/gtest.h 34include/gtest/gtest.h
34include/gtest/gtest_pred_impl.h 35include/gtest/gtest_pred_impl.h
35include/gtest/gtest_prod.h 36include/gtest/gtest_prod.h
 37include/gtest/internal/custom/README.md
36include/gtest/internal/custom/gtest-port.h 38include/gtest/internal/custom/gtest-port.h
37include/gtest/internal/custom/gtest-printers.h 39include/gtest/internal/custom/gtest-printers.h
38include/gtest/internal/custom/gtest.h 40include/gtest/internal/custom/gtest.h
39include/gtest/internal/gtest-death-test-internal.h 41include/gtest/internal/gtest-death-test-internal.h
40include/gtest/internal/gtest-filepath.h 42include/gtest/internal/gtest-filepath.h
41include/gtest/internal/gtest-internal.h 43include/gtest/internal/gtest-internal.h
42include/gtest/internal/gtest-linked_ptr.h 44include/gtest/internal/gtest-linked_ptr.h
43include/gtest/internal/gtest-param-util-generated.h 45include/gtest/internal/gtest-param-util-generated.h
44include/gtest/internal/gtest-param-util-generated.h.pump 46include/gtest/internal/gtest-param-util-generated.h.pump
45include/gtest/internal/gtest-param-util.h 47include/gtest/internal/gtest-param-util.h
46include/gtest/internal/gtest-port-arch.h 48include/gtest/internal/gtest-port-arch.h
47include/gtest/internal/gtest-port.h 49include/gtest/internal/gtest-port.h
48include/gtest/internal/gtest-string.h 50include/gtest/internal/gtest-string.h
49include/gtest/internal/gtest-tuple.h 51include/gtest/internal/gtest-tuple.h
50include/gtest/internal/gtest-tuple.h.pump 52include/gtest/internal/gtest-tuple.h.pump
51include/gtest/internal/gtest-type-util.h 53include/gtest/internal/gtest-type-util.h
52include/gtest/internal/gtest-type-util.h.pump 54include/gtest/internal/gtest-type-util.h.pump
 55lib/cmake/GTest/GTestConfig.cmake
 56lib/cmake/GTest/GTestConfigVersion.cmake
 57lib/cmake/GTest/GTestTargets-noconfig.cmake
 58lib/cmake/GTest/GTestTargets.cmake
53lib/libgmock.a 59lib/libgmock.a
54lib/libgmock_main.a 60lib/libgmock_main.a
55lib/libgtest.a 61lib/libgtest.a
56lib/libgtest_main.a 62lib/libgtest_main.a
 63lib/pkgconfig/gmock.pc
 64lib/pkgconfig/gmock_main.pc
 65lib/pkgconfig/gtest.pc
 66lib/pkgconfig/gtest_main.pc

cvs diff -r1.8 -r1.9 pkgsrc/devel/googletest/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/googletest/distinfo 2017/07/04 20:51:07 1.8
+++ pkgsrc/devel/googletest/distinfo 2018/09/10 10:23:33 1.9
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.8 2017/07/04 20:51:07 kamil Exp $ 1$NetBSD: distinfo,v 1.9 2018/09/10 10:23:33 adam Exp $
2 2
3SHA1 (googletest-1.8.0.tar.gz) = e7e646a6204638fe8e87e165292b8dd9cd4c36ed 3SHA1 (googletest-1.8.1.tar.gz) = 152b849610d91a9dfa1401293f43230c2e0c33f8
4RMD160 (googletest-1.8.0.tar.gz) = b0a9e48874df3291a261ed85a0c0a4d677b01dc1 4RMD160 (googletest-1.8.1.tar.gz) = ad357c51fa7a1f4f6be069cc1ceae2c722fc28a2
5SHA512 (googletest-1.8.0.tar.gz) = 1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d 5SHA512 (googletest-1.8.1.tar.gz) = e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7
6Size (googletest-1.8.0.tar.gz) = 1281617 bytes 6Size (googletest-1.8.1.tar.gz) = 992298 bytes
7SHA1 (patch-googletest_include_gtest_internal_gtest-port-arch.h) = 105ef4b84a5fea957c9cffc0f202829c774136dc 
8SHA1 (patch-googletest_include_gtest_internal_gtest-port.h) = 86319a127b60083e07d565dbeb496af17a6f84e4 

File Deleted: pkgsrc/devel/googletest/patches/Attic/patch-googletest_include_gtest_internal_gtest-port-arch.h

File Deleted: pkgsrc/devel/googletest/patches/Attic/patch-googletest_include_gtest_internal_gtest-port.h