pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/lintpkgsrc/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Sep 16 02:03:57 UTC 2020

Modified Files:
        pkgsrc/pkgtools/lintpkgsrc/files: lintpkgsrc.pl

Log Message:
lintpkgsrc: fix grammar in message


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl

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

Modified files:

Index: pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl
diff -u pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.17 pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.18
--- pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.17 Mon Aug 17 02:38:54 2020
+++ pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl      Wed Sep 16 02:03:57 2020
@@ -1,6 +1,6 @@
 #!@PERL5@
 
-# $NetBSD: lintpkgsrc.pl,v 1.17 2020/08/17 02:38:54 tnn Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.18 2020/09/16 02:03:57 gutteridge Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -263,7 +263,7 @@ sub main() {
         }
 
         if ( $opt{r} ) {
-            verbose("Unlinking listed prebuiltpackages\n");
+            verbose("Unlinking listed prebuilt packages\n");
             foreach my $pkgfile (@matched_prebuiltpackages) {
                 unlink($pkgfile);
             }



Home | Main Index | Thread Index | Old Index