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:           Tue Mar  9 03:00:40 UTC 2021

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

Log Message:
Update to 0.300005

Upstream changes:
0.300005  2021-01-26 15:57:41-05:00 America/New_York

    [ BUG FIXES ]
    * GH #1546: Add MIME type for all files served from public (Russell
      @veryrusty Jenkins)
    * GH #1555: Remove all leftovers of warnings config setting (Sergiy
      Borodych)
    * GH #1557: Remove HTTP::XSCookies workaround (Alexander Pankoff)
    * GH #1564: Add script_name to redirects beginning with / (Nigel Gregoire)
    * GH #1567: Fix CSS so errors do not display ourside of <pre> HTML
      element (Elliot Holden)
    * GH #1568: Serializer::Mutable doesn't auto-load other serializers
      (Russell @veryrusty Jenkins)
    * GH #1579: Fix missing push_header method in Response::Delayed
      (Paul Clements)

    [ ENHANCEMENTS ]
    * GH #1552: Update jQuery (Sergiy Borodych)
    * GH #1558: Test to make sure uploads aren't discarded after the
      forward keyword is used (Alexander Pankoff)
    * GH #1571: Add GitHub Actions support (Gabor Szabo)
    * GH #1572: Install Dancer2::Session::Cookie in order to run the test
      t/issues/gh-811.t (racke)

    [ DOCUMENTATION ]
    * GH #1490: Document Dancer2::Core::App->template() (Steve Dondley)
    * GH #1551: Fix pod for cookie same site attribute (Sergiy Borodych)
    * GH #1562: Fix links, missing code in Tutorial (cloveistaken)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.46 -r1.47 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.58 pkgsrc/www/p5-Dancer2/Makefile:1.59
--- pkgsrc/www/p5-Dancer2/Makefile:1.58 Fri Sep  4 11:19:08 2020
+++ pkgsrc/www/p5-Dancer2/Makefile      Tue Mar  9 03:00:40 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2020/09/04 11:19:08 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2021/03/09 03:00:40 wen Exp $
 
-DISTNAME=      Dancer2-0.300004
+DISTNAME=      Dancer2-0.300005
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 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.46 pkgsrc/www/p5-Dancer2/distinfo:1.47
--- pkgsrc/www/p5-Dancer2/distinfo:1.46 Sun Jul  5 02:10:28 2020
+++ pkgsrc/www/p5-Dancer2/distinfo      Tue Mar  9 03:00:40 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2020/07/05 02:10:28 wen Exp $
+$NetBSD: distinfo,v 1.47 2021/03/09 03:00:40 wen Exp $
 
-SHA1 (Dancer2-0.300004.tar.gz) = 6968aec40456e1b30c09543207e358c2b19b1ac9
-RMD160 (Dancer2-0.300004.tar.gz) = bf96b6332ec6d7ac2fbe6063258c248b2a823b9a
-SHA512 (Dancer2-0.300004.tar.gz) = b5a40d344f8d3c569f47da9b4141857d4585bb07b6208197bd594e5d746796972a95ed563ecfa81be95c9d09c0ffa52bbfd4a474e363c90950f5f3850b998177
-Size (Dancer2-0.300004.tar.gz) = 393403 bytes
+SHA1 (Dancer2-0.300005.tar.gz) = e2393c38602546ad83c7638239a6187e4409bc93
+RMD160 (Dancer2-0.300005.tar.gz) = 9c8c890e2e710f4b0957dd664c07d3235bd9930f
+SHA512 (Dancer2-0.300005.tar.gz) = 3f2ad18694a1b2775d714774419d560bca56bd30a16400fc5166478873d710286ad4e866e0387a27f5714af2de615663b03b1bf3bd6f37fe67d9e065f17e2860
+Size (Dancer2-0.300005.tar.gz) = 395276 bytes



Home | Main Index | Thread Index | Old Index