Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2023 00:49:07 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eef63e2076f3 - main - textproc/difftastic: ignore in portscout
Message-ID:  <202309080049.3880n7LW095372@gitrepo.freebsd.org>

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

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

commit eef63e2076f390ac9a65524de71c9e1138807237
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2023-08-29 17:43:51 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2023-09-08 00:12:25 +0000

    textproc/difftastic: ignore in portscout
    
    Portscout suggests new version from one of the crates this port
    consists of, which does not make sense.
---
 textproc/difftastic/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile
index 8ad5d326e372..708adce0f7c3 100644
--- a/textproc/difftastic/Makefile
+++ b/textproc/difftastic/Makefile
@@ -141,6 +141,8 @@ CARGO_CRATES=	ahash-0.7.6 \
 		yansi-0.5.1 \
 		tree_magic_mini@git+https://github.com/Wilfred/tree_magic?branch=fix-panic-for-empty-strings\#13dd6dda15c7062bd8f7dd5bc9bb5b16ce9ee613
 
+PORTSCOUT=	ignore:1
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS



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