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 Pull across from source:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cea8762f307
branches:  trunk
changeset: 515354:9cea8762f307
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Jul 01 19:37:25 2006 +0000

description:
Pull across from source:
Fix pkg_info -Q on binary packages; noted by rillig.
Bump version to 20060701.

Okayed during freeze by wiz.

diffstat:

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

diffs (44 lines):

diff -r 9dac0eeb970a -r 9cea8762f307 pkgtools/pkg_install/files/info/perform.c
--- a/pkgtools/pkg_install/files/info/perform.c Sat Jul 01 19:35:10 2006 +0000
+++ b/pkgtools/pkg_install/files/info/perform.c Sat Jul 01 19:37:25 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.28 2006/04/24 13:52:05 dillo Exp $       */
+/*     $NetBSD: perform.c,v 1.29 2006/07/01 19:37:25 dillo Exp $       */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -14,7 +14,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.28 2006/04/24 13:52:05 dillo Exp $");
+__RCSID("$NetBSD: perform.c,v 1.29 2006/07/01 19:37:25 dillo Exp $");
 #endif
 #endif
 
@@ -135,7 +135,7 @@
                                        LFILE_ADD(&files, lfp, MTREE_FNAME);
                                if (Flags & SHOW_BUILD_VERSION)
                                        LFILE_ADD(&files, lfp, BUILD_VERSION_FNAME);
-                               if (Flags & (SHOW_BUILD_INFO|SHOW_SUMMARY))
+                               if (Flags & (SHOW_BUILD_INFO|SHOW_SUMMARY|SHOW_BI_VAR))
                                        LFILE_ADD(&files, lfp, BUILD_INFO_FNAME);
                                if (Flags & (SHOW_PKG_SIZE|SHOW_SUMMARY))
                                        LFILE_ADD(&files, lfp, SIZE_PKG_FNAME);
diff -r 9dac0eeb970a -r 9cea8762f307 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Sat Jul 01 19:35:10 2006 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Sat Jul 01 19:37:25 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.59 2006/04/24 13:52:05 dillo Exp $       */
+/*     $NetBSD: version.h,v 1.60 2006/07/01 19:37:25 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 "20060424"
+#define PKGTOOLS_VERSION "20060701"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index