summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-30 07:07:49 +0000
committerwiz <wiz@pkgsrc.org>2007-01-30 07:07:49 +0000
commit56620b1e989ac430849eca18a14f97114e8b36ba (patch)
tree55d96ccf08df25abd591ca679773c5e4b9e17ad5 /doc/guide
parent609b0c95c4cd4a732cb1175af3a8616b004bd495 (diff)
downloadpkgsrc-56620b1e989ac430849eca18a14f97114e8b36ba.tar.gz
Refer to pkgsrc-2006Q4 instead of Q3.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/getting.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml
index d36b782843b..5357fab15f1 100644
--- a/doc/guide/files/getting.xml
+++ b/doc/guide/files/getting.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.15 2006/11/23 11:42:54 yyamano Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.16 2007/01/30 07:07:49 wiz 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>2006Q3</literal>.</para>
+ <literal>2006Q4</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, via SUP,
@@ -40,9 +40,9 @@ and dashes.</para>
url="ftp://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc.tar.gz"><filename>pkgsrc.tar.gz</filename></ulink>.
It is autogenerated daily.</para>
- <para>The tar file for the stable branch 2006Q3 is in the
- directory <filename>pkgsrc-2006Q3</filename> and is also called <ulink
- url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2006Q3/pkgsrc-2006Q3.tar.gz"><filename>pkgsrc-2006Q3.tar.gz</filename></ulink>.</para>
+ <para>The tar file for the stable branch 2006Q4 is in the
+ directory <filename>pkgsrc-2006Q4</filename> and is also called <ulink
+ url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2006Q4/pkgsrc-2006Q4.tar.gz"><filename>pkgsrc-2006Q4.tar.gz</filename></ulink>.</para>
<para>After downloading the tar file, change to the directory
where you want to have pkgsrc. This is usually
@@ -94,7 +94,7 @@ and dashes.</para>
<filename>/usr</filename>. In that directory you run the
checkout command, which is <command>cvs -q checkout -P
pkgsrc</command> for the current branch and <command>cvs -q
- checkout -rpkgsrc-2006Q3 -P pkgsrc</command> for the stable
+ checkout -rpkgsrc-2006Q4 -P pkgsrc</command> for the stable
branch. This command will create a directory called
<filename>pkgsrc</filename> with all the pkgsrc files in
it.</para>
@@ -151,7 +151,7 @@ and dashes.</para>
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-2006Q3</quote> option.</para>
+ <quote>-rpkgsrc-2006Q4</quote> option.</para>
</sect3>
<sect3 id="uptodate-cvs-changes">