ports-mgmt/portlint: Update to 2.19.14
Remove some stale WWW warnings for pkg-descr.
This commit is contained in:
parent
e3eba48aef
commit
2197afce3a
2 changed files with 2 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= portlint
|
||||
PORTVERSION= 2.19.13
|
||||
PORTVERSION= 2.19.14
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
|
|
@ -49,7 +49,7 @@ $portdir = '.';
|
|||
# version variables
|
||||
my $major = 2;
|
||||
my $minor = 19;
|
||||
my $micro = 13;
|
||||
my $micro = 14;
|
||||
|
||||
# default setting - for FreeBSD
|
||||
my $portsdir = '/usr/ports';
|
||||
|
@ -519,14 +519,6 @@ sub checkdescr {
|
|||
"moved into the Makefile. ".
|
||||
"Remove the WWW: line from this file and add \"WWW=$wwwurl\"".
|
||||
"to the Makefile immediately below the COMMENT line.");
|
||||
if ($wwwurl !~ m|^https?://|) {
|
||||
&perror("WARN", $file, -1, "WWW URL, $wwwurl should begin ".
|
||||
"with \"http://\" or \"https://\".");
|
||||
}
|
||||
if ($wwwurl =~ m|^http://search.cpan.org/~|) {
|
||||
&perror("WARN", $file, -1, "consider changing WWW URL to ".
|
||||
"http://search.cpan.org/dist/$makevar{PORTNAME}/");
|
||||
}
|
||||
}
|
||||
$linecnt++;
|
||||
$longlines++ if ($maxchars{$file} < length);
|
||||
|
|
Loading…
Reference in a new issue