Date: Tue, 22 Jan 2019 16:21:45 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490960 - in head/ports-mgmt/portlint: . src Message-ID: <201901221621.x0MGLjpO006879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Tue Jan 22 16:21:44 2019 New Revision: 490960 URL: https://svnweb.freebsd.org/changeset/ports/490960 Log: Correct a typo in the previous commit. Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Tue Jan 22 16:19:06 2019 (r490959) +++ head/ports-mgmt/portlint/Makefile Tue Jan 22 16:21:44 2019 (r490960) @@ -3,6 +3,7 @@ PORTNAME= portlint PORTVERSION= 2.18.8 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Tue Jan 22 16:19:06 2019 (r490959) +++ head/ports-mgmt/portlint/src/portlint.pl Tue Jan 22 16:21:44 2019 (r490960) @@ -494,6 +494,7 @@ sub checkdescr { if ($_ =~ /[ \t]+\n?$/) { &perror("WARN", $file, $., "whitespace before end ". "of line."); + } $tmp .= $_; chomp || &perror("WARN", $file, -1, "lines should terminate with a ". "newline (i.e. '\\n').");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221621.x0MGLjpO006879>