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:           Sat Apr 19 12:31:03 UTC 2025

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

Log Message:
Update to 20250311

Upstream changes:
## 2025 03 11
    - The options --want-call-parens and --nowant-call-parens were accidentally
      being skipped in version 20250214. This has been fixed.
    - Fixed git #32, a tokenization error with message "hit EOF seeking end of
      quote/pattern" for a function call without paren or arg before a
      ternary operator.
    - A new option --dump-similar-keys will dump hash keys which are
      similar but slightly different to standard output and then exit.
      A related option --warn-similar-keys will report keys with are similar
      to the error output while formatting. Both of these can be controlled
      by parameters which are described in the input manual.
    - A new option --dump-hash-keys will dump all hash keys found by
      perltidy to standard output.
    - The output table for --dump-block-summary has an additional field.
      It is an alternate McCabe complexity count which is the same as
      the previous count except for subs. For subs, the complexity number
      is reduced by the values for any contained anonymous subs.
    - Fix git #181, remove continuation indentation from closing brace
      of an anonymous sub which terminates an input stream.
## 2025 02 14
    - A new option --keep-old-blank-lines-exceptions=s, or --kblx=s,
      allows selected blank lines to be ignored when an input stream
      is read. The parameter s is used to select the blank lines to
      be ignored. This option provides an inverse to other blank line
      parameters. The manual has details. See discussion git #180.
    - A new option --warn-unused-keys, or -wuk, has been added which will
      produce warnings for unused hash keys during formatting. This is similar
      to --dump-unused-keys, which just exits and does not continue formatting.
      A related new parameter --warn-unused-keys-cutoff=N provides control
      over a filter which prevents warnings for keys which appear to be
      members of large hashes used to communicate with external packages.
      The manual has details.  See also git #177.
    - A new option --pack-opening-types='->' has been added to provide more
      control over breaks of method call chains.  It tells perltidy not to
      break at every method call when a chain of calls spans multiple lines.
      This was the behavior in versions prior to 20250105. The default
      starting with 20250105 is to break at each call of a method call chain
      which spans multiple lines. The manual has details. See also git #171.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/p5-Perl-Tidy/Makefile
cvs rdiff -u -r1.37 -r1.38 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.57 pkgsrc/devel/p5-Perl-Tidy/Makefile:1.58
--- pkgsrc/devel/p5-Perl-Tidy/Makefile:1.57     Wed Jan  8 07:59:48 2025
+++ pkgsrc/devel/p5-Perl-Tidy/Makefile  Sat Apr 19 12:31:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2025/01/08 07:59:48 wen Exp $
+# $NetBSD: Makefile,v 1.58 2025/04/19 12:31:02 wen Exp $
 
-DISTNAME=      Perl-Tidy-20250105
+DISTNAME=      Perl-Tidy-20250311
 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.37 pkgsrc/devel/p5-Perl-Tidy/distinfo:1.38
--- pkgsrc/devel/p5-Perl-Tidy/distinfo:1.37     Wed Jan  8 07:59:48 2025
+++ pkgsrc/devel/p5-Perl-Tidy/distinfo  Sat Apr 19 12:31:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/01/08 07:59:48 wen Exp $
+$NetBSD: distinfo,v 1.38 2025/04/19 12:31:02 wen Exp $
 
-BLAKE2s (Perl-Tidy-20250105.tar.gz) = 2cc3f8b4b31018c1fe85b0c09be262452ad18301176da530047dc8361c23b918
-SHA512 (Perl-Tidy-20250105.tar.gz) = ce8706e9c772492cf9f695bb1ede8dff7c7296e53a2a95a851cc7d3fe525a77acbe276430e92cccb0e46249536e78416928777e87063aec23c2b4eac9eec0151
-Size (Perl-Tidy-20250105.tar.gz) = 1142977 bytes
+BLAKE2s (Perl-Tidy-20250311.tar.gz) = d1a8546beba05063b04e02ca02668c97cdb7a538bf3bd3c17af2755bc5387283
+SHA512 (Perl-Tidy-20250311.tar.gz) = 684b6a8b56dbe9cdfa146acc13e37cf0c4ed50cf6e4ad617b82ef38d2177fc840e1152ee7e7bd701d155a770777702b429567782b2edeeac4ba133d3d6823db0
+Size (Perl-Tidy-20250311.tar.gz) = 1178345 bytes



Home | Main Index | Thread Index | Old Index