From nobody Wed Dec 1 14:55:57 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 59F5718A5F5F; Wed, 1 Dec 2021 14:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J42G606y7z4vMt; Wed, 1 Dec 2021 14:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D900A38DC; Wed, 1 Dec 2021 14:55:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B1Etv9K038638; Wed, 1 Dec 2021 14:55:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B1EtvcX038637; Wed, 1 Dec 2021 14:55:57 GMT (envelope-from git) Date: Wed, 1 Dec 2021 14:55:57 GMT Message-Id: <202112011455.1B1EtvcX038637@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: ae9c01a00d6a - main - devel/mercurial: update to 6.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ae9c01a00d6ae5884b1f2911884ceb55bb3dc20c Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638370558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zOPH+WvkvMZyOQ1C+dtKYAFqISuxjuZrEiVjohg748A=; b=dUwQECTk4V5LK/VVdjhS+6gbBEvPMMDvrvVAZobRk+pyN6BINWEhiS/rguAzhathVY1o6o TRGOpthXGME2m0S+LcZKQB1qnOR2eYCN/JHz1dTE9npzvtYnIdVdMBa0Ek2DBBZ/BkUdcg 9+ShOeZBywdzu2SCJEcNtAL6xTgXkZf+jB0iHPKn9FHsPVy5akNM2pW1hRxRj9565owzz+ KC/QeLL/HKb5NrpukjvH+NAeTW26Ihr/aRYEpmasv5OkZ+i5uuFFF4GCM+CPzyt3ekNoUz ryuQdmIf5IMdba/VcRCOzwzZS6DuUpbvEAvEqIhkCi3cVFcHw7C+0iI3ugkqHQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638370558; a=rsa-sha256; cv=none; b=AA4JlGIuVRjZri6jNv6T5/1cSsYATC0E8Du0DdkNXrmGcA1DIpYPVXhX62AXv218Tm3OOi 9xfMOgr8KUwdmzqQ6oRzAHDdOBqNEmOUlz7zpD8zGXzhV2mcCEAHOQ/tjk7pmg3lAxOtOA PkF1noys0piNtKZoLzfHvtq9l4HU5b0fQD+qlwIXcpVK9BOUg5Y6vzhtRNpsZFkXntp3pH pwncoLfVIo9Rb/Fikxl9F9RDLxrhrpZ/u3d5VKZ0/LSP8b3HleG7Ek6skDMhnzDpGAbi7M vdRwmUQhs7HOUSUU6jopQEiQlHy+DZoBc6KbZQ443MDebX/7oQcbVl3M3ZyqZA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae9c01a00d6ae5884b1f2911884ceb55bb3dc20c commit ae9c01a00d6ae5884b1f2911884ceb55bb3dc20c Author: Sergey A. Osokin AuthorDate: 2021-12-01 14:54:58 +0000 Commit: Sergey A. Osokin CommitDate: 2021-12-01 14:55:51 +0000 devel/mercurial: update to 6.0 ChangeLog: https://www.mercurial-scm.org/wiki/Release6.0 --- devel/mercurial/Makefile | 2 +- devel/mercurial/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 6347de1eadc2..c9d63b82b47b 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ # Created by: Andreas Kohn PORTNAME= mercurial -PORTVERSION= 5.9.3 +PORTVERSION= 6.0 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 16ca4ad3f08d..5c5ff9505264 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635417022 -SHA256 (mercurial-5.9.3.tar.gz) = 3b43f68977ad0fa75aa7f1e5c8f0a83ba935621ab2396129abb498e56d1be08e -SIZE (mercurial-5.9.3.tar.gz) = 8126023 +TIMESTAMP = 1638369984 +SHA256 (mercurial-6.0.tar.gz) = 53b68b7e592adce3a4e421da3bffaacfc7721f403aac319e6d2c5122574de62f +SIZE (mercurial-6.0.tar.gz) = 8137797