Make portlint not yelling at TIMESTAMP in distinfo
PR: 209522 Reported by: John W. O'Brien <john@saltant.com>
This commit is contained in:
parent
a7bfabc382
commit
70ef64e730
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415239
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= portlint
|
||||
PORTVERSION= 2.17.0
|
||||
PORTVERSION= 2.17.1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
|
|
@ -398,7 +398,7 @@ sub checkdistinfo {
|
|||
my ($tag, $path, $value) = ($1, $2, $3);
|
||||
$records{$path}{$tag} = $value;
|
||||
|
||||
if (!$algorithms{$tag} && $tag ne "SIZE") {
|
||||
if (!$algorithms{$tag} && $tag ne "SIZE" && $tag ne "TIMESTAMP") {
|
||||
&perror("FATAL", $file, $., "unsupported checksum algorithm ".
|
||||
"found: $tag.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue