pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint agc says we do not want binary mode f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05a3faf8ada2
branches:  trunk
changeset: 477834:05a3faf8ada2
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Jul 10 05:55:50 2004 +0000

description:
agc says we do not want binary mode files in the pkgsrc repository, so
let's not suggest using -ko.

Welcome to 3.87.

diffstat:

 pkgtools/pkglint/Makefile         |  4 ++--
 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a421f2703d9d -r 05a3faf8ada2 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sat Jul 10 03:14:45 2004 +0000
+++ b/pkgtools/pkglint/Makefile Sat Jul 10 05:55:50 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.199 2004/07/09 00:18:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.200 2004/07/10 05:55:50 snj Exp $
 #
 
-DISTNAME=      pkglint-3.86
+DISTNAME=      pkglint-3.87
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r a421f2703d9d -r 05a3faf8ada2 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sat Jul 10 03:14:45 2004 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sat Jul 10 05:55:50 2004 +0000
@@ -11,7 +11,7 @@
 # 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.112 2004/07/09 00:18:28 hubertf Exp $
+# $NetBSD: pkglint.pl,v 1.113 2004/07/10 05:55:50 snj Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -694,7 +694,7 @@
 
        foreach my $line (@$lines[1..scalar(@$lines)-1]) {
                if ($opt_committer && $line->[2] =~ /$regex_known_rcs_tag/) {
-                       log_warning($line->[0], $line->[1], "Possible RCS tag \"\$$1\$\". Use binary mode (-ko) on commit/import.");
+                       log_warning($line->[0], $line->[1], "Possible RCS tag \"\$$1\$\".");
                }
        }
 



Home | Main Index | Thread Index | Old Index