From owner-freebsd-perl@FreeBSD.ORG Mon May 12 05:50:03 2014 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0297EF31 for ; Mon, 12 May 2014 05:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB2A32B22 for ; Mon, 12 May 2014 05:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C5o28Z024878 for ; Mon, 12 May 2014 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4C5o27n024877; Mon, 12 May 2014 05:50:02 GMT (envelope-from gnats) Date: Mon, 12 May 2014 05:50:02 GMT Message-Id: <201405120550.s4C5o27n024877@freefall.freebsd.org> To: perl@FreeBSD.org From: paulm@inetstat.net (Paul J Murphy) Subject: Re: ports/189695: [PATCH] mail/p5-Mail-DKIM: shebangfix & portlint Reply-To: paulm@inetstat.net (Paul J Murphy) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 05:50:03 -0000 The following reply was made to PR ports/189695; it has been noted by GNATS. From: paulm@inetstat.net (Paul J Murphy) To: azverev@ozon.ru, bug-followup@FreeBSD.org, paul@inetstat.net Cc: Subject: Re: ports/189695: [PATCH] mail/p5-Mail-DKIM: shebangfix & portlint Date: Mon, 12 May 2014 05:41:28 +0000 (UTC) I don't see anything prohibiting the use of WRKSRC inside SHEBANG_FILES. Normally it would be redundant, but I used it in this instance to silence a false positive warning from portlint. Including it gives the correct result _and_ silences a false warning.