pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Dancer2



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 29 08:03:22 UTC 2023

Modified Files:
        pkgsrc/www/p5-Dancer2: Makefile distinfo

Log Message:
Update to 0.400001

Upstream changes:
0.400001  2023-02-05 18:41:48-05:00 America/New_York

    [ BUG FIXES ]
    * PR #1247: Fix edge case in plugin compat (Sawyer X)
    * GH #1621: Fix recursion error in TT after longjump (Andy Beverley,
      Russell @veryrusty Jenkins)
    * PR #1667: Remove failing module from GitHub Actions
      config (Jason A. Crome)

    [ ENHANCEMENTS ]
    * GH #769, PR #829, #1662: Rename show_errors as show_stacktrace
      (Nuno Ramos Carvalho, Sawyer X)
    * GH #1594: Use Unicode::UTF8 if available (Sawyer X)

    [ DOCUMENTATION ]
    * GH #1657: Fix the Dancer2::DeprecationPolicy abstract (Jason A. Crome)
    * GH #1661: Add 'gen' command to 'dancer2' runs (Steve Bertrand)
    * PR #1671: Fix broken links in POD; avoid passive voice (Tom Hukins)


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/p5-Dancer2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Dancer2/Makefile
diff -u pkgsrc/www/p5-Dancer2/Makefile:1.64 pkgsrc/www/p5-Dancer2/Makefile:1.65
--- pkgsrc/www/p5-Dancer2/Makefile:1.64 Tue Jun 28 11:37:19 2022
+++ pkgsrc/www/p5-Dancer2/Makefile      Sat Apr 29 08:03:22 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2022/06/28 11:37:19 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2023/04/29 08:03:22 wen Exp $
 
-DISTNAME=      Dancer2-0.400000
+DISTNAME=      Dancer2-0.400001
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
 

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.52 pkgsrc/www/p5-Dancer2/distinfo:1.53
--- pkgsrc/www/p5-Dancer2/distinfo:1.52 Sun Mar 20 02:17:14 2022
+++ pkgsrc/www/p5-Dancer2/distinfo      Sat Apr 29 08:03:22 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2022/03/20 02:17:14 wen Exp $
+$NetBSD: distinfo,v 1.53 2023/04/29 08:03:22 wen Exp $
 
-BLAKE2s (Dancer2-0.400000.tar.gz) = edadefd411aa9eafdb2ec080d4330f370f162a2287752d181ecb2deee8e69c0e
-SHA512 (Dancer2-0.400000.tar.gz) = c65f2ed88e5936c6db65753342ccac7ecdc884ca566c6a6cdadfdb5c6d0c240beb18479c56ea76d4f3aedaf077007cda56e4c246dd973df5c548eb0773058553
-Size (Dancer2-0.400000.tar.gz) = 402506 bytes
+BLAKE2s (Dancer2-0.400001.tar.gz) = 823534cffebc436521565a1510c8fbe42d4e00e9c6ba1aa2c88d083c96f33289
+SHA512 (Dancer2-0.400001.tar.gz) = d27b4fe004bc21ee2a2c4d73638d158970f524370f453d3d8a23e2a2ccb1305d346f27085e015db87c985e6df22911d4add26c7627bf87208141181104dbfdf0
+Size (Dancer2-0.400001.tar.gz) = 391249 bytes



Home | Main Index | Thread Index | Old Index