Received: by mail.netbsd.org (Postfix, from userid 605) id BDF8284D41; Thu, 18 Feb 2021 11:07:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0626484D14 for ; Thu, 18 Feb 2021 11:07:18 +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 LNrxnmTGZ_wE for ; Thu, 18 Feb 2021 11:07:17 +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 4544984CE7 for ; Thu, 18 Feb 2021 11:07:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42B15FA95; Thu, 18 Feb 2021 11:07:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613646437183550" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 11:07:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/templates To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210218110717.42B15FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613646437183550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 18 11:07:17 UTC 2021 Modified Files: pkgsrc/templates: README.top Log Message: README.top: modernize text, link to cdn rather than ftp To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/templates/README.top Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613646437183550 Content-Disposition: inline Content-Length: 1201 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/templates/README.top diff -u pkgsrc/templates/README.top:1.15 pkgsrc/templates/README.top:1.16 --- pkgsrc/templates/README.top:1.15 Tue Oct 9 19:19:15 2007 +++ pkgsrc/templates/README.top Thu Feb 18 11:07:17 2021 @@ -1,4 +1,4 @@ - + The NetBSD Packages Collection @@ -32,12 +32,14 @@ is also available:
+Prebuilt binary packages can be installed using +pkgin or pkg_add(8). For more information on how to build any of the packages from -the NetBSD Packages Collection, see the -doc/pkgsrc.html document. +the pkgsrc, see the +doc/pkgsrc.html document. -The most up-to-date version of the Packages Collection is available from -the NetBSD ftp server. +pkgsrc and binary packages for NetBSD are available on +the NetBSD mirrors. --_----------=_1613646437183550--