Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2021 16:01:14 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 322c76775b1e - main - textproc/yq: Register CONFLICTS_INSTALL with textproc/go-yq
Message-ID:  <202108091601.179G1Emf065342@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=322c76775b1e7616a90b2a96f455440214a97186

commit 322c76775b1e7616a90b2a96f455440214a97186
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-08-09 16:00:35 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-09 16:00:35 +0000

    textproc/yq: Register CONFLICTS_INSTALL with textproc/go-yq
    
    PR:             255152
---
 textproc/yq/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile
index bc2ecf07d339..81c6a0db03a6 100644
--- a/textproc/yq/Makefile
+++ b/textproc/yq/Makefile
@@ -23,6 +23,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	kislyuk
 USE_PYTHON=	distutils noflavors autoplist
 
+CONFLICTS_INSTALL=	go-yq
+
 NO_ARCH=	yes
 
 do-test: # tests fail: https://github.com/kislyuk/yq/issues/62



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