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 Prepare for update of N...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43da6cbb88c9
branches:  trunk
changeset: 536820:43da6cbb88c9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 23 23:58:27 2007 +0000

description:
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:

 pkgtools/pkg_install/files/lib/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4b2cb1786be3 -r 43da6cbb88c9 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Sun Dec 23 22:31:37 2007 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Sun Dec 23 23:58:27 2007 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index