Received: by mail.netbsd.org (Postfix, from userid 605) id 518A784FAD; Mon, 26 Feb 2024 19:16:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974989; bh=jv+0Jdyv85vPgqGpquCSee2W3fe/s1oYZCGtqD225hU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=zuYVx5UfHqM8HOul9JPZikPBLcKunwivBLAwYZQviXsCqfWW3szFSjQm/BFvOTuV8 WTMpu0lElyOv06BTtO+S/fnxC588c7T1v9xjG8Ss8l7qPD9aA8LTATloFzKJGpwWTD fW+o+ZOkvnwSUljkSq+TLAtP6/4MV7HFoU5AYav4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A5BC84FAA for ; Mon, 26 Feb 2024 19:16:28 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6PPPh7c1tAf9 for ; Mon, 26 Feb 2024 19:16:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8CEAD84E54 for ; Mon, 26 Feb 2024 19:16:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974987; bh=jv+0Jdyv85vPgqGpquCSee2W3fe/s1oYZCGtqD225hU=; h=Date:From:Subject:To:Reply-To; b=cav64mWNMHMisAloz5pkwtB91KQzEOi0JdAqL361BkZvO8BZ6NXS/MCTeh9Vp5HF1 kFUag/xVDa/z9VHFbwHo6oK6KTi0KpWKGk/uLeDC6TkHf+2z7PgTOLGreuO4/ytabY Duv3XiRJgVUnWvsIYzfhY+0sy4Z6wbjHbJVdRuL0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8978BFA27; Mon, 26 Feb 2024 19:16:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708974987179220" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:16:27 +0000 From: "pin" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226191627.8978BFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708974987179220 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:16:27 UTC 2024 Modified Files: pkgsrc/editors: Makefile Removed Files: pkgsrc/editors/bred: DESCR Makefile PLIST cargo-depends.mk distinfo Log Message: editors/bred: remove package To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 pkgsrc/editors/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/editors/bred/DESCR pkgsrc/editors/bred/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/editors/bred/Makefile \ pkgsrc/editors/bred/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/editors/bred/cargo-depends.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708974987179220 Content-Disposition: inline Content-Length: 548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/Makefile diff -u pkgsrc/editors/Makefile:1.245 pkgsrc/editors/Makefile:1.246 --- pkgsrc/editors/Makefile:1.245 Mon Feb 26 19:15:30 2024 +++ pkgsrc/editors/Makefile Mon Feb 26 19:16:27 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2024/02/26 19:15:30 pin Exp $ +# $NetBSD: Makefile,v 1.246 2024/02/26 19:16:27 pin Exp $ # COMMENT= Text and binary editors @@ -12,7 +12,6 @@ SUBDIR+= abiword-plugins SUBDIR+= beav SUBDIR+= beaver SUBDIR+= biew -SUBDIR+= bred SUBDIR+= bvi SUBDIR+= ce SUBDIR+= ced --_----------=_1708974987179220--