Date: Thu, 24 Nov 2022 12:53:29 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f107bb839e70 - main - devel/tortoisehg: Update to 6.3.1 Message-ID: <202211241253.2AOCrT3X025199@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=f107bb839e701732144ded29841ac21168abaf1c commit f107bb839e701732144ded29841ac21168abaf1c Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-11-24 12:52:53 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-11-24 12:53:10 +0000 devel/tortoisehg: Update to 6.3.1 --- devel/tortoisehg/Makefile | 2 +- devel/tortoisehg/distinfo | 6 +++--- devel/tortoisehg/files/patch-tortoisehg_util_hgversion.py | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile index 087b92203705..496e4b0cee55 100644 --- a/devel/tortoisehg/Makefile +++ b/devel/tortoisehg/Makefile @@ -1,5 +1,5 @@ PORTNAME= tortoisehg -DISTVERSION= 6.2.2 +DISTVERSION= 6.3.1 CATEGORIES= devel MASTER_SITES= https://www.mercurial-scm.org/release/tortoisehg/targz/ diff --git a/devel/tortoisehg/distinfo b/devel/tortoisehg/distinfo index df343d8f3b2f..f7d2a0bd40fc 100644 --- a/devel/tortoisehg/distinfo +++ b/devel/tortoisehg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662560200 -SHA256 (tortoisehg-6.2.2.tar.gz) = 5dbbe0fc572e5ff00bdab796b1a336a1a1722dbcb7f870c27d8b51cacc04ec30 -SIZE (tortoisehg-6.2.2.tar.gz) = 8928012 +TIMESTAMP = 1669285988 +SHA256 (tortoisehg-6.3.1.tar.gz) = cc3d9c747c5b9804b0cb7af5ff6b3a16b75331e3ed0d973bcc9a931e4c970103 +SIZE (tortoisehg-6.3.1.tar.gz) = 8931552 diff --git a/devel/tortoisehg/files/patch-tortoisehg_util_hgversion.py b/devel/tortoisehg/files/patch-tortoisehg_util_hgversion.py index 7f7cdaa8cdb4..681cc076f024 100644 --- a/devel/tortoisehg/files/patch-tortoisehg_util_hgversion.py +++ b/devel/tortoisehg/files/patch-tortoisehg_util_hgversion.py @@ -1,9 +1,9 @@ ---- tortoisehg/util/hgversion.py.orig 2022-03-06 02:33:21 UTC +--- tortoisehg/util/hgversion.py.orig 2022-11-13 03:06:49 UTC +++ tortoisehg/util/hgversion.py -@@ -33,15 +33,7 @@ def checkhgversion(v): +@@ -39,15 +39,7 @@ def checkhgversion(v: bytes) -> Optional[bytes]: return vers - def checkhgversion(v): + def checkhgversion(v: bytes) -> Optional[bytes]: - """range check the Mercurial version""" - reqvers = testedwith.split() - vers = _splitversion(v) @@ -15,5 +15,5 @@ - b'%s.n, but found %s') % (reqvers[0], reqvers[-1], v) + return - def checkminhgversion(v): + def checkminhgversion(v: bytes) -> Optional[bytes]: """Check if the given Mercurial version is not lower than the minimum
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211241253.2AOCrT3X025199>