From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 22:00:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 478D8106566B for ; Thu, 22 May 2008 22:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D53C8FC14 for ; Thu, 22 May 2008 22:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4MM08wf032799 for ; Thu, 22 May 2008 22:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4MM08oB032798; Thu, 22 May 2008 22:00:08 GMT (envelope-from gnats) Resent-Date: Thu, 22 May 2008 22:00:08 GMT Resent-Message-Id: <200805222200.m4MM08oB032798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55E10106566C for ; Thu, 22 May 2008 21:50:41 +0000 (UTC) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: from piccollo.p6m7g8.net (piccollo.p6m7g8.net [70.88.236.19]) by mx1.freebsd.org (Postfix) with ESMTP id 080878FC13 for ; Thu, 22 May 2008 21:50:40 +0000 (UTC) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: from piccollo.p6m7g8.net (localhost.p6m7g8.net [127.0.0.1]) by piccollo.p6m7g8.net (8.14.2/8.14.2) with ESMTP id m4MLobsu015649 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 22 May 2008 17:50:37 -0400 (EDT) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: (from pgollucci@localhost) by piccollo.p6m7g8.net (8.14.2/8.14.3/Submit) id m4MLobED015648; Thu, 22 May 2008 17:50:37 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200805222150.m4MLobED015648@piccollo.p6m7g8.net> Date: Thu, 22 May 2008 17:50:37 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/123912: [PATCH] Mk/bsd.perl.port: Fix WANT_PERL5 related typos X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 22:00:09 -0000 >Number: 123912 >Category: ports >Synopsis: [PATCH] Mk/bsd.perl.port: Fix WANT_PERL5 related typos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 22 22:00:08 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT i386 >Organization: Riderway Inc. >Environment: System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar 2 09:48:59 EST >Description: The variable is documented as WANT_PERL5 message outputs WANT_PERL s/is/if/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- .patch begins here --- Index: bsd.perl.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v retrieving revision 1.7 diff -u -u -r1.7 bsd.perl.mk --- bsd.perl.mk 29 Sep 2007 03:46:06 -0000 1.7 +++ bsd.perl.mk 22 May 2008 21:49:22 -0000 @@ -73,7 +73,7 @@ # port. The version requirement can be specified # here, as well. # -# WANT_PERL5 - Set this is your port conditionally depends on Perl. +# WANT_PERL5 - Set this if your port conditionally depends on Perl. # This MUST appear before the inclusion of bsd.port.pre.mk. .if !defined(_POSTMKINCLUDED) && !defined(Perl_Pre_Include) @@ -185,7 +185,7 @@ .endif # defined(_PERL_REFACTORING_COMPLETE) .if !defined(PERL) || !defined(PERL5) || !defined(PERL_PORT) || !defined(SITE_PERL) -IGNORE= missing define for WANT_PERL, USE_PERL5, or similar before bsd.port.pre.mk inclusion +IGNORE= missing define for WANT_PERL5, USE_PERL5, or similar before bsd.port.pre.mk inclusion .endif .if defined(PERL_MODBUILD) --- .patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: