summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-05-09 07:30:09 +0000
committerwen <wen@pkgsrc.org>2014-05-09 07:30:09 +0000
commit75975cf466aac1cff2f28ab40a52396fa14fc4ea (patch)
tree065293d3e59a1c3ff3120f37b91e38814533c218
parent74a93f232f4e2e1ea8b50d4da4b1957ed3716739 (diff)
downloadpkgsrc-75975cf466aac1cff2f28ab40a52396fa14fc4ea.tar.gz
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.
-rw-r--r--devel/p5-Perl-Tidy/Makefile4
-rw-r--r--devel/p5-Perl-Tidy/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Perl-Tidy/Makefile b/devel/p5-Perl-Tidy/Makefile
index c5864349ff7..4a969aa801c 100644
--- a/devel/p5-Perl-Tidy/Makefile
+++ b/devel/p5-Perl-Tidy/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2013/10/15 14:54:17 wen Exp $
+# $NetBSD: Makefile,v 1.22 2014/05/09 07:30:09 wen Exp $
#
-DISTNAME= Perl-Tidy-20130922
+DISTNAME= Perl-Tidy-20140328
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5pt
CATEGORIES= devel perl5
diff --git a/devel/p5-Perl-Tidy/distinfo b/devel/p5-Perl-Tidy/distinfo
index 6913529317b..4869be69276 100644
--- a/devel/p5-Perl-Tidy/distinfo
+++ b/devel/p5-Perl-Tidy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/10/15 14:54:17 wen Exp $
+$NetBSD: distinfo,v 1.12 2014/05/09 07:30:09 wen Exp $
-SHA1 (Perl-Tidy-20130922.tar.gz) = 9582498f5c2c9bd12bd4baf05211a1e978c20c06
-RMD160 (Perl-Tidy-20130922.tar.gz) = c8b5fed97e1820488a18c31cdc5bbeb02f82d05b
-Size (Perl-Tidy-20130922.tar.gz) = 422005 bytes
+SHA1 (Perl-Tidy-20140328.tar.gz) = 5a85d893615a89afd0313200295f2d55ec9ef9fa
+RMD160 (Perl-Tidy-20140328.tar.gz) = a43242c08856441d67d0698e49266e0f8759f1bf
+Size (Perl-Tidy-20140328.tar.gz) = 420008 bytes