Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pkg_install/dist melt snowflakes



details:   https://anonhg.NetBSD.org/src/rev/72ce6dc7df5b
branches:  trunk
changeset: 777520:72ce6dc7df5b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Feb 21 18:27:05 2012 +0000

description:
melt snowflakes

diffstat:

 external/bsd/pkg_install/dist/add/perform.c |  4 ++--
 external/bsd/pkg_install/dist/lib/version.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r e3ab9d979fa3 -r 72ce6dc7df5b external/bsd/pkg_install/dist/add/perform.c
--- a/external/bsd/pkg_install/dist/add/perform.c       Tue Feb 21 18:25:15 2012 +0000
+++ b/external/bsd/pkg_install/dist/add/perform.c       Tue Feb 21 18:27:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.2 2012/02/21 13:32:45 wiz Exp $  */
+/*     $NetBSD: perform.c,v 1.3 2012/02/21 18:27:05 wiz Exp $  */
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -6,7 +6,7 @@
 #if HAVE_SYS_CDEFS_H
 #include <sys/cdefs.h>
 #endif
-__RCSID("$NetBSD: perform.c,v 1.2 2012/02/21 13:32:45 wiz Exp $");
+__RCSID("$NetBSD: perform.c,v 1.3 2012/02/21 18:27:05 wiz Exp $");
 
 /*-
  * Copyright (c) 2003 Grant Beattie <grant%NetBSD.org@localhost>
diff -r e3ab9d979fa3 -r 72ce6dc7df5b external/bsd/pkg_install/dist/lib/version.h
--- a/external/bsd/pkg_install/dist/lib/version.h       Tue Feb 21 18:25:15 2012 +0000
+++ b/external/bsd/pkg_install/dist/lib/version.h       Tue Feb 21 18:27:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.8 2012/02/19 17:49:09 tron Exp $ */
+/*     $NetBSD: version.h,v 1.9 2012/02/21 18:27:05 wiz Exp $  */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION 20120128
+#define PKGTOOLS_VERSION 20120221
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index