pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Refer to pkgsrc-2006Q4 instead of Q3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d5284f4a00e
branches:  trunk
changeset: 524677:7d5284f4a00e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 30 07:07:49 2007 +0000

description:
Refer to pkgsrc-2006Q4 instead of Q3.

diffstat:

 doc/guide/files/getting.xml |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 173dab059dc6 -r 7d5284f4a00e doc/guide/files/getting.xml
--- a/doc/guide/files/getting.xml       Tue Jan 30 07:05:58 2007 +0000
+++ b/doc/guide/files/getting.xml       Tue Jan 30 07:07:49 2007 +0000
@@ -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 @@
        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 @@
        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 @@
        <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 @@
        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">



Home | Main Index | Thread Index | Old Index