diff options
author | snj <snj@pkgsrc.org> | 2004-07-10 05:55:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-07-10 05:55:50 +0000 |
commit | 568ec1e1b3f0973f40d08a139a8fc9cd554e7696 (patch) | |
tree | 2959f4aa7c390dfa708ab011907bbb82c7144914 /pkgtools | |
parent | 789d67c8bae4bd80d1e595e4eeb66d7c3a505a16 (diff) | |
download | pkgsrc-568ec1e1b3f0973f40d08a139a8fc9cd554e7696.tar.gz |
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 (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 67a676a170b..9ab1fe859a1 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -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 --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 01e56db8a2a..3ff612bc026 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -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>, @@ -694,7 +694,7 @@ sub checkfile_patches_patch($) { 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\$\"."); } } |