aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2001-01-01 02:59:43 +0800
committermharo <mharo@FreeBSD.org>2001-01-01 02:59:43 +0800
commitb2bbcbd33ef6972c8c015f51c22f4eec87b0164f (patch)
treebb56554ebf800f7a86a25ac5f3f02a99f2df9021
parentbe039403976d62654ee494b39df4ba8b4bb3c870 (diff)
downloadfreebsd-ports-gnome-b2bbcbd33ef6972c8c015f51c22f4eec87b0164f.tar.gz
freebsd-ports-gnome-b2bbcbd33ef6972c8c015f51c22f4eec87b0164f.tar.zst
freebsd-ports-gnome-b2bbcbd33ef6972c8c015f51c22f4eec87b0164f.zip
fix some typos, make some warning messages more verbose
PR: 23725 Submitted by: Jimmy Olgeni <olgeni@uli.it>
-rw-r--r--devel/portlint/src/portlint.pl8
-rw-r--r--ports-mgmt/portlint/src/portlint.pl8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/portlint/src/portlint.pl b/devel/portlint/src/portlint.pl
index ac7ca31a3cf5..a96bb87ee684 100644
--- a/devel/portlint/src/portlint.pl
+++ b/devel/portlint/src/portlint.pl
@@ -573,7 +573,7 @@ sub checklastline {
"terminated by \\n.");
}
if ($whole =~ /\n([ \t]*\n)+$/) {
- &perror("WARN: $file seems to have unnecessery blank lines ".
+ &perror("WARN: $file seems to have unnecessary blank lines ".
"at the last part.");
}
@@ -1077,7 +1077,7 @@ DISTFILES DIST_SUBDIR EXTRACT_ONLY
"discouraged. distribution filename should be set by ".
"DISTNAME and EXTRACT_SUFX.");
if ($distfiles eq (($distname ne '') ? $distname : "$portname-$portversion") . $extractsufx) {
- &perror("WARN: definition of DISTFILES not necessery. ".
+ &perror("WARN: definition of DISTFILES not necessary. ".
"DISTFILES is \${DISTNAME}/\${EXTRACT_SUFX} ".
"by default.");
}
@@ -1348,7 +1348,7 @@ LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS FETCH_DEPENDS DEPENDS DEPENDS_TARGET
print "OK: seen NO_WRKSUBDIR, checking value of WRKSRC.\n"
if ($verbose);
if ($wrksrc eq 'work' || $wrksrc =~ /^$[\{\(]WRKDIR[\}\)]/) {
- &perror("WARN: definition of WRKSRC not necessery. ".
+ &perror("WARN: definition of WRKSRC not necessary. ".
"WRKSRC is \${WRKDIR} by default.");
}
}
@@ -1413,7 +1413,7 @@ LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS FETCH_DEPENDS DEPENDS DEPENDS_TARGET
"$i should be listed in ".
"MAN\U$i\E, ".
"even if compression is ".
- "not necessery.");
+ "not necessary.");
}
}
if ($mancompress && $plistman{$i}) {
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index ac7ca31a3cf5..a96bb87ee684 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -573,7 +573,7 @@ sub checklastline {
"terminated by \\n.");
}
if ($whole =~ /\n([ \t]*\n)+$/) {
- &perror("WARN: $file seems to have unnecessery blank lines ".
+ &perror("WARN: $file seems to have unnecessary blank lines ".
"at the last part.");
}
@@ -1077,7 +1077,7 @@ DISTFILES DIST_SUBDIR EXTRACT_ONLY
"discouraged. distribution filename should be set by ".
"DISTNAME and EXTRACT_SUFX.");
if ($distfiles eq (($distname ne '') ? $distname : "$portname-$portversion") . $extractsufx) {
- &perror("WARN: definition of DISTFILES not necessery. ".
+ &perror("WARN: definition of DISTFILES not necessary. ".
"DISTFILES is \${DISTNAME}/\${EXTRACT_SUFX} ".
"by default.");
}
@@ -1348,7 +1348,7 @@ LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS FETCH_DEPENDS DEPENDS DEPENDS_TARGET
print "OK: seen NO_WRKSUBDIR, checking value of WRKSRC.\n"
if ($verbose);
if ($wrksrc eq 'work' || $wrksrc =~ /^$[\{\(]WRKDIR[\}\)]/) {
- &perror("WARN: definition of WRKSRC not necessery. ".
+ &perror("WARN: definition of WRKSRC not necessary. ".
"WRKSRC is \${WRKDIR} by default.");
}
}
@@ -1413,7 +1413,7 @@ LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS FETCH_DEPENDS DEPENDS DEPENDS_TARGET
"$i should be listed in ".
"MAN\U$i\E, ".
"even if compression is ".
- "not necessery.");
+ "not necessary.");
}
}
if ($mancompress && $plistman{$i}) {