Received: by mail.netbsd.org (Postfix, from userid 605) id 5399984D76; Thu, 6 Feb 2020 09:13:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D019384D48 for ; Thu, 6 Feb 2020 09:13:19 +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 CIcslURfpX39 for ; Thu, 6 Feb 2020 09:13:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3954E84CD2 for ; Thu, 6 Feb 2020 09:13:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 370E3FBF4; Thu, 6 Feb 2020 09:13:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158098039921190" MIME-Version: 1.0 Date: Thu, 6 Feb 2020 09:13:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200206091319.370E3FBF4@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. --_----------=_158098039921190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 6 09:13:19 UTC 2020 Modified Files: pkgsrc/chat: Makefile Removed Files: pkgsrc/chat/p5-Net-AIM: DESCR Makefile distinfo Log Message: chat: Remove p5-Net-AIM AIM is dead and this is no longer used by anything in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 pkgsrc/chat/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/chat/p5-Net-AIM/DESCR cvs rdiff -u -r1.29 -r0 pkgsrc/chat/p5-Net-AIM/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/chat/p5-Net-AIM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158098039921190 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/Makefile diff -u pkgsrc/chat/Makefile:1.241 pkgsrc/chat/Makefile:1.242 --- pkgsrc/chat/Makefile:1.241 Thu Feb 6 09:12:04 2020 +++ pkgsrc/chat/Makefile Thu Feb 6 09:13:18 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2020/02/06 09:12:04 nia Exp $ +# $NetBSD: Makefile,v 1.242 2020/02/06 09:13:18 nia Exp $ # COMMENT= Communication programs @@ -81,7 +81,6 @@ SUBDIR+= miniircd SUBDIR+= mumble SUBDIR+= ninja SUBDIR+= p5-IRC-Utils -SUBDIR+= p5-Net-AIM SUBDIR+= p5-Net-AOLIM SUBDIR+= p5-Net-Goofey SUBDIR+= p5-Net-Jabber --_----------=_158098039921190--