Received: by mail.netbsd.org (Postfix, from userid 605) id 2487284DAB; Tue, 19 Nov 2019 23:41:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F26384D3A for ; Tue, 19 Nov 2019 23:41:23 +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 9wvx-WGBMVyM for ; Tue, 19 Nov 2019 23:41:23 +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 EF78B84CDB for ; Tue, 19 Nov 2019 23:41:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE8ADFA97; Tue, 19 Nov 2019 23:41:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157420688247040" MIME-Version: 1.0 Date: Tue, 19 Nov 2019 23:41:22 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20191119234122.DE8ADFA97@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. --_----------=_157420688247040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Tue Nov 19 23:41:22 UTC 2019 Modified Files: pkgsrc/doc: TODO Log Message: doc/TODO: remove outdated item about share/doc/html All packages from main pkgsrc install their documentation in share/doc/PKGBASE now. The remaining wip packages and possible new additions are caught by running pkglint. To generate a diff of this commit: cvs rdiff -u -r1.19465 -r1.19466 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157420688247040 Content-Disposition: inline Content-Length: 752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19465 pkgsrc/doc/TODO:1.19466 --- pkgsrc/doc/TODO:1.19465 Tue Nov 19 23:17:55 2019 +++ pkgsrc/doc/TODO Tue Nov 19 23:41:22 2019 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19465 2019/11/19 23:17:55 ng0 Exp $ +$NetBSD: TODO,v 1.19466 2019/11/19 23:41:22 rillig Exp $ Suggested new packages ====================== @@ -1446,9 +1446,6 @@ Suggested cleanups in pkgsrc sysutils/apcupsd, sysutils/gnometoaster, sysutils/mtoolsfm, sysutils/xnc - o Install documentation consistently into share/doc/${PKGBASE} or - share/doc/${PKGNAME}, not share/doc/html. - o Convert packages to use VARBASE instead of hardcoding /var. o Convert packages to use bsd.options.mk instead of various --_----------=_157420688247040--