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 Update to 20051107: Fix pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a559a5c55a1
branches:  trunk
changeset: 502655:0a559a5c55a1
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Mon Nov 07 23:51:14 2005 +0000

description:
Update to 20051107: Fix pkg_info -B against binary packages.

diffstat:

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

diffs (44 lines):

diff -r a569c643467b -r 0a559a5c55a1 pkgtools/pkg_install/files/info/perform.c
--- a/pkgtools/pkg_install/files/info/perform.c Mon Nov 07 22:57:48 2005 +0000
+++ b/pkgtools/pkg_install/files/info/perform.c Mon Nov 07 23:51:14 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.23 2005/11/05 13:20:09 wiz Exp $ */
+/*     $NetBSD: perform.c,v 1.24 2005/11/07 23:51:14 dillo Exp $       */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -11,7 +11,7 @@
 #if 0
 static const char *rcsid = "from FreeBSD Id: perform.c,v 1.23 1997/10/13 15:03:53 jkh Exp";
 #else
-__RCSID("$NetBSD: perform.c,v 1.23 2005/11/05 13:20:09 wiz Exp $");
+__RCSID("$NetBSD: perform.c,v 1.24 2005/11/07 23:51:14 dillo Exp $");
 #endif
 #endif
 
@@ -125,8 +125,6 @@
                                if (Flags & SHOW_BUILD_INFO)    {
                                        strcat(flist, BUILD_INFO_FNAME);
                                        strcat(flist, " ");
-                                       strcat(flist, INSTALLED_INFO_FNAME);
-                                       strcat(flist, " ");
                                }
                                if (Flags & SHOW_PKG_SIZE)      { strcat(flist, SIZE_PKG_FNAME);        strcat(flist, " "); }
                                if (Flags & SHOW_ALL_SIZE)      { strcat(flist, SIZE_ALL_FNAME);        strcat(flist, " "); }
diff -r a569c643467b -r 0a559a5c55a1 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Mon Nov 07 22:57:48 2005 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Mon Nov 07 23:51:14 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.49 2005/11/05 13:20:09 wiz Exp $ */
+/*     $NetBSD: version.h,v 1.50 2005/11/07 23:51:14 dillo 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 "20051103"
+#define PKGTOOLS_VERSION "20051107"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index