Received: by mail.netbsd.org (Postfix, from userid 605) id 9725684DF6; Wed, 18 Mar 2020 13:50:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20B4F84DF5 for ; Wed, 18 Mar 2020 13:50:11 +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 AxzjCrG56wHo for ; Wed, 18 Mar 2020 13:50:10 +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 B17D884DE5 for ; Wed, 18 Mar 2020 13:50:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8FD9FB27; Wed, 18 Mar 2020 13:50:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584539410153340" MIME-Version: 1.0 Date: Wed, 18 Mar 2020 13:50:10 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/news To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20200318135010.A8FD9FB27@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. --_----------=_1584539410153340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Wed Mar 18 13:50:10 UTC 2020 Modified Files: pkgsrc/news: Makefile Log Message: news/Makefile: +bystand To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/news/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584539410153340 Content-Disposition: inline Content-Length: 453 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/Makefile diff -u pkgsrc/news/Makefile:1.42 pkgsrc/news/Makefile:1.43 --- pkgsrc/news/Makefile:1.42 Sat Sep 8 13:24:26 2018 +++ pkgsrc/news/Makefile Wed Mar 18 13:50:10 2020 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2018/09/08 13:24:26 leot Exp $ +# $NetBSD: Makefile,v 1.43 2020/03/18 13:50:10 micha Exp $ # COMMENT= Network news +SUBDIR+= bystand SUBDIR+= canlock-hp SUBDIR+= cleanscore SUBDIR+= flnews --_----------=_1584539410153340--