Received: by mail.netbsd.org (Postfix, from userid 605) id 40CFC84D48; Wed, 29 Jan 2020 10:51:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCD8584CFD for ; Wed, 29 Jan 2020 10:51:57 +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 vs275ll3pTXX for ; Wed, 29 Jan 2020 10:51:56 +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 A907B84CE8 for ; Wed, 29 Jan 2020 10:51:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 956E9FBF4; Wed, 29 Jan 2020 10:51:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580295116156140" MIME-Version: 1.0 Date: Wed, 29 Jan 2020 10:51:56 +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: <20200129105156.956E9FBF4@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. --_----------=_1580295116156140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jan 29 10:51:56 UTC 2020 Modified Files: pkgsrc/chat: Makefile Removed Files: pkgsrc/chat/dircproxy: DESCR Makefile PLIST distinfo options.mk pkgsrc/chat/dircproxy/files: dircproxy.sh pkgsrc/chat/dircproxy/patches: patch-aa patch-ab patch-ac Log Message: chat: Remove dircproxy, has been an "unstable dev release" for >10 years Last commits upstream were in 2009. "IT HAS HIGHER THEN USUAL RISK OF DESTROYING YOUR SYSTEM." Use ZNC. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 pkgsrc/chat/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/chat/dircproxy/DESCR cvs rdiff -u -r1.33 -r0 pkgsrc/chat/dircproxy/Makefile cvs rdiff -u -r1.7 -r0 pkgsrc/chat/dircproxy/PLIST \ pkgsrc/chat/dircproxy/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/chat/dircproxy/options.mk cvs rdiff -u -r1.3 -r0 pkgsrc/chat/dircproxy/files/dircproxy.sh cvs rdiff -u -r1.2 -r0 pkgsrc/chat/dircproxy/patches/patch-aa \ pkgsrc/chat/dircproxy/patches/patch-ab \ pkgsrc/chat/dircproxy/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580295116156140 Content-Disposition: inline Content-Length: 551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/Makefile diff -u pkgsrc/chat/Makefile:1.239 pkgsrc/chat/Makefile:1.240 --- pkgsrc/chat/Makefile:1.239 Thu Jan 23 18:36:15 2020 +++ pkgsrc/chat/Makefile Wed Jan 29 10:51:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2020/01/23 18:36:15 jnemeth Exp $ +# $NetBSD: Makefile,v 1.240 2020/01/29 10:51:56 nia Exp $ # COMMENT= Communication programs @@ -20,7 +20,6 @@ SUBDIR+= cgiirc SUBDIR+= coyim SUBDIR+= ctrlproxy SUBDIR+= dccserver -SUBDIR+= dircproxy SUBDIR+= eggdrop SUBDIR+= ejabberd SUBDIR+= ekg --_----------=_1580295116156140--