pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Sync internal name of dummy pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dea1a7c10137
branches:  trunk
changeset: 460920:dea1a7c10137
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 07 15:07:10 2003 +0000

description:
Sync internal name of dummy package containing pkg-vulnerabilities
to "pkg-vulnerabilities" for consistency. Noted by Sebastian Prause on tech-pkg.
No functional change, so no version bump.

diffstat:

 pkgtools/pkglint/files/lintpkgsrc.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7c870a120e9a -r dea1a7c10137 pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl      Sun Sep 07 14:40:32 2003 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl      Sun Sep 07 15:07:10 2003 +0000
@@ -1,6 +1,6 @@
 #!@PREFIX@/bin/perl
 
-# $NetBSD: lintpkgsrc.pl,v 1.80 2003/09/06 08:52:59 wiz Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.81 2003/09/07 15:07:10 wiz Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -1222,7 +1222,7 @@
     verbose(" ($numpkg packages)\n");
 
     # Do not mark the vulnerabilities file as unknown
-    $distfiles{vulnerabilities} = { path => 'pkg-vulnerabilities',
+    $distfiles{'pkg-vulnerabilities'} = { path => 'pkg-vulnerabilities',
                                      sum => 'IGNORE'};
 
     foreach my $file (listdir("$pkgdistdir"))



Home | Main Index | Thread Index | Old Index