pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files After the 2006Q1 branch, SITES_${file}...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91de2d25c773
branches: trunk
changeset: 508378:91de2d25c773
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Feb 18 17:11:50 2006 +0000
description:
After the 2006Q1 branch, SITES_${file} should be replaced with
SITES.${file}.
diffstat:
doc/guide/files/build.xml | 6 +++++-
doc/guide/files/components.xml | 10 ++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 50a968bf3038 -r 91de2d25c773 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Sat Feb 18 17:07:33 2006 +0000
+++ b/doc/guide/files/build.xml Sat Feb 18 17:11:50 2006 +0000
@@ -1,4 +1,8 @@
-<!-- $NetBSD: build.xml,v 1.24 2006/02/17 20:38:17 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.25 2006/02/18 17:11:50 rillig Exp $ -->
+
+<!--
+ TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+-->
<chapter id="build">
<title>The build process</title>
diff -r 50a968bf3038 -r 91de2d25c773 doc/guide/files/components.xml
--- a/doc/guide/files/components.xml Sat Feb 18 17:07:33 2006 +0000
+++ b/doc/guide/files/components.xml Sat Feb 18 17:11:50 2006 +0000
@@ -1,4 +1,9 @@
-<!-- $NetBSD: components.xml,v 1.20 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.21 2006/02/18 17:11:50 rillig Exp $ -->
+
+<!--
+ TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+ (2 times)
+-->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -109,7 +114,8 @@
<programlisting>
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= foo-file.tar.gz
- SITES_foo-file.tar.gz=http://www.somewhere.com/somehow/ \
+ SITES_foo-file.tar.gz= \
+ http://www.somewhere.com/somehow/ \
http://www.somewhereelse.com/mirror/somehow/
</programlisting>
</listitem>
Home |
Main Index |
Thread Index |
Old Index