summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjoerg <joerg>2009-03-26 14:32:39 +0000
committerjoerg <joerg>2009-03-26 14:32:39 +0000
commit416fedd8a7e0e612c600fe349d2547acdfc57767 (patch)
tree450531bdc9e2f47abf5a54f386e25116489f2707 /pkgtools/pkg_install
parent511881b717520f8bab57471b36df49525c896911 (diff)
downloadpkgsrc-416fedd8a7e0e612c600fe349d2547acdfc57767.tar.gz
pkg_install-20090326:
Fix diagnostic message to be less confusing to read.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/files/lib/pkg_io.c6
-rw-r--r--pkgtools/pkg_install/files/lib/version.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/files/lib/pkg_io.c b/pkgtools/pkg_install/files/lib/pkg_io.c
index 74966dd445b..fd6c1734146 100644
--- a/pkgtools/pkg_install/files/lib/pkg_io.c
+++ b/pkgtools/pkg_install/files/lib/pkg_io.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pkg_io.c,v 1.7 2009/03/09 20:01:22 joerg Exp $ */
+/* $NetBSD: pkg_io.c,v 1.8 2009/03/26 14:32:39 joerg Exp $ */
/*-
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>.
* All rights reserved.
@@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: pkg_io.c,v 1.7 2009/03/09 20:01:22 joerg Exp $");
+__RCSID("$NetBSD: pkg_io.c,v 1.8 2009/03/26 14:32:39 joerg Exp $");
#include <archive.h>
#include <archive_entry.h>
@@ -189,7 +189,7 @@ find_best_package(struct url *url, const char *pattern, struct url **best_url)
if (fetchList(&ue, url, url_pattern, fetch_flags)) {
char *base_url;
base_url = fetchStringifyURL(url);
- warnx("Can't process %s%s: %s", base_url, url_pattern,
+ warnx("Can't process %s/%s: %s", base_url, url_pattern,
fetchLastErrString);
free(base_url);
free(url_pattern);
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h
index d60fb0be1bc..21a257cc3af 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.119 2009/03/09 19:58:45 joerg Exp $ */
+/* $NetBSD: version.h,v 1.120 2009/03/26 14:32:39 joerg Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -27,6 +27,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
-#define PKGTOOLS_VERSION "20090309"
+#define PKGTOOLS_VERSION "20090326"
#endif /* _INST_LIB_VERSION_H_ */