summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsevan <sevan>2017-01-07 01:24:05 +0000
committersevan <sevan>2017-01-07 01:24:05 +0000
commitc92034fb42dd30dc2b5fe1f0c7d27cd4d12cd86e (patch)
treec694732ed29bd399c123509975d16d643766a88e /doc
parent0f2fbd6294815afa60149c0bf462ddddaa2acaad (diff)
downloadpkgsrc-c92034fb42dd30dc2b5fe1f0c7d27cd4d12cd86e.tar.gz
Point to 2016Q4.
Archives are generated weekly.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/getting.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml
index 4bc77176609..546bf95ba55 100644
--- a/doc/guide/files/getting.xml
+++ b/doc/guide/files/getting.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.33 2014/11/14 21:51:13 snj Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.34 2017/01/07 01:24:05 sevan Exp $ -->
<chapter id="getting">
<title>Where to get pkgsrc and how to keep it up-to-date</title>
@@ -21,7 +21,7 @@ and dashes.</para>
quarterly basis from the current branch and only gets modified
for security updates. The names of the stable branches are built
from the year and the quarter, for example
- <literal>2014Q3</literal>.</para>
+ <literal>2016Q4</literal>.</para>
<para>The second step is to decide <emphasis>how</emphasis> you
want to download pkgsrc. You can get it as a tar file or via CVS.
@@ -43,7 +43,7 @@ and dashes.</para>
<para>The tar archive for the current branch is in the directory
<filename>current</filename> and is called <ulink
url="http://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc.tar.gz"><filename>pkgsrc.tar.gz</filename></ulink>.
- It is autogenerated daily.</para>
+ It is autogenerated weekly.</para>
<para>To save download time we provide bzip2- and
xz-compressed archives which are published at
@@ -55,9 +55,9 @@ and dashes.</para>
<para>You can fetch the same files using FTP.</para>
- <para>The tar file for the stable branch 2014Q3 is in the
- directory <filename>pkgsrc-2014Q3</filename> and is also called <ulink
- url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2014Q3/pkgsrc.tar.gz"><filename>pkgsrc.tar.gz</filename></ulink>.</para>
+ <para>The tar file for the stable branch 2016Q4 is in the
+ directory <filename>pkgsrc-2016Q4</filename> and is also called <ulink
+ url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2016Q4/pkgsrc.tar.gz"><filename>pkgsrc.tar.gz</filename></ulink>.</para>
<para>To download a pkgsrc stable tarball, run:</para>
@@ -66,7 +66,7 @@ and dashes.</para>
<para>Where <replaceable>pkgsrc-20xxQy</replaceable> is the
stable branch to be downloaded, for example,
- <quote>pkgsrc-2014Q3</quote>.</para>
+ <quote>pkgsrc-2016Q4</quote>.</para>
<para>If you prefer, you can also fetch it using "wget", "curl",
or your web browser.</para>
@@ -98,7 +98,7 @@ and dashes.</para>
</screen>
<para>Where <replaceable>pkgsrc-20xxQy</replaceable> is the stable
- branch to be checked out, for example, <quote>pkgsrc-2014Q3</quote></para>
+ branch to be checked out, for example, <quote>pkgsrc-2016Q4</quote></para>
<para>This will create the directory <filename>pkgsrc/</filename>
in your <filename>/usr/</filename> directory and all the package source
@@ -201,7 +201,7 @@ release -d
by adding the option <quote>-A</quote> after the
<quote>update</quote> keyword. To switch from the current branch
back to the stable branch, add the
- <quote>-rpkgsrc-2014Q3</quote> option.</para>
+ <quote>-rpkgsrc-2016Q4</quote> option.</para>
</sect3>
<sect3 id="uptodate-cvs-changes">