Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 593B91A9239 for ; Fri, 31 Dec 2021 10:05:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A130084EB9; Fri, 31 Dec 2021 10:05:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBE1184EAB for ; Fri, 31 Dec 2021 10:05:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vyIc5mgC3-QB for ; Fri, 31 Dec 2021 10:05:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3CBAC84D69 for ; Fri, 31 Dec 2021 10:05:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39B8EFAEC; Fri, 31 Dec 2021 10:05:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640945145139920" MIME-Version: 1.0 Date: Fri, 31 Dec 2021 10:05:45 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/sysutils/etckeeper To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20211231100545.39B8EFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640945145139920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Dec 31 10:05:45 UTC 2021 Modified Files: pkgsrc/sysutils/etckeeper: PLIST Log Message: Sort PLIST. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/etckeeper/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640945145139920 Content-Disposition: inline Content-Length: 963 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/etckeeper/PLIST diff -u pkgsrc/sysutils/etckeeper/PLIST:1.5 pkgsrc/sysutils/etckeeper/PLIST:1.6 --- pkgsrc/sysutils/etckeeper/PLIST:1.5 Thu Sep 17 08:50:01 2020 +++ pkgsrc/sysutils/etckeeper/PLIST Fri Dec 31 10:05:45 2021 @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2020/09/17 08:50:01 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/31 10:05:45 schmonz Exp $ bin/etckeeper libexec/etckeeper.daily man/man8/etckeeper.8 share/bash-completion.d/etckeeper share/doc/etckeeper/README.md -share/zsh/site-functions/_etckeeper share/examples/etckeeper/commit.d/10vcs-test share/examples/etckeeper/commit.d/20store-metadata share/examples/etckeeper/commit.d/30bzr-add @@ -43,3 +42,4 @@ share/examples/etckeeper/uninit.d/README share/examples/etckeeper/update-ignore.d/01update-ignore share/examples/etckeeper/update-ignore.d/README share/examples/etckeeper/vcs.d/50vcs-cmd +share/zsh/site-functions/_etckeeper --_----------=_1640945145139920--