pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Sync with 20040330.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c395c3aeb0a2
branches: trunk
changeset: 471722:c395c3aeb0a2
user: tv <tv%pkgsrc.org@localhost>
date: Tue Mar 30 15:28:08 2004 +0000
description:
Sync with 20040330.
diffstat:
pkgtools/pkg_install/files/admin/pkg_admin.1 | 6 +++---
pkgtools/pkg_install/files/bpm/bpm.1 | 4 ++--
pkgtools/pkg_install/files/bpm/bpm.sh | 4 ++--
pkgtools/pkg_install/files/lib/version.h | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 449cf4032c57 -r c395c3aeb0a2 pkgtools/pkg_install/files/admin/pkg_admin.1
--- a/pkgtools/pkg_install/files/admin/pkg_admin.1 Tue Mar 30 15:21:10 2004 +0000
+++ b/pkgtools/pkg_install/files/admin/pkg_admin.1 Tue Mar 30 15:28:08 2004 +0000
@@ -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 @@
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 -r 449cf4032c57 -r c395c3aeb0a2 pkgtools/pkg_install/files/bpm/bpm.1
--- a/pkgtools/pkg_install/files/bpm/bpm.1 Tue Mar 30 15:21:10 2004 +0000
+++ b/pkgtools/pkg_install/files/bpm/bpm.1 Tue Mar 30 15:28:08 2004 +0000
@@ -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 @@
.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 -r 449cf4032c57 -r c395c3aeb0a2 pkgtools/pkg_install/files/bpm/bpm.sh
--- a/pkgtools/pkg_install/files/bpm/bpm.sh Tue Mar 30 15:21:10 2004 +0000
+++ b/pkgtools/pkg_install/files/bpm/bpm.sh Tue Mar 30 15:28:08 2004 +0000
@@ -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 @@
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 -r 449cf4032c57 -r c395c3aeb0a2 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h Tue Mar 30 15:21:10 2004 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h Tue Mar 30 15:28:08 2004 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index