From owner-dev-commits-ports-main@freebsd.org Sun Jul 4 06:52:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3EEF65FD00; Sun, 4 Jul 2021 06:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GHfdC6dj7z4b46; Sun, 4 Jul 2021 06:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC6556401; Sun, 4 Jul 2021 06:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1646qFjb026277; Sun, 4 Jul 2021 06:52:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1646qFmS026276; Sun, 4 Jul 2021 06:52:15 GMT (envelope-from git) Date: Sun, 4 Jul 2021 06:52:15 GMT Message-Id: <202107040652.1646qFmS026276@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 60dba5d9a446 - main - misc/broot: Some doc files removed upstream MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 60dba5d9a446641b3e1b97e94138d5707e5196bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2021 06:52:16 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=60dba5d9a446641b3e1b97e94138d5707e5196bd commit 60dba5d9a446641b3e1b97e94138d5707e5196bd Author: Rainer Hurling AuthorDate: 2021-07-04 06:12:03 +0000 Commit: Rainer Hurling 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 (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