Date: Wed, 28 Sep 2022 14:06:05 GMT From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2197afce3a1e - main - ports-mgmt/portlint: Update to 2.19.14 Message-ID: <202209281406.28SE65QU014563@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=2197afce3a1e260aa277ee4fc45bab85b813e3a2 commit 2197afce3a1e260aa277ee4fc45bab85b813e3a2 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-09-28 14:03:14 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2022-09-28 14:03:14 +0000 ports-mgmt/portlint: Update to 2.19.14 Remove some stale WWW warnings for pkg-descr. --- ports-mgmt/portlint/Makefile | 2 +- ports-mgmt/portlint/src/portlint.pl | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 7337cb80195f..c59b29f5d535 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -1,5 +1,5 @@ PORTNAME= portlint -PORTVERSION= 2.19.13 +PORTVERSION= 2.19.14 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index d7fa42fbd4e7..c88184c55cc7 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209281406.28SE65QU014563>