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/lib pkg_install-20090326:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17e588896a57
branches:  trunk
changeset: 556656:17e588896a57
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 14:32:39 2009 +0000

description:
pkg_install-20090326:
Fix diagnostic message to be less confusing to read.

diffstat:

 pkgtools/pkg_install/files/lib/pkg_io.c  |  6 +++---
 pkgtools/pkg_install/files/lib/version.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 251562dd399c -r 17e588896a57 pkgtools/pkg_install/files/lib/pkg_io.c
--- a/pkgtools/pkg_install/files/lib/pkg_io.c   Thu Mar 26 01:00:44 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/pkg_io.c   Thu Mar 26 14:32:39 2009 +0000
@@ -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@localhost>.
  * 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 @@
        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 -r 251562dd399c -r 17e588896a57 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Thu Mar 26 01:00:44 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Thu Mar 26 14:32:39 2009 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index