summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-30 15:28:08 +0000
committertv <tv@pkgsrc.org>2004-03-30 15:28:08 +0000
commit9e75df93f92900987af915040372ac2d6f496b64 (patch)
tree00133ea7b3f5b42c1335dca93ebd186f802f6994
parent7e882505c689638a026e0aa2d415ea23965b642f (diff)
downloadpkgsrc-9e75df93f92900987af915040372ac2d6f496b64.tar.gz
Sync with 20040330.
-rw-r--r--pkgtools/pkg_install/files/admin/pkg_admin.16
-rw-r--r--pkgtools/pkg_install/files/bpm/bpm.14
-rw-r--r--pkgtools/pkg_install/files/bpm/bpm.sh4
-rw-r--r--pkgtools/pkg_install/files/lib/version.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/pkgtools/pkg_install/files/admin/pkg_admin.1 b/pkgtools/pkg_install/files/admin/pkg_admin.1
index cd4dec35c69..3d89b676880 100644
--- a/pkgtools/pkg_install/files/admin/pkg_admin.1
+++ b/pkgtools/pkg_install/files/admin/pkg_admin.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_admin.1,v 1.6 2004/02/07 10:37:52 grant Exp $
+.\" $NetBSD: pkg_admin.1,v 1.7 2004/03/30 15:28:08 tv Exp $
.\"
.\" Copyright (c) 1999-2002 Hubert Feyrer. All rights reserved.
.\"
@@ -75,14 +75,14 @@ taken from the value of the environment variable
if it's set, otherwise it defaults to
.Pa /var/db/pkg .
.It Fl S
-Set the shell glob pattern for package suffices when matching package
+Set the shell glob pattern for package suffixes when matching package
names for
.Cm lsall
and
.Cm lsbest
to be the null suffix.
.It Fl s Ar sfx_pattern
-Set the shell glob pattern for package suffices when matching package
+Set the shell glob pattern for package suffixes when matching package
names for
.Cm lsall
and
diff --git a/pkgtools/pkg_install/files/bpm/bpm.1 b/pkgtools/pkg_install/files/bpm/bpm.1
index a9e63c15b95..8da4ee2f623 100644
--- a/pkgtools/pkg_install/files/bpm/bpm.1
+++ b/pkgtools/pkg_install/files/bpm/bpm.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: bpm.1,v 1.1 2004/01/14 23:55:29 jlam Exp $ */
+.\" $NetBSD: bpm.1,v 1.2 2004/03/30 15:28:08 tv Exp $ */
.\"
.\"
.\" Copyright (c) 2003 Alistair G. Crooks. All rights reserved.
@@ -54,7 +54,7 @@ The following command-line options are supported:
.It Fl b Ar baseURL
Specify a base URL from which to download binary packages.
The default URL is
-.Pa ftp://ftp.netbsd.org/pub/NetBSD/packages .
+.Pa ftp://ftp.NetBSD.org/pub/NetBSD/packages .
.It Fl h
Print a help message and then exit.
.It Fl m Ar machine
diff --git a/pkgtools/pkg_install/files/bpm/bpm.sh b/pkgtools/pkg_install/files/bpm/bpm.sh
index f12f8fcd0a6..eb6361bac8d 100644
--- a/pkgtools/pkg_install/files/bpm/bpm.sh
+++ b/pkgtools/pkg_install/files/bpm/bpm.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bpm.sh,v 1.1 2004/01/14 23:55:29 jlam Exp $
+# $NetBSD: bpm.sh,v 1.2 2004/03/30 15:28:08 tv Exp $
#
# Copyright (c) 2003 Alistair G. Crooks. All rights reserved.
#
@@ -81,7 +81,7 @@ tmpcategories=/tmp/categories.$$
tmppackages=/tmp/packages.$$
# some base parameters
-base=ftp://ftp.netbsd.org/pub/NetBSD/packages
+base=ftp://ftp.NetBSD.org/pub/NetBSD/packages
release=`${unameprog} -r | ${sedprog} -e 's/_STABLE//'`
machine=`${unameprog} -m`
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h
index 4b92bb5a2d8..63e80833857 100644
--- a/pkgtools/pkg_install/files/lib/version.h
+++ b/pkgtools/pkg_install/files/lib/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.23 2004/02/07 10:37:53 grant Exp $ */
+/* $NetBSD: version.h,v 1.24 2004/03/30 15:28:08 tv Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -33,6 +33,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
-#define PKGTOOLS_VERSION "20040115"
+#define PKGTOOLS_VERSION "20040330"
#endif /* _INST_LIB_VERSION_H_ */