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.66 (requested...



details:   https://anonhg.NetBSD.org/src/rev/935eca924d8e
branches:  netbsd-3
changeset: 576207:935eca924d8e
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 14 20:23:41 2005 +0000

description:
Pull up revision 1.66 (requested by wiz in ticket #452):
If a pattern does not have any suffix, assume that it matches both
".tbz" and ".tgz".  This allows to install binary package dependencies
that are not exact matches, but satisfy requirements.
Bump version to 20050529.

diffstat:

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

diffs (17 lines):

diff -r aec5f9a72f33 -r 935eca924d8e usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Tue Jun 14 14:54:42 2005 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Tue Jun 14 20:23:41 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.64.2.1 2005/03/19 13:18:38 tron Exp $    */
+/*     $NetBSD: version.h,v 1.64.2.2 2005/06/14 20:23:41 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 "20050318"
+#define PKGTOOLS_VERSION "20050529"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index