Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DA55D7A488 for ; Sat, 16 Jul 2016 14:28:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 586E485EBA; Sat, 16 Jul 2016 14:28:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEBD485E11 for ; Sat, 16 Jul 2016 14:28:49 +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 tt413275OBkh for ; Sat, 16 Jul 2016 14:28:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4BABF84CEE for ; Sat, 16 Jul 2016 14:28:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 462C5FBB5; Sat, 16 Jul 2016 14:28:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146867932962550" MIME-Version: 1.0 Date: Sat, 16 Jul 2016 14:28:49 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: jakllsch@netbsd.org X-Mailer: log_accum Message-Id: <20160716142849.462C5FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146867932962550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jakllsch Date: Sat Jul 16 14:28:49 UTC 2016 Modified Files: pkgsrc/doc/guide/files: fixes.xml Log Message: Spelling fix; "opposed" only has two 'o's, not three. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 pkgsrc/doc/guide/files/fixes.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146867932962550 Content-Disposition: inline Content-Length: 1055 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/fixes.xml diff -u pkgsrc/doc/guide/files/fixes.xml:1.143 pkgsrc/doc/guide/files/fixes.xml:1.144 --- pkgsrc/doc/guide/files/fixes.xml:1.143 Thu Jul 14 14:39:24 2016 +++ pkgsrc/doc/guide/files/fixes.xml Sat Jul 16 14:28:49 2016 @@ -1,4 +1,4 @@ - + Making your package work @@ -469,7 +469,7 @@ CONFLICTS= bar-[0-9]* (OS-version-platform) that can use glob-style wildcards. If a package is not appropriate for some platforms (as - oopposed to merely broken), a different set of variables should be + opposed to merely broken), a different set of variables should be used as this affects failure reporting and statistics. If the package is appropriate for most platforms, the exceptions should be noted with NOT_FOR_PLATFORM. If --_----------=_146867932962550--