Received: by mail.netbsd.org (Postfix, from userid 605) id E06E584D3B; Mon, 20 Aug 2018 12:57:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0675084CDA for ; Mon, 20 Aug 2018 12:57:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vg8IN9S-9Oc0 for ; Mon, 20 Aug 2018 12:57:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C6FD84CD0 for ; Mon, 20 Aug 2018 12:57:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58C5CFBEC; Mon, 20 Aug 2018 12:57:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153476987790580" MIME-Version: 1.0 Date: Mon, 20 Aug 2018 12:57:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/news To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180820125757.58C5CFBEC@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. --_----------=_153476987790580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 20 12:57:57 UTC 2018 Modified Files: pkgsrc/news: Makefile Log Message: news/Makefile: + flnews To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/news/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153476987790580 Content-Disposition: inline Content-Length: 469 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/Makefile diff -u pkgsrc/news/Makefile:1.39 pkgsrc/news/Makefile:1.40 --- pkgsrc/news/Makefile:1.39 Tue Aug 1 17:13:47 2017 +++ pkgsrc/news/Makefile Mon Aug 20 12:57:57 2018 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.39 2017/08/01 17:13:47 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2018/08/20 12:57:57 wiz Exp $ # COMMENT= Network news SUBDIR+= cleanscore +SUBDIR+= flnews SUBDIR+= heirloom-news SUBDIR+= hellanzb SUBDIR+= inn --_----------=_153476987790580--