Date: Thu, 21 Dec 2000 21:03:50 +0100 (CET) From: olgeni@uli.it To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23725: typo fix for devel/portlint Message-ID: <200012212003.eBLK3oi27789@olgeni.localdomain.net> Resent-Message-ID: <200012212010.eBLKA1512105@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23725 >Category: ports >Synopsis: typo fix for devel/portlint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 21 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.2-STABLE i386 >Organization: Colby >Environment: FreeBSD olgeni.localdomain.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Tue Dec 19 03:31:59 CET 2000 olgeni@olgeni.localdomain.net:/usr/local/storage/obj/usr/src/sys/BSDBOX i386 >Description: src/portlint.pl: * Replaced "necessery" with "necessary" >How-To-Repeat: >Fix: diff -ruN portlint.orig/src/portlint.pl portlint/src/portlint.pl --- portlint.orig/src/portlint.pl Tue Dec 12 21:39:14 2000 +++ portlint/src/portlint.pl Thu Dec 21 20:57:05 2000 @@ -573,7 +573,7 @@ "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 @@ "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 @@ 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 @@ "$i should be listed in ". "MAN\U$i\E, ". "even if compression is ". - "not necessery."); + "not necessary."); } } if ($mancompress && $plistman{$i}) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012212003.eBLK3oi27789>