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:   wen
Date:           Wed Feb 21 07:39:42 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Perl-Tidy: Makefile distinfo

Log Message:
Update to 20180220

Upstream changes:
2018 02 20
      - RT #124469, #124494, perltidy often making empty files.  The previous had
        an index error causing it to fail, particularly in version 5.18 of Perl.

        Please avoid version 20180219.

  2018 02 19
      - RT #79947, cuddled-else generalization. A new flag -cb provides
        'cuddled-else' type formatting for an arbitrary type of block chain. The
        default is try-catch-finally, but this can be modified with the
        parameter -cbl.

      - Fixed RT #124298: add space after ! operator without breaking !! secret
        operator

      - RT #123749: numerous minor improvements to the -wn flag were made.

      - Fixed a problem with convergence tests in which iterations were stopping
        prematurely.

      - Here doc targets for <<~ type here-docs may now have leading whitespace.

      - Fixed RT #124354. The '-indent-only' flag was not working correctly in the
        previous release. A bug in version 20180101 caused extra blank lines
        to be output.

      - Issue RT #124114. Some improvements were made in vertical alignment
        involving 'fat commas'.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Perl-Tidy/Makefile
cvs rdiff -u -r1.19 -r1.20 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.34 pkgsrc/devel/p5-Perl-Tidy/Makefile:1.35
--- pkgsrc/devel/p5-Perl-Tidy/Makefile:1.34     Wed Jan  3 07:51:23 2018
+++ pkgsrc/devel/p5-Perl-Tidy/Makefile  Wed Feb 21 07:39:42 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/01/03 07:51:23 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2018/02/21 07:39:42 wen Exp $
 
-DISTNAME=      Perl-Tidy-20180101
+DISTNAME=      Perl-Tidy-20180220
 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.19 pkgsrc/devel/p5-Perl-Tidy/distinfo:1.20
--- pkgsrc/devel/p5-Perl-Tidy/distinfo:1.19     Wed Jan  3 07:51:23 2018
+++ pkgsrc/devel/p5-Perl-Tidy/distinfo  Wed Feb 21 07:39:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/01/03 07:51:23 wiz Exp $
+$NetBSD: distinfo,v 1.20 2018/02/21 07:39:42 wen Exp $
 
-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
+SHA1 (Perl-Tidy-20180220.tar.gz) = 2c207a76b69cc3ecf73b6e4a9583e3c745585fd3
+RMD160 (Perl-Tidy-20180220.tar.gz) = c17681a04a432dd8c0627ca8ac21da79f34ff310
+SHA512 (Perl-Tidy-20180220.tar.gz) = 93bdf2c18efdd9d62d5bb666ded9d9502a722370049a2a51f9d41107d7fa67acd91dfdd184a11eaab287f11a901ad686585e959f09407b0493719d19ce5d842e
+Size (Perl-Tidy-20180220.tar.gz) = 464114 bytes



Home | Main Index | Thread Index | Old Index