Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 06:52:15 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 60dba5d9a446 - main - misc/broot: Some doc files removed upstream
Message-ID:  <202107040652.1646qFmS026276@gitrepo.freebsd.org>

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

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

commit 60dba5d9a446641b3e1b97e94138d5707e5196bd
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-07-04 06:12:03 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-07-04 06:52:04 +0000

    misc/broot: Some doc files removed upstream
    
    Fix breakage because of missing files client-server.md and features.md [1].
    
    [1] https://github.com/Canop/broot/commit/442e304c3f3ca867d09103301efee42da7ea969f
    
    Approved by:    Lewis Cook <lcook@FreeBSD.org> (maintainer)
---
 misc/broot/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/misc/broot/Makefile b/misc/broot/Makefile
index 43cee69b19b1..25aac2228f6b 100644
--- a/misc/broot/Makefile
+++ b/misc/broot/Makefile
@@ -222,8 +222,7 @@ CARGO_FEATURES=	--no-default-features
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz
-PORTDOCS=	CHANGELOG.md README.md client-server.md documentation.md \
-		features.md
+PORTDOCS=	CHANGELOG.md README.md documentation.md
 
 OPTIONS_DEFINE=		CLIENT_SERVER CLIPBOARD DOCS
 OPTIONS_DEFAULT=	CLIENT_SERVER CLIPBOARD



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