pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/verifypc/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Dec  2 01:03:40 UTC 2020

Modified Files:
        pkgsrc/pkgtools/verifypc/files: verifypc.sh

Log Message:
verifypc: fix a typo in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/pkgtools/verifypc/files/verifypc.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/verifypc/files/verifypc.sh
diff -u pkgsrc/pkgtools/verifypc/files/verifypc.sh:1.8 pkgsrc/pkgtools/verifypc/files/verifypc.sh:1.9
--- pkgsrc/pkgtools/verifypc/files/verifypc.sh:1.8      Tue Feb 20 02:55:15 2018
+++ pkgsrc/pkgtools/verifypc/files/verifypc.sh  Wed Dec  2 01:03:40 2020
@@ -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 @@ main() {
         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