Received: by mail.netbsd.org (Postfix, from userid 605) id 7AD3584E5C; Mon, 26 Feb 2024 19:11:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974700; bh=7b42Jol4e1b3UCAHjOpeXfbTwGNtvVg/WwCBdb2mdjY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=wvHcscJPld8k/Fz1jb90jB6dlaXf0q8FJ5KUe4e1eRyF9fm0bAJAt1Qa+of2/xcgz F7qDx0XJJHM3erPNIQ5g+4VkcYjQbB8Jmm1SwISelzAkAABRF41/Xk7LVwEp0zvGoJ H3xaV+jIzNInrYkJS9jTC18yNBTmJQAiMhu53Z/A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B9CF84FAF for ; Mon, 26 Feb 2024 19:11:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id I8vZrMAk32jr for ; Mon, 26 Feb 2024 19:11:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE29D84E54 for ; Mon, 26 Feb 2024 19:11:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974699; bh=7b42Jol4e1b3UCAHjOpeXfbTwGNtvVg/WwCBdb2mdjY=; h=Date:From:Subject:To:Reply-To; b=YYewQONFXzZp+PS+jHV5t0+H9rG/DRPUYg2a8Qk6Tx8f6JHUYgmddvItTwJY5E9f5 JTFjAD7VxZkvOuEtgU32Kx3dQG+0n3lkECHXNXvze7x5dcTsyY5NvLccuKYZKkgDUn wt3dyEsiP3jo66xNEgxX7La/qzQmZD8x+lv4Ai9c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9605FA27; Mon, 26 Feb 2024 19:11:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708974698211540" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:11:38 +0000 From: "pin" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226191138.B9605FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708974698211540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Feb 26 19:11:38 UTC 2024 Modified Files: pkgsrc/misc: Makefile Removed Files: pkgsrc/misc/deckster: DESCR Makefile PLIST cargo-depends.mk distinfo Log Message: misc/deckster: remove package To generate a diff of this commit: cvs rdiff -u -r1.637 -r1.638 pkgsrc/misc/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/misc/deckster/DESCR pkgsrc/misc/deckster/PLIST \ pkgsrc/misc/deckster/cargo-depends.mk cvs rdiff -u -r1.4 -r0 pkgsrc/misc/deckster/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/misc/deckster/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708974698211540 Content-Disposition: inline Content-Length: 543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.637 pkgsrc/misc/Makefile:1.638 --- pkgsrc/misc/Makefile:1.637 Thu Feb 8 22:36:14 2024 +++ pkgsrc/misc/Makefile Mon Feb 26 19:11:38 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.637 2024/02/08 22:36:14 adam Exp $ +# $NetBSD: Makefile,v 1.638 2024/02/26 19:11:38 pin Exp $ # COMMENT= Miscellaneous utilities @@ -55,7 +55,6 @@ SUBDIR+= cstream SUBDIR+= cuecat SUBDIR+= cuetools SUBDIR+= cw -SUBDIR+= deckster SUBDIR+= dgpsip SUBDIR+= dialog SUBDIR+= dirdiff --_----------=_1708974698211540--