From owner-dev-commits-ports-main@freebsd.org Thu Sep 16 02:16:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED246672CF9; Thu, 16 Sep 2021 02:16:15 +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 4H910b6PxJz4tZx; Thu, 16 Sep 2021 02:16:15 +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 BD0A7192B2; Thu, 16 Sep 2021 02:16:15 +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 18G2GFMk097758; Thu, 16 Sep 2021 02:16:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18G2GF8L097757; Thu, 16 Sep 2021 02:16:15 GMT (envelope-from git) Date: Thu, 16 Sep 2021 02:16:15 GMT Message-Id: <202109160216.18G2GF8L097757@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: 06a8050112e6 - main - devel/mercurial: update to 5.9.1. 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: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2021 02:16:16 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=06a8050112e6f7d9e5cce0e3a61c05686f6d9b25 commit 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25 Author: Sergey A. Osokin AuthorDate: 2021-09-16 02:15:43 +0000 Commit: Sergey A. Osokin CommitDate: 2021-09-16 02:16:07 +0000 devel/mercurial: update to 5.9.1. Bump PORTREVISIONs for dependant ports. While I'm here update devel/tortoisehg to 5.9.1. (*) Approved by: arrowd (*) PR: ports/258352 --- Mk/Uses/python.mk | 4 ++-- deskutils/zim/Makefile | 1 + devel/git-cinnabar/Makefile | 2 +- devel/hgreviewboard/Makefile | 2 +- devel/hgsvn/Makefile | 1 + devel/mercurial/Makefile | 3 +-- devel/mercurial/distinfo | 6 +++--- devel/ocaml-opam/Makefile | 2 +- devel/py-hglib/Makefile | 1 + devel/py-setuptools_scm/Makefile | 2 +- devel/tortoisehg/Makefile | 4 ++-- devel/tortoisehg/distinfo | 6 +++--- ports-mgmt/portshaker/Makefile | 2 +- 13 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index c7431b2c86e3..07078a64fadd 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -655,9 +655,9 @@ PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} .endif .if ${PYTHON_VER} != ${PYTHON_DEFAULT} -PY_MERCURIAL= ${PYTHON_PKGNAMEPREFIX}mercurial>=5.5:devel/mercurial@${PY_FLAVOR} +PY_MERCURIAL= ${PYTHON_PKGNAMEPREFIX}mercurial>=5.9:devel/mercurial@${PY_FLAVOR} .else -PY_MERCURIAL= mercurial>=5.5:devel/mercurial@${PY_FLAVOR} +PY_MERCURIAL= mercurial>=5.9:devel/mercurial@${PY_FLAVOR} .endif CMAKE_ARGS+= -DBOOST_PYTHON_SUFFIX:STRING=${PYTHON_SUFFIX} diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index 03b9cd935938..44857b1420c6 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -2,6 +2,7 @@ PORTNAME= zim DISTVERSION= 0.73.5 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://www.zim-wiki.org/downloads/ diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 79c9c47d2ec2..156569027afe 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-cinnabar DISTVERSION= 0.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/devel/hgreviewboard/Makefile b/devel/hgreviewboard/Makefile index 06c26420ab9f..241f9b767699 100644 --- a/devel/hgreviewboard/Makefile +++ b/devel/hgreviewboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= hgreviewboard PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= https://bitbucket.org/ccaughie/hgreviewboard/get/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/hgsvn/Makefile b/devel/hgsvn/Makefile index 2e62da7be839..d97a3b91a975 100644 --- a/devel/hgsvn/Makefile +++ b/devel/hgsvn/Makefile @@ -2,6 +2,7 @@ PORTNAME= hgsvn PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index f702bfc0625b..1ec1ea0b0f97 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,8 +1,7 @@ # Created by: Andreas Kohn PORTNAME= mercurial -PORTVERSION= 5.5 -PORTREVISION= 1 +PORTVERSION= 5.9.1 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index d95949d166dd..0cdef6701638 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598899848 -SHA256 (mercurial-5.5.tar.gz) = c1ed28e1534304a7a4981ed59905286d1c56acd5b75755eedd184171a4a782b4 -SIZE (mercurial-5.5.tar.gz) = 7757631 +TIMESTAMP = 1631662513 +SHA256 (mercurial-5.9.1.tar.gz) = 32eff9433c62d781dc93e5a6103327264d897ad2bbce3ecb5d2d78a93cf49f27 +SIZE (mercurial-5.9.1.tar.gz) = 8120006 diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile index e343bf4eaf91..216e1187710e 100644 --- a/devel/ocaml-opam/Makefile +++ b/devel/ocaml-opam/Makefile @@ -2,7 +2,7 @@ PORTNAME= opam PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ocaml- diff --git a/devel/py-hglib/Makefile b/devel/py-hglib/Makefile index b96601024170..2f096ac18591 100644 --- a/devel/py-hglib/Makefile +++ b/devel/py-hglib/Makefile @@ -1,5 +1,6 @@ PORTNAME= hglib PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-setuptools_scm/Makefile b/devel/py-setuptools_scm/Makefile index 19c4ec257f99..6d5f80cc6d07 100644 --- a/devel/py-setuptools_scm/Makefile +++ b/devel/py-setuptools_scm/Makefile @@ -1,6 +1,6 @@ PORTNAME= setuptools_scm PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile index ede2c9805994..0b605c23a244 100644 --- a/devel/tortoisehg/Makefile +++ b/devel/tortoisehg/Makefile @@ -1,5 +1,5 @@ PORTNAME= tortoisehg -DISTVERSION= 5.9.0 +DISTVERSION= 5.9.1 CATEGORIES= devel MAINTAINER= arrowd@FreeBSD.org @@ -21,7 +21,7 @@ USE_GITLAB= yes GL_SITE= https://foss.heptapod.net GL_ACCOUNT= mercurial/tortoisehg GL_PROJECT= thg -GL_COMMIT= 58b751b1987b29c9468ed60080374a93a76828a6 +GL_COMMIT= a79b3966df14445c75186e56ece5e1964e1f8376 OPTIONS_DEFINE= NAUTILUS NLS NAUTILUS_DESC= Install TortoiseHG Nautilus extension diff --git a/devel/tortoisehg/distinfo b/devel/tortoisehg/distinfo index e2a8e62d5138..8c3629cc4680 100644 --- a/devel/tortoisehg/distinfo +++ b/devel/tortoisehg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631021541 -SHA256 (mercurial/tortoisehg-thg-58b751b1987b29c9468ed60080374a93a76828a6_GL0.tar.gz) = 4a1b247c9db5f55baf10a98824ff83de9a2199404f46676d91b6d6cab21794aa -SIZE (mercurial/tortoisehg-thg-58b751b1987b29c9468ed60080374a93a76828a6_GL0.tar.gz) = 8641988 +TIMESTAMP = 1631662987 +SHA256 (mercurial/tortoisehg-thg-a79b3966df14445c75186e56ece5e1964e1f8376_GL0.tar.gz) = 6ea1c69fc101ab172073090d284b313277acb6e2fcfa030a51259ace7f4bd44d +SIZE (mercurial/tortoisehg-thg-a79b3966df14445c75186e56ece5e1964e1f8376_GL0.tar.gz) = 8642071 diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile index 013b0bdcff6d..4dc6df488821 100644 --- a/ports-mgmt/portshaker/Makefile +++ b/ports-mgmt/portshaker/Makefile @@ -3,7 +3,7 @@ PORTNAME?= portshaker PORTVERSION= 1.0.19 DISTVERSIONPREFIX= v -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= ports-mgmt MAINTAINER?= romain@FreeBSD.org