Received: by mail.netbsd.org (Postfix, from userid 605) id 2C4EB84E54; Mon, 31 Oct 2022 12:59:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DCC784E19 for ; Mon, 31 Oct 2022 12:59:22 +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 Soc2_mRsgC8y for ; Mon, 31 Oct 2022 12:59:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9FD7A84D59 for ; Mon, 31 Oct 2022 12:59:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D4D2FA90; Mon, 31 Oct 2022 12:59:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667221161169280" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 12:59:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221031125921.9D4D2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667221161169280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 31 12:59:21 UTC 2022 Modified Files: pkgsrc/sysutils: Makefile Removed Files: pkgsrc/sysutils/manifold: DESCR Makefile PLIST distinfo Log Message: manifold: removed; outdated, last release 24-Mar-2009 To generate a diff of this commit: cvs rdiff -u -r1.1018 -r1.1019 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/manifold/DESCR cvs rdiff -u -r1.18 -r0 pkgsrc/sysutils/manifold/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/sysutils/manifold/PLIST cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/manifold/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667221161169280 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1018 pkgsrc/sysutils/Makefile:1.1019 --- pkgsrc/sysutils/Makefile:1.1018 Sun Oct 9 16:09:30 2022 +++ pkgsrc/sysutils/Makefile Mon Oct 31 12:59:21 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1018 2022/10/09 16:09:30 pin Exp $ +# $NetBSD: Makefile,v 1.1019 2022/10/31 12:59:21 adam Exp $ # COMMENT= System utilities @@ -426,7 +426,6 @@ SUBDIR+= lxtask SUBDIR+= m1n1 SUBDIR+= macchina SUBDIR+= magicrescue -SUBDIR+= manifold SUBDIR+= mate-notification-daemon SUBDIR+= mate-power-manager SUBDIR+= mate-sensors-applet --_----------=_1667221161169280--