git: 7e0b1682b65c - main - devel/grpc: Update to 1.45.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:21:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e0b1682b65c49b0843963f8528e80528b11d687

commit 7e0b1682b65c49b0843963f8528e80528b11d687
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 03:55:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:07 +0000

    devel/grpc: Update to 1.45.1
    
    Changes:        https://github.com/grpc/grpc/releases
---
 devel/grpc/Makefile                                                 | 4 ++--
 devel/grpc/distinfo                                                 | 6 +++---
 .../grpc/files/{extra-patch-CMakeLists.txt => extra-patch-openssl}  | 0
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index 3ec2680cfc68..5dff30e484e9 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -1,7 +1,7 @@
 # Created by: vanilla@
 
 PORTNAME=	grpc
-PORTVERSION=	1.45.0
+PORTVERSION=	1.45.1
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	2
 CATEGORIES=	devel
@@ -44,7 +44,7 @@ CONFLICTS_INSTALL=	grpc130 grpc134 grpc142
 
 # Remove openssl from grpc.pc because we do not ship openssl.pc in base system
 .if ${SSL_DEFAULT} == base
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-CMakeLists.txt
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-openssl
 .endif
 
 post-patch:
diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo
index 4d23fa6bc868..8bac25947c1a 100644
--- a/devel/grpc/distinfo
+++ b/devel/grpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648247522
-SHA256 (grpc-grpc-v1.45.0_GH0.tar.gz) = ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd
-SIZE (grpc-grpc-v1.45.0_GH0.tar.gz) = 8823253
+TIMESTAMP = 1649423668
+SHA256 (grpc-grpc-v1.45.1_GH0.tar.gz) = 46ee3d12c6d42a4ded46ba025c8ba09850425312c710c6ee6e084bd808ebc1e8
+SIZE (grpc-grpc-v1.45.1_GH0.tar.gz) = 8824053
diff --git a/devel/grpc/files/extra-patch-CMakeLists.txt b/devel/grpc/files/extra-patch-openssl
similarity index 100%
rename from devel/grpc/files/extra-patch-CMakeLists.txt
rename to devel/grpc/files/extra-patch-openssl