pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/verifypc/files verifypc: fix a typo in a comment
details: https://anonhg.NetBSD.org/pkgsrc/rev/5decdf122ee3
branches: trunk
changeset: 442861:5decdf122ee3
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Wed Dec 02 01:03:40 2020 +0000
description:
verifypc: fix a typo in a comment
diffstat:
pkgtools/verifypc/files/verifypc.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 0348993f5165 -r 5decdf122ee3 pkgtools/verifypc/files/verifypc.sh
--- a/pkgtools/verifypc/files/verifypc.sh Wed Dec 02 00:58:51 2020 +0000
+++ b/pkgtools/verifypc/files/verifypc.sh Wed Dec 02 01:03:40 2020 +0000
@@ -1,6 +1,6 @@
#!@SH@
#
-# $NetBSD: verifypc.sh,v 1.8 2018/02/20 02:55:15 dholland Exp $
+# $NetBSD: verifypc.sh,v 1.9 2020/12/02 01:03:40 gutteridge Exp $
#
# verifypc - Sanity check package dependencies according to pkg-config
# Copyright (c) 2005 Julio M. Merino Vidal <jmmv%NetBSD.org@localhost>
@@ -150,7 +150,7 @@
dep=$(search_file_in_depends pkgconfig/${pcname}.pc)
if [ -n "${dep}" -a "${pcop}" != "NOT-FOUND" ]; then
# The package passed to pkg-config is correct, as we have it
- # among our dependencies. If we are requiring an specific
+ # among our dependencies. If we are requiring a specific
# version of it, let's check if it is correct.
if [ ${pcop} != "(any)" ]; then
check_match ${dep} ${pcname} ${pcop} ${pcver}
Home |
Main Index |
Thread Index |
Old Index