Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2022 19:31:51 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: 3ff1f557e40c - main - devel/googletest: update to 1.12.0
Message-ID:  <202206251931.25PJVprI042891@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=3ff1f557e40c05301b5e3cc4610827cb2d16aa82

commit 3ff1f557e40c05301b5e3cc4610827cb2d16aa82
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-06-22 16:23:46 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-06-25 19:31:14 +0000

    devel/googletest: update to 1.12.0
    
    Changes:        https://github.com/google/googletest/releases/tag/release-1.12.0
    Reported by:    GitHub (watch releases)
---
 astro/phd2/Makefile                    | 2 +-
 benchmarks/apib/Makefile               | 1 +
 databases/arrow/Makefile               | 1 +
 devel/android-tools/Makefile           | 1 +
 devel/ayatana-ido/Makefile             | 1 +
 devel/googletest/Makefile              | 2 +-
 devel/googletest/distinfo              | 6 +++---
 devel/googletest/pkg-plist             | 1 +
 devel/libayatana-appindicator/Makefile | 1 +
 devel/libayatana-indicator/Makefile    | 1 +
 graphics/brunsli/Makefile              | 1 +
 graphics/s2/Makefile                   | 1 +
 lang/cling/Makefile                    | 2 +-
 net-p2p/ethash/Makefile                | 1 +
 science/libkml/Makefile                | 2 +-
 science/orthanc/Makefile               | 1 +
 x11-fonts/ots/Makefile                 | 1 +
 17 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/astro/phd2/Makefile b/astro/phd2/Makefile
index 53da445c54e1..34d091f1258a 100644
--- a/astro/phd2/Makefile
+++ b/astro/phd2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	phd2
 DISTVERSIONPREFIX=v
 DISTVERSION=	2.6.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 
 MAINTAINER=	acm@FreeBSD.org
diff --git a/benchmarks/apib/Makefile b/benchmarks/apib/Makefile
index 70d0ff6ac48b..eb72699355fa 100644
--- a/benchmarks/apib/Makefile
+++ b/benchmarks/apib/Makefile
@@ -4,6 +4,7 @@ PORTNAME=	apib
 DISTVERSIONPREFIX=	${PORTNAME:tu}_
 DISTVERSION=	1_2_1
 DISTVERSIONSUFFIX=	_RC1
+PORTREVISION=	1
 CATEGORIES=	benchmarks www
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index e5d0d50cc273..c448940e2415 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	arrow
 DISTVERSION=	8.0.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
 		https://github.com/apache/orc/archive/rel/:orc
diff --git a/devel/android-tools/Makefile b/devel/android-tools/Makefile
index 503d6b3136ff..1a41036961f3 100644
--- a/devel/android-tools/Makefile
+++ b/devel/android-tools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	android-tools
 PORTVERSION=	31.0.3p1.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GH
 
diff --git a/devel/ayatana-ido/Makefile b/devel/ayatana-ido/Makefile
index 402a4987d81a..c1d60b1a240e 100644
--- a/devel/ayatana-ido/Makefile
+++ b/devel/ayatana-ido/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ayatana-ido
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	jgh@FreeBSD.org
diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile
index 1299054b60f2..ab6ed8328078 100644
--- a/devel/googletest/Makefile
+++ b/devel/googletest/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	googletest
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	1.11.0
+DISTVERSION=	1.12.0
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/devel/googletest/distinfo b/devel/googletest/distinfo
index 419f34e49477..73ec50e5131d 100644
--- a/devel/googletest/distinfo
+++ b/devel/googletest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623433346
-SHA256 (google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
-SIZE (google-googletest-release-1.11.0_GH0.tar.gz) = 886330
+TIMESTAMP = 1655915026
+SHA256 (google-googletest-release-1.12.0_GH0.tar.gz) = 2a4f11dce6188b256f3650061525d0fe352069e5c162452818efbbf8d0b5fe1c
+SIZE (google-googletest-release-1.12.0_GH0.tar.gz) = 854928
diff --git a/devel/googletest/pkg-plist b/devel/googletest/pkg-plist
index 28876477a197..d78af6473e82 100644
--- a/devel/googletest/pkg-plist
+++ b/devel/googletest/pkg-plist
@@ -14,6 +14,7 @@ include/gmock/internal/custom/gmock-port.h
 include/gmock/internal/gmock-internal-utils.h
 include/gmock/internal/gmock-port.h
 include/gmock/internal/gmock-pp.h
+include/gtest/gtest-assertion-result.h
 include/gtest/gtest-death-test.h
 include/gtest/gtest-matchers.h
 include/gtest/gtest-message.h
diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile
index 6e4e5f493590..292c28dc3b86 100644
--- a/devel/libayatana-appindicator/Makefile
+++ b/devel/libayatana-appindicator/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libayatana-appindicator
 PORTVERSION=	0.5.91
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	jgh@FreeBSD.org
diff --git a/devel/libayatana-indicator/Makefile b/devel/libayatana-indicator/Makefile
index bbe574677a3f..075b10900bb2 100644
--- a/devel/libayatana-indicator/Makefile
+++ b/devel/libayatana-indicator/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libayatana-indicator
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	jgh@FreeBSD.org
diff --git a/graphics/brunsli/Makefile b/graphics/brunsli/Makefile
index 6d9bca277a78..c22a1345d10e 100644
--- a/graphics/brunsli/Makefile
+++ b/graphics/brunsli/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	brunsli
 PORTVERSION=	0.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile
index 23223ad64079..83eb45998ffe 100644
--- a/graphics/s2/Makefile
+++ b/graphics/s2/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	s2
 PORTVERSION=	0.10.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/lang/cling/Makefile b/lang/cling/Makefile
index 46c9b1e05247..a8146ff9e580 100644
--- a/lang/cling/Makefile
+++ b/lang/cling/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=		cling
 DISTVERSION=		0.5-2018-08-13
-PORTREVISION=		9
+PORTREVISION=	10
 CATEGORIES=		lang devel
 MASTER_SITES=		https://root.cern.ch/download/cling/
 DISTNAME=		${PORTNAME}_${DISTVERSION:C/^[0-9]\.[0-9]-//}_sources
diff --git a/net-p2p/ethash/Makefile b/net-p2p/ethash/Makefile
index 731a1854f5f1..326399c4bbdc 100644
--- a/net-p2p/ethash/Makefile
+++ b/net-p2p/ethash/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ethash
 PORTVERSION=	0.9.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 
 MAINTAINER=	nc@FreeBSD.org
diff --git a/science/libkml/Makefile b/science/libkml/Makefile
index 535a306334d2..eaa1118f95f8 100644
--- a/science/libkml/Makefile
+++ b/science/libkml/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	libkml
 PORTVERSION=	1.3.0
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	science
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile
index 76503fd3446c..c26949c9915e 100644
--- a/science/orthanc/Makefile
+++ b/science/orthanc/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	orthanc
 DISTVERSION=	1.11.0
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	https://www.orthanc-server.com/downloads/get.php?path=/orthanc/
 DISTNAME=	Orthanc-${PORTVERSION}
diff --git a/x11-fonts/ots/Makefile b/x11-fonts/ots/Makefile
index 55d5da8f53d2..de1fefd2321a 100644
--- a/x11-fonts/ots/Makefile
+++ b/x11-fonts/ots/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	ots
 PORTVERSION=	8.2.1
+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?202206251931.25PJVprI042891>