View | Details | Raw Unified | Return to bug 88546
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 8-15 Link Here
8
#
8
#
9
9
10
PORTNAME=	portlint
10
PORTNAME=	portlint
11
PORTVERSION=	2.7.5
11
PORTVERSION=	2.7.6
12
PORTREVISION=	1
13
CATEGORIES=	devel
12
CATEGORIES=	devel
14
MASTER_SITES=	# none
13
MASTER_SITES=	# none
15
DISTFILES=	# none
14
DISTFILES=	# none
(-)src/portlint.pl (+5 lines)
Lines 1235-1240 Link Here
1235
		&perror("WARN: $file [$lineno]: IGNORE messages should not ".
1235
		&perror("WARN: $file [$lineno]: IGNORE messages should not ".
1236
			"be quoted.");
1236
			"be quoted.");
1237
	}
1237
	}
1238
	if ($whole =~ /^IGNORE[+?]?=[ \t]+.+?\.\s*$/m) {
1239
		my $lineno = &linenumber($`);
1240
		&perror("WARN: $file [$lineno]: IGNORE messages should not ".
1241
			"end with a period.");
1242
	}
1238
1243
1239
	#
1244
	#
1240
	# whole file: PKGNAME
1245
	# whole file: PKGNAME

Return to bug 88546