aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2019-01-22 16:21:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2019-01-22 16:21:44 +0000
commita878b3993119c78ebb6e2dba2b4d1c9ab0161bef (patch)
tree77d6b3792f66905f853b2637ba89bfe7ba33f4a2 /ports-mgmt/portlint
parent625d09dcbbcd878e08b2fb3c6317bc8a09899ec7 (diff)
downloadports-a878b3993119c78ebb6e2dba2b4d1c9ab0161bef.tar.gz
ports-a878b3993119c78ebb6e2dba2b4d1c9ab0161bef.zip
Correct a typo in the previous commit.
Notes
Notes: svn path=/head/; revision=490960
Diffstat (limited to 'ports-mgmt/portlint')
-rw-r--r--ports-mgmt/portlint/Makefile1
-rw-r--r--ports-mgmt/portlint/src/portlint.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 19c4ae8397d0..d4f50b743d04 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -3,6 +3,7 @@
PORTNAME= portlint
PORTVERSION= 2.18.8
+PORTREVISION= 1
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 a2808ad76baa..70f44a4cc965 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -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').");