summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-19 13:25:41 +0000
committerwiz <wiz>2001-04-19 13:25:41 +0000
commit23e4f0bd35eeeaf8d7e5d947b934071db09d98eb (patch)
tree6d207270684f10aef63651fb63bed23a5c7d977d
parentd6827eb080bf6ef8d512065ff6495924a37437c4 (diff)
downloadpkgsrc-23e4f0bd35eeeaf8d7e5d947b934071db09d98eb.tar.gz
DISTINFO_FILE, not DIGEST_FILE; fixes some 'missing distinfo file' warnings.
Bump to 2.45.
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index e3ae77c11f1..00c74f5564f 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2001/04/17 17:08:41 abs Exp $
+# $NetBSD: Makefile,v 1.87 2001/04/19 13:25:41 wiz Exp $
#
-DISTNAME= pkglint-2.44
+DISTNAME= pkglint-2.45
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index a284b090739..75ada265a1f 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -12,7 +12,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.44 2001/04/17 17:08:50 abs Exp $
+# $NetBSD: pkglint.pl,v 1.45 2001/04/19 13:25:42 wiz Exp $
#
# This version contains some changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org>,
@@ -693,7 +693,7 @@ sub checkmakefile {
$scriptdir =~ s/\$\{.CURDIR\}/./;
$distinfo = "distinfo";
- $distinfo = $1 if ($whole =~ /\nDIGEST_FILE[+?]?=[ \t]*([^\n]+)\n/);
+ $distinfo = $1 if ($whole =~ /\nDISTINFO_FILE[+?]?=[ \t]*([^\n]+)\n/);
$distinfo =~ s/\$\{.CURDIR\}/./;
$distinfo =~ s/\${PKGSRCDIR}/..\/../;