pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Perl-Tidy
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 3 07:51:23 UTC 2018
Modified Files:
pkgsrc/devel/p5-Perl-Tidy: Makefile distinfo
Log Message:
p5-Perl-Tidy: update to 20180101.
2018 01 01
- Added new flag -wn (--weld-nested-containers) which addresses these issues:
RT #123749: Problem with promises;
RT #119970: opening token stacking strange behavior;
RT #81853: Can't stack block braces
- Fixed RT #114359: Missparsing of "print $x ** 0.5;
- Deactivated the --check-syntax flag for better security. It will be
ignored if set.
- Corrected minimum perl version from 5.004 to 5.008 based on perlver
report. The change is required for coding involving wide characters.
- For certain severe errors, the source file will be copied directly to the
output without formatting. These include ending in a quote, ending in a
here doc, and encountering an unidentified character.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Perl-Tidy/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Perl-Tidy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Perl-Tidy/Makefile
diff -u pkgsrc/devel/p5-Perl-Tidy/Makefile:1.33 pkgsrc/devel/p5-Perl-Tidy/Makefile:1.34
--- pkgsrc/devel/p5-Perl-Tidy/Makefile:1.33 Sat Dec 30 12:47:21 2017
+++ pkgsrc/devel/p5-Perl-Tidy/Makefile Wed Jan 3 07:51:23 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2017/12/30 12:47:21 wen Exp $
-#
+# $NetBSD: Makefile,v 1.34 2018/01/03 07:51:23 wiz Exp $
-DISTNAME= Perl-Tidy-20171214
+DISTNAME= Perl-Tidy-20180101
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
Index: pkgsrc/devel/p5-Perl-Tidy/distinfo
diff -u pkgsrc/devel/p5-Perl-Tidy/distinfo:1.18 pkgsrc/devel/p5-Perl-Tidy/distinfo:1.19
--- pkgsrc/devel/p5-Perl-Tidy/distinfo:1.18 Sat Dec 30 12:47:21 2017
+++ pkgsrc/devel/p5-Perl-Tidy/distinfo Wed Jan 3 07:51:23 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/12/30 12:47:21 wen Exp $
+$NetBSD: distinfo,v 1.19 2018/01/03 07:51:23 wiz Exp $
-SHA1 (Perl-Tidy-20171214.tar.gz) = b0ad80e96b859000c02116229813892834eb9335
-RMD160 (Perl-Tidy-20171214.tar.gz) = b8acd4342f16d2c3f0682c5ff65a19f3c01f39c7
-SHA512 (Perl-Tidy-20171214.tar.gz) = bc561146f184dd0023de44741cafdcf6882ef553ed2e0c0ec8cd9a234f45b76638b4dc7edde0abfc36e4cc1f84ef908c35dc63f776de65e2abd938d35563cc65
-Size (Perl-Tidy-20171214.tar.gz) = 435256 bytes
+SHA1 (Perl-Tidy-20180101.tar.gz) = 4ea4331ea5dbe8c5cd0b354459d4626248c74e1b
+RMD160 (Perl-Tidy-20180101.tar.gz) = bcb9499b154f97befcfdf93426c2cbaeb0b07c19
+SHA512 (Perl-Tidy-20180101.tar.gz) = 93473ba9292eb720e19cf257fc3d175568dceb55f3a571788248320f34745ee0a93c09feac3fe59cc0decbe7fd22203ceca6902cc78a2182da746e27f8ad41a8
+Size (Perl-Tidy-20180101.tar.gz) = 442488 bytes
Home |
Main Index |
Thread Index |
Old Index