Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.sbin/pkg_install/lib Pull up revision 1.67 (requested...



details:   https://anonhg.NetBSD.org/src/rev/913be31f2a2c
branches:  netbsd-3
changeset: 576211:913be31f2a2c
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 14 20:31:09 2005 +0000

description:
Pull up revision 1.67 (requested by wiz in ticket #454):
Add ranges support to the pkg_* tools. See mail on tech-pkg or
pkg_info(1) for details.
Co-production with dillo@.
Bump PACKAGE_TOOLS_VERSION to 20050530.

diffstat:

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

diffs (17 lines):

diff -r 38fad8bcc813 -r 913be31f2a2c usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Tue Jun 14 20:31:03 2005 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Tue Jun 14 20:31:09 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.64.2.2 2005/06/14 20:23:41 tron Exp $    */
+/*     $NetBSD: version.h,v 1.64.2.3 2005/06/14 20:31:09 tron 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 "20050529"
+#define PKGTOOLS_VERSION "20050530"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index