aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2011-02-15 16:11:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2011-02-15 16:11:56 +0000
commit4b412688518d2e4de687c5826cc255f95c0388f3 (patch)
treecd012951d8e8abb330069d0cba13f02902d119a5 /ports-mgmt/portlint
parent3843072da5ff94afb5a22e98ab4e81809611c4a9 (diff)
downloadports-4b412688518d2e4de687c5826cc255f95c0388f3.tar.gz
ports-4b412688518d2e4de687c5826cc255f95c0388f3.zip
Notes
Diffstat (limited to 'ports-mgmt/portlint')
-rw-r--r--ports-mgmt/portlint/Makefile1
-rw-r--r--ports-mgmt/portlint/src/portlint.pl3
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index faf9415f691e..089af27dde31 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -9,6 +9,7 @@
PORTNAME= portlint
PORTVERSION= 2.13.4
+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 a551e6ee40d9..bd480040f1cd 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -17,7 +17,7 @@
# OpenBSD and NetBSD will be accepted.
#
# $FreeBSD$
-# $MCom: portlint/portlint.pl,v 1.211 2011/02/13 21:09:18 marcus Exp $
+# $MCom: portlint/portlint.pl,v 1.212 2011/02/15 16:12:07 marcus Exp $
#
use strict;
@@ -2886,7 +2886,6 @@ FETCH_DEPENDS DEPENDS_TARGET
}
foreach my $i (split(//, $manchapters)) {
next if ($i eq '');
- print "XXX: Checking MAN $i\n";
my @mansecs = grep(/MAN\U$i\E=\s*(.*)/, split(/\n/, $tmp));
if (scalar @mansecs > 1) {
&perror("FATAL", $file, -1, "duplicate MAN$i macro. ".