Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4DAB084F42 for ; Tue, 28 Nov 2023 17:22:13 +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 I3UrP3__6EDj for ; Tue, 28 Nov 2023 17:22:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D848C84F36 for ; Tue, 28 Nov 2023 17:22:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5C79FA40; Tue, 28 Nov 2023 17:22:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170119213254270" MIME-Version: 1.0 Date: Tue, 28 Nov 2023 17:22:12 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20231128172212.D5C79FA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170119213254270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Nov 28 17:22:12 UTC 2023 Modified Files: pkgsrc/sysutils: Makefile Log Message: Add py-borgmatic. To generate a diff of this commit: cvs rdiff -u -r1.1102 -r1.1103 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170119213254270 Content-Disposition: inline Content-Length: 603 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1102 pkgsrc/sysutils/Makefile:1.1103 --- pkgsrc/sysutils/Makefile:1.1102 Fri Nov 24 16:33:41 2023 +++ pkgsrc/sysutils/Makefile Tue Nov 28 17:22:12 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1102 2023/11/24 16:33:41 pin Exp $ +# $NetBSD: Makefile,v 1.1103 2023/11/28 17:22:12 he Exp $ # COMMENT= System utilities @@ -574,6 +574,7 @@ SUBDIR+= py-ansible-compat SUBDIR+= py-appnope SUBDIR+= py-augeas SUBDIR+= py-borgbackup +SUBDIR+= py-borgmatic SUBDIR+= py-collectd SUBDIR+= py-cpuinfo SUBDIR+= py-crontab --_----------=_170119213254270--