Date: Thu, 3 Jun 2021 15:04:55 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ab6322ef63e1 - main - devel/googletest: update to 1.10.0.667 Message-ID: <202106031504.153F4tsD050479@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab6322ef63e1cba290f023a6604943e0bea7499d commit ab6322ef63e1cba290f023a6604943e0bea7499d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-06-02 21:55:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-06-03 15:04:43 +0000 devel/googletest: update to 1.10.0.667 Upstream no longer makes releases, see https://github.com/google/googletest/commit/861d535e2595 Changes: https://github.com/google/googletest/compare/release-1.10.0...53495a2a Reported by: ngie (1 year ago) --- astro/phd2/Makefile | 1 + databases/arrow/Makefile | 1 + devel/googletest/Makefile | 8 ++------ devel/googletest/distinfo | 6 +++--- devel/googletest/pkg-plist | 7 ++++--- graphics/s2/Makefile | 1 + lang/cling/Makefile | 2 +- science/libkml/Makefile | 2 +- x11-fonts/ots/Makefile | 1 + 9 files changed, 15 insertions(+), 14 deletions(-) diff --git a/astro/phd2/Makefile b/astro/phd2/Makefile index 2d2033f5b382..737ed3235a42 100644 --- a/astro/phd2/Makefile +++ b/astro/phd2/Makefile @@ -1,6 +1,7 @@ PORTNAME= phd2 DISTVERSIONPREFIX=v DISTVERSION= 2.6.9dev5 +PORTREVISION= 1 CATEGORIES= astro MAINTAINER= acm@FreeBSD.org diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index f197344711b6..acae33f94a70 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,5 +1,6 @@ PORTNAME= arrow DISTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://mirrors.advancedhosters.com/apache/${PORTNAME}/${PORTNAME}-${DISTVERSION}/ \ https://github.com/apache/orc/archive/rel/:orc diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index 7710751ec812..c2614253b7df 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -2,8 +2,8 @@ PORTNAME= googletest DISTVERSIONPREFIX= release- -DISTVERSION= 1.10.0 -PORTREVISION= 1 +DISTVERSION= 1.10.0-667 +DISTVERSIONSUFFIX= -g53495a2a CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -20,8 +20,4 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_TESTING_ON= gtest_build_tests gmock_build_tests -post-install: -# Drop unused not preprocessed headers - ${FIND} ${STAGEDIR}${PREFIX} -name '*.pump' -delete - .include <bsd.port.mk> diff --git a/devel/googletest/distinfo b/devel/googletest/distinfo index 2e0bcf6c9abc..420f38220949 100644 --- a/devel/googletest/distinfo +++ b/devel/googletest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570114335 -SHA256 (google-googletest-release-1.10.0_GH0.tar.gz) = 9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb -SIZE (google-googletest-release-1.10.0_GH0.tar.gz) = 904349 +TIMESTAMP = 1622670909 +SHA256 (google-googletest-release-1.10.0-667-g53495a2a_GH0.tar.gz) = 84948909dec95d8dab4eaf76510c80efd36e2ef009cc3e08613e78101b3c66d5 +SIZE (google-googletest-release-1.10.0-667-g53495a2a_GH0.tar.gz) = 887271 diff --git a/devel/googletest/pkg-plist b/devel/googletest/pkg-plist index 6cea7ef19873..921615973c81 100644 --- a/devel/googletest/pkg-plist +++ b/devel/googletest/pkg-plist @@ -1,9 +1,6 @@ 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-function-mockers.h -include/gmock/gmock-generated-matchers.h include/gmock/gmock-matchers.h include/gmock/gmock-more-actions.h include/gmock/gmock-more-matchers.h @@ -45,9 +42,13 @@ lib/cmake/GTest/GTestConfigVersion.cmake lib/cmake/GTest/GTestTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/GTest/GTestTargets.cmake lib/libgmock.so +lib/libgmock.so.1.10.0 lib/libgmock_main.so +lib/libgmock_main.so.1.10.0 lib/libgtest.so +lib/libgtest.so.1.10.0 lib/libgtest_main.so +lib/libgtest_main.so.1.10.0 libdata/pkgconfig/gmock.pc libdata/pkgconfig/gmock_main.pc libdata/pkgconfig/gtest.pc diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile index 1b40d414d4cb..c60ab6a63056 100644 --- a/graphics/s2/Makefile +++ b/graphics/s2/Makefile @@ -3,6 +3,7 @@ PORTNAME= s2 PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org diff --git a/lang/cling/Makefile b/lang/cling/Makefile index 46aaa3c78bf5..0ce7dcd97652 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -2,7 +2,7 @@ PORTNAME= cling DISTVERSION= 0.5-2018-08-13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang devel MASTER_SITES= https://root.cern.ch/download/cling/ DISTNAME= ${PORTNAME}_${DISTVERSION:C/^[0-9]\.[0-9]-//}_sources diff --git a/science/libkml/Makefile b/science/libkml/Makefile index 5d890f8575fb..fc559a522a30 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkml PORTVERSION= 1.3.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org diff --git a/x11-fonts/ots/Makefile b/x11-fonts/ots/Makefile index 7c840198cc64..71eddec5a559 100644 --- a/x11-fonts/ots/Makefile +++ b/x11-fonts/ots/Makefile @@ -2,6 +2,7 @@ PORTNAME= ots PORTVERSION= 8.1.4 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/khaledhosny/ots/releases/download/v${PORTVERSION}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106031504.153F4tsD050479>