Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2022 18:15:28 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: 988ca8266516 - main - devel/tortoisehg: Restore an accidentally removed knob.
Message-ID:  <202208091815.279IFSEO084767@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=988ca82665162f0f9dcab5466c216aa1c9f8ee7f

commit 988ca82665162f0f9dcab5466c216aa1c9f8ee7f
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-08-09 16:02:41 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-08-09 18:12:11 +0000

    devel/tortoisehg: Restore an accidentally removed knob.
    
    Fixes:  35550af4232f88eb46a745ad600a9b2cdd8f407f
---
 devel/tortoisehg/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile
index 524ad9bf7542..d1d3bc22627a 100644
--- a/devel/tortoisehg/Makefile
+++ b/devel/tortoisehg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tortoisehg
 DISTVERSION=	6.2.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://www.mercurial-scm.org/release/tortoisehg/targz/
 
@@ -27,6 +28,9 @@ NLS_USES=	gettext
 NO_ARCH=	yes
 SUB_FILES=	pkg-message
 
+# Do not conflict with devel/mercurial, which also installs hgext3rd/__init__.py
+EXTRACT_AFTER_ARGS=    --exclude ${PORTNAME}-${DISTVERSION}/hgext3rd/__init__.py
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_VER} != ${PYTHON_DEFAULT}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208091815.279IFSEO084767>