Date: Fri, 29 Oct 2021 12:21:35 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: 088999b5b430 - main - devel/tortoisehg: Switch MASTER_SITES. Message-ID: <202110291221.19TCLZDM081942@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=088999b5b430e9d21d1195685ba0f1263ecb1c4d commit 088999b5b430e9d21d1195685ba0f1263ecb1c4d Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2021-10-29 12:20:23 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-10-29 12:21:11 +0000 devel/tortoisehg: Switch MASTER_SITES. PR: 259502 --- devel/tortoisehg/Makefile | 13 ++++--------- devel/tortoisehg/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile index 6ecddc1fbdad..e579f8fb0087 100644 --- a/devel/tortoisehg/Makefile +++ b/devel/tortoisehg/Makefile @@ -1,6 +1,7 @@ PORTNAME= tortoisehg DISTVERSION= 5.9.2 CATEGORIES= devel +MASTER_SITES= https://www.mercurial-scm.org/release/tortoisehg/targz/ MAINTAINER= arrowd@FreeBSD.org COMMENT= GUI for Mercurial VCS @@ -15,13 +16,7 @@ RUN_DEPENDS= ${PY_MERCURIAL} \ USES= pyqt:5 python:3.5+ USE_PYQT= core gui network qscintilla2 xml -USE_PYTHON= distutils autoplist - -USE_GITLAB= yes -GL_SITE= https://foss.heptapod.net -GL_ACCOUNT= mercurial/tortoisehg -GL_PROJECT= thg -GL_COMMIT= dc82f5af7ec5183a52b9eec1e8ba3826c8ced859 +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= NAUTILUS NLS NAUTILUS_DESC= Install TortoiseHG Nautilus extension @@ -33,12 +28,12 @@ NO_ARCH= yes SUB_FILES= pkg-message # Do not conflict with devel/mercurial, which also installs hgext3rd/__init__.py -EXTRACT_AFTER_ARGS= --exclude thg-${GL_COMMIT}/hgext3rd/__init__.py +EXTRACT_AFTER_ARGS= --exclude ${PORTNAME}-${DISTVERSION}/hgext3rd/__init__.py .include <bsd.port.pre.mk> .if ${PYTHON_VER} != ${PYTHON_DEFAULT} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} .endif post-patch-NLS-on: diff --git a/devel/tortoisehg/distinfo b/devel/tortoisehg/distinfo index e627bb1589f9..77c2269186f0 100644 --- a/devel/tortoisehg/distinfo +++ b/devel/tortoisehg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634230863 -SHA256 (mercurial/tortoisehg-thg-dc82f5af7ec5183a52b9eec1e8ba3826c8ced859_GL0.tar.gz) = 4d39f3d8537a7bb562292ffa9ffef3cf97e752e74bff27d3e9ae2fc65f1fbfdd -SIZE (mercurial/tortoisehg-thg-dc82f5af7ec5183a52b9eec1e8ba3826c8ced859_GL0.tar.gz) = 8642140 +TIMESTAMP = 1635419228 +SHA256 (tortoisehg-5.9.2.tar.gz) = bd9a7540e91e20dbc82dfee7aba2af2d4d0716fca1fb6666754c5499beea30e0 +SIZE (tortoisehg-5.9.2.tar.gz) = 8918803
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110291221.19TCLZDM081942>