diff options
author | mef <mef@pkgsrc.org> | 2015-08-15 23:04:54 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-08-15 23:04:54 +0000 |
commit | 8595cea5de7b86666e70ec38d773a89e540ed6a7 (patch) | |
tree | 91dabf8d42032986c9396680edacf1bb6a0bf8f3 | |
parent | 64b335cdd492a95f10b2c41e8cd57c2caf4efa81 (diff) | |
download | pkgsrc-8595cea5de7b86666e70ec38d773a89e540ed6a7.tar.gz |
Update 20140711 to 20150815
---------------------------
Perltidy Change Log
2015 08 15
- Fixed RT# 105484, Invalid warning about 'else' in 'switch' statement. The
warning happened if a 'case' statement did not use parens.
- Fixed RT# 101547, misparse of // caused error message. Also..
- Fixed RT# 102371, misparse of // caused unwated space in //=
- Fixed RT# 100871, "silent failure of HTML Output on Windows".
Changed calls to tempfile() from:
my ( $fh_tmp, $tmpfile ) = tempfile();
to have the full path name:
my ( $fh_tmp, $tmpfile ) = File::Temp::tempfile()
because of problems in the Windows version reported by Dean Pearce.
- Fixed RT# 99514, calling the perltidy module multiple times with
a .perltidyrc file containing the parameter --output-line-ending
caused a crash. This was a glitch in the memoization logic.
- Fixed RT#99961, multiple lines inside a cast block caused unwanted
continuation indentation.
- RT# 32905, broken handling of UTF-8 strings.
A new flag -utf8 causes perltidy assume UTF-8 encoding for input and
output of an io stream. Thanks to Sebastian Podjasek for a patch.
This feature may not work correctly in older versions of Perl.
It worked in a linux version 5.10.1 but not in a Windows version 5.8.3 (but
otherwise perltidy ran correctly).
- Warning files now report perltidy VERSION. Suggested by John Karr.
- Fixed long flag --nostack-closing-tokens (-nsct has always worked though).
This was due to a typo. This also fixed --nostack-opening-tokens to
behave correctly. Thanks to Rob Dixon.
-rw-r--r-- | devel/p5-Perl-Tidy/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Perl-Tidy/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Perl-Tidy/Makefile b/devel/p5-Perl-Tidy/Makefile index c191290117d..716e70c74da 100644 --- a/devel/p5-Perl-Tidy/Makefile +++ b/devel/p5-Perl-Tidy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/08/15 23:04:54 mef Exp $ # -DISTNAME= Perl-Tidy-20140711 +DISTNAME= Perl-Tidy-20150815 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} diff --git a/devel/p5-Perl-Tidy/distinfo b/devel/p5-Perl-Tidy/distinfo index 04c4c324d4f..e8c3a588792 100644 --- a/devel/p5-Perl-Tidy/distinfo +++ b/devel/p5-Perl-Tidy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2014/07/17 12:47:17 wen Exp $ +$NetBSD: distinfo,v 1.14 2015/08/15 23:04:54 mef Exp $ -SHA1 (Perl-Tidy-20140711.tar.gz) = 40ab9efd98c732c6f4f43a60f74ca0af8f15ed6f -RMD160 (Perl-Tidy-20140711.tar.gz) = fdcf2981a45a4e701428ebd1a316f1b227cf4790 -Size (Perl-Tidy-20140711.tar.gz) = 422397 bytes +SHA1 (Perl-Tidy-20150815.tar.gz) = ebb236e84b388a2e9dcca0463349d1c22cc93745 +RMD160 (Perl-Tidy-20150815.tar.gz) = 931f98006e5cce0db893249eea35f00f68e83b04 +Size (Perl-Tidy-20150815.tar.gz) = 425224 bytes |