From 47ac3a2743807b0916d06f758b0383ab47d602e0 Mon Sep 17 00:00:00 2001
From: sno <sno@pkgsrc.org>
Date: Thu, 13 Sep 2012 16:03:16 +0000
Subject: Updating package for Perl5 code beautifier Perl::Tidy in
 devel/p5-Perl-Tidy from 20120701 to 20120714.

Upstream changes:
  2012 07 14
     - Added flag -iscl (--ignore-side-comment-lengths) which causes perltidy
       to ignore the length of side comments when setting line breaks,
       RT #71848.  The default is to include the length of side comments when
       breaking lines to stay within the length prescribed by the -l=n
       maximum line length parameter.  For example,

         Default behavior on a single line with long side comment:
            $vmsfile =~ s/;[\d\-]*$//
              ;    # Clip off version number; we can use a newer version as well

         perltidy -iscl leaves the line intact:

            $vmsfile =~ s/;[\d\-]*$//; # Clip off version number; we can use a newer version as well

     - Fixed RT #78182, side effects with STDERR.  Error handling has been
       revised and the documentation has been updated.  STDERR can now be
       redirected to a string reference, and perltidy now returns an
       error flag instead of calling die when input errors are detected.
       If the error flag is set then no tidied output was produced.
       See man Perl::Tidy for an example.

     - Fixed RT #78156, erroneous warning message for package VERSION syntax.

     - Added abbreviations -conv (--converge) to simplify iteration control.
       -conv is equivalent to -it=4 and will insure that the tidied code is
       converged to its final state with the minimum number of iterations.

     - Minor formatting modifications have been made to insure convergence.

     - Simplified and hopefully improved the method for guessing the starting
       indentation level of entabbed code.  Added flag -dt=n (--default_tabsize=n)
       which might be helpful if the guessing method does not work well for
       some editors.

     - Added support for stacked labels, upper case X/B in hex and binary, and
       CORE:: namespace.

     - Eliminated warning messages for using keyword names as constants.
---
 devel/p5-Perl-Tidy/Makefile | 4 ++--
 devel/p5-Perl-Tidy/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/p5-Perl-Tidy/Makefile b/devel/p5-Perl-Tidy/Makefile
index 0fbbf7c7111..e96bd83a68f 100644
--- a/devel/p5-Perl-Tidy/Makefile
+++ b/devel/p5-Perl-Tidy/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/07/06 09:28:32 sno Exp $
+# $NetBSD: Makefile,v 1.17 2012/09/13 16:03:16 sno Exp $
 #
 
-DISTNAME=	Perl-Tidy-20120701
+DISTNAME=	Perl-Tidy-20120714
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5pt
 CATEGORIES=	devel perl5
diff --git a/devel/p5-Perl-Tidy/distinfo b/devel/p5-Perl-Tidy/distinfo
index 724f3a4fe9d..938eb71b3c1 100644
--- a/devel/p5-Perl-Tidy/distinfo
+++ b/devel/p5-Perl-Tidy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/07/06 09:28:32 sno Exp $
+$NetBSD: distinfo,v 1.10 2012/09/13 16:03:16 sno Exp $
 
-SHA1 (Perl-Tidy-20120701.tar.gz) = d19acc3912a3b210daff7719bc76f1204ddacead
-RMD160 (Perl-Tidy-20120701.tar.gz) = b410bfb0cb7138b4f497a316502e64bce17906bf
-Size (Perl-Tidy-20120701.tar.gz) = 400133 bytes
+SHA1 (Perl-Tidy-20120714.tar.gz) = faae891c111597a62aa07d874820ee693d25aac0
+RMD160 (Perl-Tidy-20120714.tar.gz) = 88ed60185000613aa2ffe0ab003e7ef1a3c48f95
+Size (Perl-Tidy-20120714.tar.gz) = 404151 bytes
-- 
cgit v1.2.3