Received: by mail.netbsd.org (Postfix, from userid 605) id 1CA9E84D5C; Sat, 16 Sep 2017 08:36:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A34F484D4A for ; Sat, 16 Sep 2017 08:36:01 +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 zVq7uj_Hl81n for ; Sat, 16 Sep 2017 08:36:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AE9BF84CE2 for ; Sat, 16 Sep 2017 08:36:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A95CDFA9A; Sat, 16 Sep 2017 08:36:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505550960165710" MIME-Version: 1.0 Date: Sat, 16 Sep 2017 08:36:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170916083600.A95CDFA9A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1505550960165710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 16 08:36:00 UTC 2017 Modified Files: pkgsrc/chat: Makefile pkgsrc/doc: CHANGES-2017 Removed Files: pkgsrc/chat/blackened: DESCR Makefile PLIST distinfo pkgsrc/chat/blackened/patches: patch-aa patch-ab patch-ac patch-source_Makefile.in patch-source_ircflush.c patch-source_term.c Log Message: blackened: remove package Last release from 1999, no upstream found. To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 pkgsrc/chat/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/chat/blackened/DESCR \ pkgsrc/chat/blackened/PLIST cvs rdiff -u -r1.8 -r0 pkgsrc/chat/blackened/Makefile \ pkgsrc/chat/blackened/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/chat/blackened/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/chat/blackened/patches/patch-ab \ pkgsrc/chat/blackened/patches/patch-ac \ pkgsrc/chat/blackened/patches/patch-source_Makefile.in \ pkgsrc/chat/blackened/patches/patch-source_ircflush.c \ pkgsrc/chat/blackened/patches/patch-source_term.c cvs rdiff -u -r1.3818 -r1.3819 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505550960165710 Content-Disposition: inline Content-Length: 1244 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/Makefile diff -u pkgsrc/chat/Makefile:1.191 pkgsrc/chat/Makefile:1.192 --- pkgsrc/chat/Makefile:1.191 Fri Sep 8 16:18:42 2017 +++ pkgsrc/chat/Makefile Sat Sep 16 08:36:00 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.191 2017/09/08 16:18:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.192 2017/09/16 08:36:00 wiz Exp $ # COMMENT= Communication programs @@ -8,7 +8,6 @@ SUBDIR+= atheme SUBDIR+= bitchbot SUBDIR+= bitchx SUBDIR+= bitlbee -SUBDIR+= blackened SUBDIR+= bnc SUBDIR+= bsflite SUBDIR+= centerim Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3818 pkgsrc/doc/CHANGES-2017:1.3819 --- pkgsrc/doc/CHANGES-2017:1.3818 Sat Sep 16 06:54:04 2017 +++ pkgsrc/doc/CHANGES-2017 Sat Sep 16 08:36:00 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3818 2017/09/16 06:54:04 adam Exp $ +$NetBSD: CHANGES-2017,v 1.3819 2017/09/16 08:36:00 wiz Exp $ Changes to the packages collection and infrastructure in 2017: @@ -5377,3 +5377,4 @@ Changes to the packages collection and i Updated emulators/dosbox to 0.74nb10 [maya 2017-09-16] Updated security/py-OpenSSL to 17.3.0 [adam 2017-09-16] Updated www/py-channels to 1.1.8 [adam 2017-09-16] + Removed chat/blackened [wiz 2017-09-16] --_----------=_1505550960165710--