Fri May 9 07:30:09 2014 UTC ()
Update to 20140328

Upstream changes:
2014 03 28
      - Fixed RT #94190 and debian Bug #742004: perltidy.LOG file left behind.
        Thanks to George Hartzell for debugging this.  The problem was
        caused by the memoization speedup patch in version 20121207.  An
        unwanted flag was being set which caused a LOG to be written if
        perltidy was called multiple times.

      - New default behavior for LOG files: If the source is from an array or
        string (through a call to the perltidy module) then a LOG output is only
        possible if a logfile stream is specified.  This is to prevent
        unexpected perltidy.LOG files.

      - Fixed debian Bug #740670, insecure temporary file usage.  File::Temp is now
        used to get a temporary file.  Thanks to Don Anderson for a patch.

      - Any -b (--backup-and-modify-in-place) flag is silently ignored when a
        source stream, destination stream, or standard output is used.
        This is because the -b flag may have been in a .perltidyrc file and
        warnings break Test::NoWarnings.  Thanks to Marijn Brand.


(wen)
diff -r1.21 -r1.22 pkgsrc/devel/p5-Perl-Tidy/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Perl-Tidy/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/p5-Perl-Tidy/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Perl-Tidy/Makefile 2013/10/15 14:54:17 1.21
+++ pkgsrc/devel/p5-Perl-Tidy/Makefile 2014/05/09 07:30:09 1.22
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.21 2013/10/15 14:54:17 wen Exp $ 1# $NetBSD: Makefile,v 1.22 2014/05/09 07:30:09 wen Exp $
2# 2#
3 3
4DISTNAME= Perl-Tidy-20130922 4DISTNAME= Perl-Tidy-20140328
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5pt 6SVR4_PKGNAME= p5pt
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://perltidy.sourceforge.net/ 11HOMEPAGE= http://perltidy.sourceforge.net/
12#HOMEPAGE= http://search.cpan.org/dist/Perl-Tidy/ 12#HOMEPAGE= http://search.cpan.org/dist/Perl-Tidy/
13COMMENT= Parses and beautifies perl source 13COMMENT= Parses and beautifies perl source
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17 17

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Perl-Tidy/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Perl-Tidy/distinfo 2013/10/15 14:54:17 1.11
+++ pkgsrc/devel/p5-Perl-Tidy/distinfo 2014/05/09 07:30:09 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2013/10/15 14:54:17 wen Exp $ 1$NetBSD: distinfo,v 1.12 2014/05/09 07:30:09 wen Exp $
2 2
3SHA1 (Perl-Tidy-20130922.tar.gz) = 9582498f5c2c9bd12bd4baf05211a1e978c20c06 3SHA1 (Perl-Tidy-20140328.tar.gz) = 5a85d893615a89afd0313200295f2d55ec9ef9fa
4RMD160 (Perl-Tidy-20130922.tar.gz) = c8b5fed97e1820488a18c31cdc5bbeb02f82d05b 4RMD160 (Perl-Tidy-20140328.tar.gz) = a43242c08856441d67d0698e49266e0f8759f1bf
5Size (Perl-Tidy-20130922.tar.gz) = 422005 bytes 5Size (Perl-Tidy-20140328.tar.gz) = 420008 bytes