pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Update to 3.60: adapt for vulnerabili...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b54791808423
branches: trunk
changeset: 460886:b54791808423
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 06 08:52:58 2003 +0000
description:
Update to 3.60: adapt for vulnerability file name change.
diffstat:
pkgtools/pkglint/Makefile | 4 ++--
pkgtools/pkglint/files/lintpkgsrc.pl | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r eccbd3e0f91b -r b54791808423 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sat Sep 06 06:13:46 2003 +0000
+++ b/pkgtools/pkglint/Makefile Sat Sep 06 08:52:58 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.166 2003/08/28 14:44:55 abs Exp $
+# $NetBSD: Makefile,v 1.167 2003/09/06 08:52:58 wiz Exp $
#
-DISTNAME= pkglint-3.59
+DISTNAME= pkglint-3.60
WRKSRC= ${WRKDIR}
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
diff -r eccbd3e0f91b -r b54791808423 pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl Sat Sep 06 06:13:46 2003 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl Sat Sep 06 08:52:58 2003 +0000
@@ -1,6 +1,6 @@
#!@PREFIX@/bin/perl
-# $NetBSD: lintpkgsrc.pl,v 1.79 2003/08/28 14:44:56 abs Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.80 2003/09/06 08:52:59 wiz Exp $
# Written by David Brownlee <abs%netbsd.org@localhost>.
#
@@ -105,7 +105,7 @@
{
if ($opt{V})
{
- my($vuln) = "$pkgdistdir/vulnerabilities";
+ my($vuln) = "$pkgdistdir/pkg-vulnerabilities";
if (! open(VULN, $vuln))
{ fail("Unable to open '$vuln': $!"); }
while (<VULN>)
@@ -1222,7 +1222,7 @@
verbose(" ($numpkg packages)\n");
# Do not mark the vulnerabilities file as unknown
- $distfiles{vulnerabilities} = { path => 'vulnerabilities',
+ $distfiles{vulnerabilities} = { path => 'pkg-vulnerabilities',
sum => 'IGNORE'};
foreach my $file (listdir("$pkgdistdir"))
Home |
Main Index |
Thread Index |
Old Index