diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-23 23:58:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-23 23:58:27 +0000 |
commit | a0e4ad1e20ddaa0ad0e8a1ee89bffb62a1c06d36 (patch) | |
tree | 4f1d2fae1a8dfed72f21ca25d19703d939e74f56 /pkgtools | |
parent | c0c0fb2e5ab4d1aff9469b67ccc71bd469c17533 (diff) | |
download | pkgsrc-a0e4ad1e20ddaa0ad0e8a1ee89bffb62a1c06d36.tar.gz |
Prepare for update of NetBSD and pkgsrc-2007Q4 by tagging current state
as 20071224. Changes include:
- better diagnostic for conflicting packages
- explicitly check already installed packages for conflicts with
to-be-installed package
- document pkg_admin rebuild-tree in usage
- man page fixes
- forcefully remove pkgdb entries (needed for user-usage in some cases)
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index c1e89260f41..5595b7c6b8c 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.86 2007/11/08 23:24:56 joerg Exp $ */ +/* $NetBSD: version.h,v 1.87 2007/12/23 23:58:27 joerg 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 "20071109" +#define PKGTOOLS_VERSION "20071224" #endif /* _INST_LIB_VERSION_H_ */ |