diff options
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\$\"."); } } |