pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files - fix URL syntax: colon must be used w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d588b7026a2
branches:  trunk
changeset: 522078:2d588b7026a2
user:      kano <kano%pkgsrc.org@localhost>
date:      Sat Dec 02 06:03:31 2006 +0000

description:
- fix URL syntax: colon must be used with port number
- fix path to pkgtools/pkg_tarup package

approved by yyamano@

diffstat:

 doc/guide/files/build.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 8859807b5e7e -r 2d588b7026a2 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Sat Dec 02 05:30:35 2006 +0000
+++ b/doc/guide/files/build.xml Sat Dec 02 06:03:31 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.38 2006/11/23 11:47:54 yyamano Exp $ -->
+<!-- $NetBSD: build.xml,v 1.39 2006/12/02 06:03:31 kano Exp $ -->
 
 <chapter id="build">
   <title>The build process</title>
@@ -313,10 +313,10 @@
       <para>Some explanations for the less self-explaining ones:
       <varname>MASTER_SITE_BACKUP</varname> contains backup sites
       for packages that are maintained in <ulink
-      url="ftp://ftp.NetBSD.org:/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}";
+      url="ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}";
       />.  <varname>MASTER_SITE_LOCAL</varname> contains local
       package source distributions that are maintained in <ulink
-      url="ftp://ftp.NetBSD.org:/pub/NetBSD/packages/distfiles/LOCAL_PORTS/";
+      url="ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/";
       />.</para>
 
       <para>If you choose one of these predefined sites, you may
@@ -1005,7 +1005,7 @@
          <para>Update the installation of the current package.  This
          differs from update in that it does not replace dependent
          packages.  You will need to install <filename
-         role="pkg">pkgsrc/pkgtools/pkg_tarup</filename> for this
+         role="pkg">pkgtools/pkg_tarup</filename> for this
          target to work.</para>
 
          <para><emphasis>Be careful when using this



Home | Main Index | Thread Index | Old Index