diff options
author | dillo <dillo@pkgsrc.org> | 2005-11-07 23:51:14 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-11-07 23:51:14 +0000 |
commit | aefacfcc2f7e5fadbceb4013f4eb62188318f696 (patch) | |
tree | 4c99727f63a62c73caa2bd7aa47a0cec457a44c0 /pkgtools | |
parent | 68f185e9935be88efae67028dff7819858ebe34e (diff) | |
download | pkgsrc-aefacfcc2f7e5fadbceb4013f4eb62188318f696.tar.gz |
Update to 20051107: Fix pkg_info -B against binary packages.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/info/perform.c | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/pkgtools/pkg_install/files/info/perform.c b/pkgtools/pkg_install/files/info/perform.c index 18c39a20627..aebd86a43a4 100644 --- a/pkgtools/pkg_install/files/info/perform.c +++ b/pkgtools/pkg_install/files/info/perform.c @@ -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 @@ pkg_do(char *pkg) 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 --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 1bb1557f425..60380470bfe 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.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_ */ |