Source-Changes-HG archive

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

[src/trunk]: src/external/gpl2/grep minor nits



details:   https://anonhg.NetBSD.org/src/rev/a1eacd3b65c4
branches:  trunk
changeset: 342841:a1eacd3b65c4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 10 22:18:05 2016 +0000

description:
minor nits

diffstat:

 external/gpl2/grep/grep2netbsd          |  5 ++++-
 external/gpl2/grep/include/version.texi |  4 ++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 521bd22ca90a -r a1eacd3b65c4 external/gpl2/grep/grep2netbsd
--- a/external/gpl2/grep/grep2netbsd    Sun Jan 10 22:16:40 2016 +0000
+++ b/external/gpl2/grep/grep2netbsd    Sun Jan 10 22:18:05 2016 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: grep2netbsd,v 1.1 2016/01/10 22:16:40 christos Exp $
+#      $NetBSD: grep2netbsd,v 1.2 2016/01/10 22:18:05 christos Exp $
 #
 # Copyright (c) 2003 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -70,5 +70,8 @@
 cat << EOF
 To import:
 cvs -d cvs.netbsd.org:/cvsroot import src/external/gpl2/grep/dist FSF grep-X-Y
+
+Then run configure, make, merge the config.h file and the gmo files in the po
+dir.
 EOF
 exit 0
diff -r 521bd22ca90a -r a1eacd3b65c4 external/gpl2/grep/include/version.texi
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl2/grep/include/version.texi   Sun Jan 10 22:18:05 2016 +0000
@@ -0,0 +1,4 @@
+@set UPDATED 10 January 2016
+@set UPDATED-MONTH January 2016
+@set EDITION 2.5.1a
+@set VERSION 2.5.1a



Home | Main Index | Thread Index | Old Index