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 context 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,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/07/04 20:51:07 kamil Exp $
+# $NetBSD: Makefile,v 1.15 2018/09/10 10:23:33 adam Exp $
 
-DISTNAME=	googletest-1.8.0
-PKGREVISION=	1
+DISTNAME=	googletest-1.8.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=google/}
 GITHUB_TAG=	release-${PKGVERSION_NOREV}
@@ -15,8 +14,5 @@
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++11
-
-post-install:
-	${RUN} cd ${DESTDIR} && find . -name '*.orig' -exec rm -f {} \;
 
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/googletest/PLIST (expand / switch to context 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,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/10/31 16:43:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/09/10 10:23:33 adam Exp $
 include/gmock/gmock-actions.h
 include/gmock/gmock-cardinalities.h
 include/gmock/gmock-generated-actions.h
@@ -14,6 +14,7 @@
 include/gmock/gmock-more-matchers.h
 include/gmock/gmock-spec-builders.h
 include/gmock/gmock.h
+include/gmock/internal/custom/README.md
 include/gmock/internal/custom/gmock-generated-actions.h
 include/gmock/internal/custom/gmock-generated-actions.h.pump
 include/gmock/internal/custom/gmock-matchers.h
@@ -33,6 +34,7 @@
 include/gtest/gtest.h
 include/gtest/gtest_pred_impl.h
 include/gtest/gtest_prod.h
+include/gtest/internal/custom/README.md
 include/gtest/internal/custom/gtest-port.h
 include/gtest/internal/custom/gtest-printers.h
 include/gtest/internal/custom/gtest.h
@@ -50,7 +52,15 @@
 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
+lib/cmake/GTest/GTestConfigVersion.cmake
+lib/cmake/GTest/GTestTargets-noconfig.cmake
+lib/cmake/GTest/GTestTargets.cmake
 lib/libgmock.a
 lib/libgmock_main.a
 lib/libgtest.a
 lib/libgtest_main.a
+lib/pkgconfig/gmock.pc
+lib/pkgconfig/gmock_main.pc
+lib/pkgconfig/gtest.pc
+lib/pkgconfig/gtest_main.pc

cvs diff -r1.8 -r1.9 pkgsrc/devel/googletest/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.8 2017/07/04 20:51:07 kamil Exp $
+$NetBSD: distinfo,v 1.9 2018/09/10 10:23:33 adam Exp $
 
-SHA1 (googletest-1.8.0.tar.gz) = e7e646a6204638fe8e87e165292b8dd9cd4c36ed
+SHA1 (googletest-1.8.1.tar.gz) = 152b849610d91a9dfa1401293f43230c2e0c33f8
-RMD160 (googletest-1.8.0.tar.gz) = b0a9e48874df3291a261ed85a0c0a4d677b01dc1
+RMD160 (googletest-1.8.1.tar.gz) = ad357c51fa7a1f4f6be069cc1ceae2c722fc28a2
-SHA512 (googletest-1.8.0.tar.gz) = 1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d
+SHA512 (googletest-1.8.1.tar.gz) = e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7
-Size (googletest-1.8.0.tar.gz) = 1281617 bytes
+Size (googletest-1.8.1.tar.gz) = 992298 bytes
-SHA1 (patch-googletest_include_gtest_internal_gtest-port-arch.h) = 105ef4b84a5fea957c9cffc0f202829c774136dc
-SHA1 (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