git: 322c76775b1e - main - textproc/yq: Register CONFLICTS_INSTALL with textproc/go-yq

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Aug 9 16:01:14 UTC 2021


The branch main has been updated by lwhsu:

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

commit 322c76775b1e7616a90b2a96f455440214a97186
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-08-09 16:00:35 +0000
Commit:     Li-Wen Hsu <lwhsu at 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


More information about the dev-commits-ports-main mailing list