From owner-cvs-ports@FreeBSD.ORG Fri Feb 25 03:06:31 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBCBC1065670; Fri, 25 Feb 2011 03:06:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB6FB8FC12; Fri, 25 Feb 2011 03:06:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1P36VZS075372; Fri, 25 Feb 2011 03:06:31 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1P36VUV075371; Fri, 25 Feb 2011 03:06:31 GMT (envelope-from wen) Message-Id: <201102250306.p1P36VUV075371@repoman.freebsd.org> From: Wen Heping Date: Fri, 25 Feb 2011 03:06:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-strictures Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 03:06:32 -0000 wen 2011-02-25 03:06:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-strictures Makefile distinfo pkg-descr pkg-plist Log: strictures turns on indirect checking only when it thinks it's running in a compilation (or pod coverage) test - though if this causes undesired behaviour this can be overriden by setting the PERL_STRICTURES_EXTRA environment variable. WWW: http://search.cpan.org/dist/strictures/ Revision Changes Path 1.4236 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-strictures/Makefile (new) 1.1 +2 -0 ports/devel/p5-strictures/distinfo (new) 1.1 +6 -0 ports/devel/p5-strictures/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-strictures/pkg-plist (new)