summaryrefslogtreecommitdiff
path: root/doc/guide/files
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-13 10:49:00 +0000
committerwiz <wiz>2009-05-13 10:49:00 +0000
commite02e8f8154cd1295faaedbdbba1b4d508c152506 (patch)
treed9209c28d6d83a17b757aa20e6b818cb83cfe3af /doc/guide/files
parente13d7a7d7d1f79faadd4dc117e9e0ad39f1ad996 (diff)
downloadpkgsrc-e02e8f8154cd1295faaedbdbba1b4d508c152506.tar.gz
Update examples to refer to 2009Q1.
Diffstat (limited to 'doc/guide/files')
-rw-r--r--doc/guide/files/bulk.xml4
-rw-r--r--doc/guide/files/getting.xml16
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/guide/files/bulk.xml b/doc/guide/files/bulk.xml
index f0e1c4797b2..07bcb1975ef 100644
--- a/doc/guide/files/bulk.xml
+++ b/doc/guide/files/bulk.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: bulk.xml,v 1.4 2009/01/07 19:59:12 joerg Exp $ -->
+<!-- $NetBSD: bulk.xml,v 1.5 2009/05/13 10:49:00 wiz Exp $ -->
<chapter id="bulk">
<title>Creating binary packages for everything in pkgsrc (bulk
@@ -31,7 +31,7 @@ by a NetBSD developer on a trusted machine (that is, where you and only
you have root access).</para></listitem>
<listitem><para>Packages on ftp.NetBSD.org should only be created from
-the stable branches (like 2007Q1), so that users browsing the available
+the stable branches (like 2009Q1), so that users browsing the available
collections can see at a glance how old the packages
are.</para></listitem>
diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml
index 545ddb57da1..f839ae0170c 100644
--- a/doc/guide/files/getting.xml
+++ b/doc/guide/files/getting.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.23 2008/02/19 00:58:07 weinem Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.24 2009/05/13 10:49:00 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>2007Q4</literal>.</para>
+ <literal>2009Q1</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 2007Q4 is in the
- directory <filename>pkgsrc-2007Q4</filename> and is also called <ulink
- url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2007Q4/pkgsrc-2007Q4.tar.gz"><filename>pkgsrc-2007Q4.tar.gz</filename></ulink>.</para>
+ <para>The tar file for the stable branch 2009Q1 is in the
+ directory <filename>pkgsrc-2009Q1</filename> and is also called <ulink
+ url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2009Q1/pkgsrc-2009Q1.tar.gz"><filename>pkgsrc-2009Q1.tar.gz</filename></ulink>.</para>
<para>To download a pkgsrc stable tarball, run:</para>
@@ -51,7 +51,7 @@ and dashes.</para>
<para>Where <replaceable>pkgsrc-200xQy</replaceable> is the
stable branch to be downloaded, for example,
- <quote>pkgsrc-2007Q4</quote>.</para>
+ <quote>pkgsrc-2009Q1</quote>.</para>
<!--
<para>After downloading the tar file, change to the directory
where you want to have pkgsrc. This is usually
@@ -133,7 +133,7 @@ rdiff -u
&uprompt; <userinput>cvs checkout -r <replaceable>pkgsrc-200xQy</replaceable> -P pkgsrc</userinput></screen>
<para>Where <replaceable>pkgsrc-200xQy</replaceable> is the stable
- branch to be checked out, for example, <quote>pkgsrc-2007Q4</quote></para>
+ branch to be checked out, for example, <quote>pkgsrc-2009Q1</quote></para>
<para>This will create the directory <filename>pkgsrc/</filename>
in your <filename>/usr/</filename> directory and all the package source
@@ -198,7 +198,7 @@ rdiff -u
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-2007Q4</quote> option.</para>
+ <quote>-rpkgsrc-2009Q1</quote> option.</para>
</sect3>
<sect3 id="uptodate-cvs-changes">