git: 988ca8266516 - main - devel/tortoisehg: Restore an accidentally removed knob.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 18:15:28 UTC
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}