Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2466E1A9239 for ; Wed, 5 Jan 2022 10:04:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5933784E80; Wed, 5 Jan 2022 10:04:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94E5684E60 for ; Wed, 5 Jan 2022 10:04:54 +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 rdE7_FojL2aj for ; Wed, 5 Jan 2022 10:04:54 +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 2BEFB84CE2 for ; Wed, 5 Jan 2022 10:04:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22387FAEC; Wed, 5 Jan 2022 10:04:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641377094145900" MIME-Version: 1.0 Date: Wed, 5 Jan 2022 10:04:54 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/chat To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220105100454.22387FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641377094145900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Wed Jan 5 10:04:54 UTC 2022 Modified Files: pkgsrc/chat: Makefile Log Message: Add swirc. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 pkgsrc/chat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641377094145900 Content-Disposition: inline Content-Length: 590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/Makefile diff -u pkgsrc/chat/Makefile:1.262 pkgsrc/chat/Makefile:1.263 --- pkgsrc/chat/Makefile:1.262 Fri May 21 15:04:16 2021 +++ pkgsrc/chat/Makefile Wed Jan 5 10:04:53 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.262 2021/05/21 15:04:16 bsiegert Exp $ +# $NetBSD: Makefile,v 1.263 2022/01/05 10:04:53 fcambus Exp $ # COMMENT= Communication programs @@ -128,6 +128,7 @@ SUBDIR+= skypeweb-purple SUBDIR+= spectrum SUBDIR+= srain SUBDIR+= swift +SUBDIR+= swirc SUBDIR+= telegram-purple SUBDIR+= telepathy-farstream SUBDIR+= telepathy-gabble --_----------=_1641377094145900--