From cda8ee79f20bc9592e2a1eedf15a8dc3706ed8fa Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Mon, 18 Apr 2011 20:16:21 +0000 Subject: people (should) bump REVISION nowadays. ok espie@ --- usr.sbin/pkg_add/OpenBSD/Signature.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_add/OpenBSD/Signature.pm b/usr.sbin/pkg_add/OpenBSD/Signature.pm index 7987252002b..1a3192af0a1 100644 --- a/usr.sbin/pkg_add/OpenBSD/Signature.pm +++ b/usr.sbin/pkg_add/OpenBSD/Signature.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Signature.pm,v 1.11 2010/12/24 09:04:14 espie Exp $ +# $OpenBSD: Signature.pm,v 1.12 2011/04/18 20:16:20 jasper Exp $ # # Copyright (c) 2010 Marc Espie # @@ -121,7 +121,7 @@ sub print_error my ($a, $b) = @_; print STDERR "Error: $a->{name} exists in two non-comparable versions\n"; - print STDERR "Someone forgot to bump a PKGNAME\n"; + print STDERR "Someone forgot to bump a REVISION\n"; print STDERR $a->string, " vs. ", $b->string, "\n"; } -- cgit v1.2.3