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 646C47A223 for ; Wed, 25 Jan 2017 20:10:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 183E78562E; Wed, 25 Jan 2017 20:10:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E19E8562F for ; Wed, 25 Jan 2017 20:10:47 +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 j7EeWSDOsq13 for ; Wed, 25 Jan 2017 20:10:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 058DE85578 for ; Wed, 25 Jan 2017 20:10:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 009C9FBA6; Wed, 25 Jan 2017 20:10:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485375046241770" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 20:10:46 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170125201047.009C9FBA6@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. --_----------=_1485375046241770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Jan 25 20:10:46 UTC 2017 Modified Files: pkgsrc/doc/guide/files: components.xml Log Message: Add documentation of the LICENSE variable (part of the pkgsrc package 3rd section Makefile variables). >From David H. Gutteridge via PR pkg/51917 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/doc/guide/files/components.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485375046241770 Content-Disposition: inline Content-Length: 1086 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/components.xml diff -u pkgsrc/doc/guide/files/components.xml:1.53 pkgsrc/doc/guide/files/components.xml:1.54 --- pkgsrc/doc/guide/files/components.xml:1.53 Sun Jul 10 07:46:29 2016 +++ pkgsrc/doc/guide/files/components.xml Wed Jan 25 20:10:46 2017 @@ -1,4 +1,4 @@ - + Package components - files, directories and contents @@ -116,6 +116,11 @@ converters games mbone COMMENT is a one-line description of the package (should not include the package name). + + LICENSE indicates the license(s) + applicable for the package. See for further details. + Other variables that affect the build: --_----------=_1485375046241770--