pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rpm2pkg/files Add NetBSD RCSID. No binary cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74a720844f74
branches:  trunk
changeset: 418681:74a720844f74
user:      rin <rin%pkgsrc.org@localhost>
date:      Sun Dec 01 06:03:58 2019 +0000

description:
Add NetBSD RCSID. No binary changes.

diffstat:

 pkgtools/rpm2pkg/files/fileio-bzlib.c |  2 ++
 pkgtools/rpm2pkg/files/fileio-lzma.c  |  2 ++
 pkgtools/rpm2pkg/files/fileio-plain.c |  2 ++
 pkgtools/rpm2pkg/files/fileio-zlib.c  |  2 ++
 pkgtools/rpm2pkg/files/fileio-zstd.c  |  2 ++
 pkgtools/rpm2pkg/files/fileio.c       |  2 ++
 pkgtools/rpm2pkg/files/fileio.h       |  2 ++
 pkgtools/rpm2pkg/files/parse-rpm.h    |  2 ++
 pkgtools/rpm2pkg/files/rpm2pkg.8      |  1 +
 9 files changed, 17 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio-bzlib.c
--- a/pkgtools/rpm2pkg/files/fileio-bzlib.c     Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio-bzlib.c     Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio-bzlib.c,v 1.2 2019/12/01 06:03:58 rin Exp $     */
+
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio-lzma.c
--- a/pkgtools/rpm2pkg/files/fileio-lzma.c      Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio-lzma.c      Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio-lzma.c,v 1.2 2019/12/01 06:03:58 rin Exp $      */
+
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio-plain.c
--- a/pkgtools/rpm2pkg/files/fileio-plain.c     Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio-plain.c     Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio-plain.c,v 1.2 2019/12/01 06:03:58 rin Exp $     */
+
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio-zlib.c
--- a/pkgtools/rpm2pkg/files/fileio-zlib.c      Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio-zlib.c      Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio-zlib.c,v 1.3 2019/12/01 06:03:58 rin Exp $      */
+
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio-zstd.c
--- a/pkgtools/rpm2pkg/files/fileio-zstd.c      Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio-zstd.c      Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio-zstd.c,v 1.2 2019/12/01 06:03:58 rin Exp $      */
+
 /*-
  * Copyright (c) 2011, 2019 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio.c
--- a/pkgtools/rpm2pkg/files/fileio.c   Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio.c   Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio.c,v 1.2 2019/12/01 06:03:58 rin Exp $   */
+
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/fileio.h
--- a/pkgtools/rpm2pkg/files/fileio.h   Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/fileio.h   Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fileio.h,v 1.3 2019/12/01 06:03:58 rin Exp $   */
+
 /*-
  * Copyright (c) 2011, 2019 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/parse-rpm.h
--- a/pkgtools/rpm2pkg/files/parse-rpm.h        Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/parse-rpm.h        Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: parse-rpm.h,v 1.2 2019/12/01 06:03:58 rin Exp $        */
+
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
diff -r 463f3348543d -r 74a720844f74 pkgtools/rpm2pkg/files/rpm2pkg.8
--- a/pkgtools/rpm2pkg/files/rpm2pkg.8  Sun Dec 01 05:29:31 2019 +0000
+++ b/pkgtools/rpm2pkg/files/rpm2pkg.8  Sun Dec 01 06:03:58 2019 +0000
@@ -1,3 +1,4 @@
+.\"    $NetBSD: rpm2pkg.8,v 1.9 2019/12/01 06:03:58 rin Exp $
 .\"
 .\" Copyright (c) 2001, 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.



Home | Main Index | Thread Index | Old Index