Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39CDD84F3B for ; Wed, 9 Aug 2023 20:37:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OEzPTOlY1lnb for ; Wed, 9 Aug 2023 20:37:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8AEE484EF1 for ; Wed, 9 Aug 2023 20:37:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F56CFBDB; Wed, 9 Aug 2023 20:37:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691613475119460" MIME-Version: 1.0 Date: Wed, 9 Aug 2023 20:37:55 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kio-extras To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230809203755.7F56CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691613475119460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Aug 9 20:37:55 UTC 2023 Modified Files: pkgsrc/devel/kio-extras: PLIST Log Message: kio-extras: fix PLIST To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/kio-extras/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691613475119460 Content-Disposition: inline Content-Length: 972 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kio-extras/PLIST diff -u pkgsrc/devel/kio-extras/PLIST:1.4 pkgsrc/devel/kio-extras/PLIST:1.5 --- pkgsrc/devel/kio-extras/PLIST:1.4 Thu Aug 3 02:33:07 2023 +++ pkgsrc/devel/kio-extras/PLIST Wed Aug 9 20:37:55 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2023/08/03 02:33:07 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/08/09 20:37:55 markd Exp $ include/KF5/kio_archivebase.h include/KF5/libkioarchive_export.h lib/cmake/KioArchive/KioArchiveConfig.cmake @@ -128,6 +128,8 @@ share/doc/HTML/en/kioslave5/thumbnail/in share/doc/HTML/en/kioslave5/thumbnail/index.docbook share/doc/HTML/en/kioslave5/xz/index.cache.bz2 share/doc/HTML/en/kioslave5/xz/index.docbook +share/doc/HTML/en/kioslave5/zstd/index.cache.bz2 +share/doc/HTML/en/kioslave5/zstd/index.docbook share/doc/HTML/es/kioslave5/bookmarks/index.cache.bz2 share/doc/HTML/es/kioslave5/bookmarks/index.docbook share/doc/HTML/es/kioslave5/bzip2/index.cache.bz2 --_----------=_1691613475119460--