git: 822b7bc3f703 - main - devel/git-review: Update to 2.2.0

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Fri, 04 Mar 2022 19:22:29 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=822b7bc3f70326bef9279f41c6d9597608ba557e

commit 822b7bc3f70326bef9279f41c6d9597608ba557e
Author:     Sébastian Santoro <dereckson@gmail.com>
AuthorDate: 2022-03-04 19:18:13 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-03-04 19:21:55 +0000

    devel/git-review: Update to 2.2.0
    
    Changes:        https://docs.opendev.org/opendev/git-review/latest/releasenotes.html
    PR:             262164
---
 devel/git-review/Makefile  | 10 +++-------
 devel/git-review/distinfo  |  8 +++-----
 devel/git-review/pkg-descr |  2 +-
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/devel/git-review/Makefile b/devel/git-review/Makefile
index 9d669c766f3d..cd0fb6043a02 100644
--- a/devel/git-review/Makefile
+++ b/devel/git-review/Makefile
@@ -1,12 +1,8 @@
 PORTNAME=	git-review
-DISTVERSION=	1.28.0
-PORTREVISION=	1
+DISTVERSION=	2.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 
-PATCH_SITES=	https://opendev.org/opendev/${PORTNAME}/commit/
-PATCHFILES+=	7182166ec00ad3645821435d72c5424b4629165f.diff:-p1 # Fix run with git >= 2.34.0
-
 MAINTAINER=	dereckson@gmail.com
 COMMENT=	Allow to push code to review and interact with a Gerrit server
 
@@ -17,11 +13,11 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	git:devel/git \
 		${PYTHON_PKGNAMEPREFIX}requests>2.4:www/py-requests@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist distutils concurrent optsuffix
 NO_ARCH=	yes
 
-PORTDOCS=	README.rst HACKING.rst AUTHORS
+PORTDOCS=	README.rst CONTRIBUTING.rst AUTHORS
 
 OPTIONS_DEFINE=	DOCS
 
diff --git a/devel/git-review/distinfo b/devel/git-review/distinfo
index f064e2a38f4b..43ff3b5d927e 100644
--- a/devel/git-review/distinfo
+++ b/devel/git-review/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1646417694
-SHA256 (git-review-1.28.0.tar.gz) = 8e3aabb7b9484063e49c2504d137609401e32ad5128ff2a5cf43e98d5d3dc15a
-SIZE (git-review-1.28.0.tar.gz) = 60496
-SHA256 (7182166ec00ad3645821435d72c5424b4629165f.diff) = b3d81591bf48654b408183cb844b6950063b5824d6e4b1c4d76f810350f1ddf2
-SIZE (7182166ec00ad3645821435d72c5424b4629165f.diff) = 4489
+TIMESTAMP = 1645662894
+SHA256 (git-review-2.2.0.tar.gz) = fd97a00e5c15173eb097cef8e8b7915df96d878ad11eb62cb44983642b8f3a63
+SIZE (git-review-2.2.0.tar.gz) = 64905
diff --git a/devel/git-review/pkg-descr b/devel/git-review/pkg-descr
index 2cd4259c01a8..8a586d13e87b 100644
--- a/devel/git-review/pkg-descr
+++ b/devel/git-review/pkg-descr
@@ -4,4 +4,4 @@ from the console.
 It allows you to push change to review, download a changeset into a new branch,
 push a change as draft or push an amended change as new patchset.
 
-WWW: https://launchpad.net/git-review/
+WWW: https://docs.opendev.org/opendev/git-review/