pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools NetBSD capitalization police.
details: https://anonhg.NetBSD.org/pkgsrc/rev/685fafdc0061
branches: trunk
changeset: 504541:685fafdc0061
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 13 12:03:47 2005 +0000
description:
NetBSD capitalization police.
diffstat:
pkgtools/pkgdiff/files/mkpatches.1 | 4 ++--
pkgtools/pkgdiff/files/mkpatches.pl | 6 +++---
pkgtools/pkgdiff/files/patchdiff.1 | 4 ++--
pkgtools/pkgdiff/files/patchdiff.pl | 4 ++--
pkgtools/pkglint/files/pkglint.pl | 8 ++++----
5 files changed, 13 insertions(+), 13 deletions(-)
diffs (85 lines):
diff -r 094f6eff2e0b -r 685fafdc0061 pkgtools/pkgdiff/files/mkpatches.1
--- a/pkgtools/pkgdiff/files/mkpatches.1 Tue Dec 13 08:39:48 2005 +0000
+++ b/pkgtools/pkgdiff/files/mkpatches.1 Tue Dec 13 12:03:47 2005 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: mkpatches.1,v 1.2 2001/12/03 19:03:22 wiz Exp $
+.\" $NetBSD: mkpatches.1,v 1.3 2005/12/13 12:05:08 wiz Exp $
.\"
-.\" Copyright (c) 2000 by Thomas Klausner <wiz%netbsd.org@localhost>
+.\" Copyright (c) 2000 by Thomas Klausner <wiz%NetBSD.org@localhost>
.\" All Rights Reserved. Absolutely no warranty.
.\"
.Dd June 25, 2000
diff -r 094f6eff2e0b -r 685fafdc0061 pkgtools/pkgdiff/files/mkpatches.pl
--- a/pkgtools/pkgdiff/files/mkpatches.pl Tue Dec 13 08:39:48 2005 +0000
+++ b/pkgtools/pkgdiff/files/mkpatches.pl Tue Dec 13 12:03:47 2005 +0000
@@ -1,6 +1,6 @@
#!@PERL5@
#
-# $NetBSD: mkpatches.pl,v 1.11 2004/10/10 09:56:37 dillo Exp $
+# $NetBSD: mkpatches.pl,v 1.12 2005/12/13 12:05:08 wiz Exp $
#
# mkpatches: creates a set of patches patch-aa, patch-ab, ...
# in work/.newpatches by looking for *.orig files in and below
@@ -13,8 +13,8 @@
# It retains the naming and header (RCS Id and comment) from the
# patches directory.
#
-# Copyright (c) 2000 by Thomas Klausner <wiz%netbsd.org@localhost>
-# 2004 by Dieter Baron <dillo%netbsd.org@localhost>
+# Copyright (c) 2000 by Thomas Klausner <wiz%NetBSD.org@localhost>
+# 2004 by Dieter Baron <dillo%NetBSD.org@localhost>
# All Rights Reserved. Absolutely no warranty.
#
diff -r 094f6eff2e0b -r 685fafdc0061 pkgtools/pkgdiff/files/patchdiff.1
--- a/pkgtools/pkgdiff/files/patchdiff.1 Tue Dec 13 08:39:48 2005 +0000
+++ b/pkgtools/pkgdiff/files/patchdiff.1 Tue Dec 13 12:03:47 2005 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: patchdiff.1,v 1.2 2001/12/03 19:03:22 wiz Exp $
+.\" $NetBSD: patchdiff.1,v 1.3 2005/12/13 12:05:08 wiz Exp $
.\"
-.\" Copyright (c) 2000 by Thomas Klausner <wiz%netbsd.org@localhost>
+.\" Copyright (c) 2000 by Thomas Klausner <wiz%NetBSD.org@localhost>
.\" All Rights Reserved. Absolutely no warranty.
.\"
.Dd June 25, 2000
diff -r 094f6eff2e0b -r 685fafdc0061 pkgtools/pkgdiff/files/patchdiff.pl
--- a/pkgtools/pkgdiff/files/patchdiff.pl Tue Dec 13 08:39:48 2005 +0000
+++ b/pkgtools/pkgdiff/files/patchdiff.pl Tue Dec 13 12:03:47 2005 +0000
@@ -1,12 +1,12 @@
#!@PERL5@
#
-# $NetBSD: patchdiff.pl,v 1.6 2004/01/10 05:40:40 jlam Exp $
+# $NetBSD: patchdiff.pl,v 1.7 2005/12/13 12:05:08 wiz Exp $
#
# patchdiff: compares a set of patches patch-aa, patch-ab, ... in
# $WRKDIR/.newpatches in the with another set in patches.
#
# Copyright (c) 2000 by Dieter Baron <dillo%giga.or.at@localhost> and
-# Thomas Klausner <wiz%netbsd.org@localhost>
+# Thomas Klausner <wiz%NetBSD.org@localhost>
# All Rights Reserved. Absolutely no warranty.
use Getopt::Std;
diff -r 094f6eff2e0b -r 685fafdc0061 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Tue Dec 13 08:39:48 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Tue Dec 13 12:03:47 2005 +0000
@@ -11,13 +11,13 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.436 2005/12/12 21:36:45 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.437 2005/12/13 12:03:47 wiz Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
-# Hubert Feyrer <hubertf%netbsd.org@localhost>,
-# Thorsten Frueauf <frueauf%netbsd.org@localhost>,
-# Thomas Klausner <wiz%netbsd.org@localhost>,
+# Hubert Feyrer <hubertf%NetBSD.org@localhost>,
+# Thorsten Frueauf <frueauf%NetBSD.org@localhost>,
+# Thomas Klausner <wiz%NetBSD.org@localhost>,
# Roland Illig <rillig%NetBSD.org@localhost>
# and others.
#
Home |
Main Index |
Thread Index |
Old Index