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:           Fri Mar  3 09:58:34 UTC 2023

Modified Files:
        pkgsrc/devel/googletest: Makefile distinfo

Log Message:
googletest: updated to 1.13.0

v1.13.0

C++ Language Support

GoogleTest now requires at least C++14 and follows Google's Foundational C++ Support Policy. See this table for a list of currently supported versions compilers, platforms, and build tools.

Notable Changes

Floating point prints full precision by default to aid in debugging (9c33214)
GTEST_FAIL_AT now terminates the test (like ASSERT_*), rather than failing and continuing (like EXPECT_*) (6f14952)
Added testing::SrcDir(), which returns the configured directory for test data files (912db74)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/googletest/Makefile
cvs rdiff -u -r1.14 -r1.15 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.22 pkgsrc/devel/googletest/Makefile:1.23
--- pkgsrc/devel/googletest/Makefile:1.22       Tue Jan 24 18:36:22 2023
+++ pkgsrc/devel/googletest/Makefile    Fri Mar  3 09:58:34 2023
@@ -1,24 +1,22 @@
-# $NetBSD: Makefile,v 1.22 2023/01/24 18:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/03/03 09:58:34 adam Exp $
 
-DISTNAME=      googletest-1.12.1
+DISTNAME=      googletest-1.13.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
-GITHUB_TAG=    release-${PKGVERSION_NOREV}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    reed%reedmedia.net@localhost
 HOMEPAGE=      https://github.com/google/googletest
 COMMENT=       Google's C++ testing framework
 LICENSE=       modified-bsd
 
-INSTALLATION_DIRS=     bin
-
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES= c c++14
 
 # cc1plus: error: unrecognized command line option "-std=c++11"
-GCC_REQD+=             4.8
+GCC_REQD+=     7
 
-CFLAGS+=               -fPIE
-CXXFLAGS+=             -fPIE
+CFLAGS+=       -fPIE
+CXXFLAGS+=     -fPIE
 
 PKGCONFIG_OVERRIDE+=   googlemock/cmake/gmock.pc.in
 PKGCONFIG_OVERRIDE+=   googlemock/cmake/gmock_main.pc.in

Index: pkgsrc/devel/googletest/distinfo
diff -u pkgsrc/devel/googletest/distinfo:1.14 pkgsrc/devel/googletest/distinfo:1.15
--- pkgsrc/devel/googletest/distinfo:1.14       Sun Jul  3 13:36:45 2022
+++ pkgsrc/devel/googletest/distinfo    Fri Mar  3 09:58:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/07/03 13:36:45 wiz Exp $
+$NetBSD: distinfo,v 1.15 2023/03/03 09:58:34 adam Exp $
 
-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
+BLAKE2s (googletest-1.13.0.tar.gz) = 5ca3858ed2cc9133d01cbccba93f15515b14c447e6543b10bf206e5a0e63ce00
+SHA512 (googletest-1.13.0.tar.gz) = 70c0cfb1b4147bdecb467ecb22ae5b5529eec0abc085763213a796b7cdbd81d1761d12b342060539b936fa54f345d33f060601544874d6213fdde79111fa813e
+Size (googletest-1.13.0.tar.gz) = 862871 bytes



Home | Main Index | Thread Index | Old Index