svn commit: r490960 - in head/ports-mgmt/portlint: . src

Joe Marcus Clarke marcus at FreeBSD.org
Tue Jan 22 16:21:46 UTC 2019


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').");


More information about the svn-ports-head mailing list