Received: by mail.netbsd.org (Postfix, from userid 605) id 4364484D82; Tue, 1 Jan 2019 00:21:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BFFD384CD8 for ; Tue, 1 Jan 2019 00:21:21 +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 ehKKT0zCnPnE for ; Tue, 1 Jan 2019 00:21:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E7BD84CD0 for ; Tue, 1 Jan 2019 00:21:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14703FB16; Tue, 1 Jan 2019 00:21:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546302081104610" MIME-Version: 1.0 Date: Tue, 1 Jan 2019 00:21:21 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190101002121.14703FB16@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. --_----------=_1546302081104610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Jan 1 00:21:20 UTC 2019 Modified Files: pkgsrc/doc: TODO Added Files: pkgsrc/doc: CHANGES-2019 Log Message: doc: Updated net/hub to 2.7.0 (Add a CHANGES-2019 file too, happy new year!) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.18725 -r1.18726 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546302081104610 Content-Disposition: inline Content-Length: 937 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.18725 pkgsrc/doc/TODO:1.18726 --- pkgsrc/doc/TODO:1.18725 Mon Dec 31 13:11:49 2018 +++ pkgsrc/doc/TODO Tue Jan 1 00:21:20 2019 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.18725 2018/12/31 13:11:49 ryoon Exp $ +$NetBSD: TODO,v 1.18726 2019/01/01 00:21:20 leot Exp $ Suggested new packages ====================== @@ -829,7 +829,6 @@ For possible Perl packages updates, see o htmldoc-1.8.28 o http-parser-2.9.0 o http_load-20140814 - o hub-2.7.0 [leot] o hugo-0.32 o icbirc-2.0 o icc11-13.0 Added files: Index: pkgsrc/doc/CHANGES-2019 diff -u /dev/null pkgsrc/doc/CHANGES-2019:1.1 --- /dev/null Tue Jan 1 00:21:21 2019 +++ pkgsrc/doc/CHANGES-2019 Tue Jan 1 00:21:20 2019 @@ -0,0 +1,5 @@ +$NetBSD: CHANGES-2019,v 1.1 2019/01/01 00:21:20 leot Exp $ + +Changes to the packages collection and infrastructure in 2019: + + Updated net/hub to 2.7.0 [leot 2019-01-01] --_----------=_1546302081104610--