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:           Fri May  8 01:02:38 UTC 2020

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

Log Message:
Update to 0.300003
Add missing DEPENDS

Upstream changes:
0.300003  2020-04-09 10:39:55-04:00 America/New_York

    [ BUG FIXES ]
    * None

    [ ENHANCEMENTS ]
    * None

    [ DOCUMENTATION ]
    * GH #1543: Various tutorial cleanups (Peter Mottram - SysPete)

0.300002  2020-04-07 11:44:59-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1541: Fix broken test that is skipped under CI (Peter Mottram -
      SysPete)

    [ ENHANCEMENTS ]
    * None

    [ DOCUMENTATION ]
    * None

0.300001  2020-04-06 12:14:47-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1461: Relax redirect to match RFC_7231 (James Raspass)
    * GH #1499: Don't double decode date strings (simbabque)
    * GH #1536: Fix storing objects in YAML sessions (Tom Hukins)

    [ ENHANCEMENTS ]
    * GH #1540: Improve configuration handling (Tom Hukins)

    [ DOCUMENTATION ]
    * GH #1425: Revamped Tutorial (Steve Dondley)
    * GH #1521: Documentation on configuring the adress to listen on:
      "server" does not seem to work, but "host" does (Ma_Sys.ma)
    * GH #1530: Fix missing space in docs (ferki)
    * GH #1535: Fix example code in SessionFactory::File (Sergiy Borodych)
    * GH #1538: Defined or should not be an assignment (Timothy Alexis
      Vass)


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.44 -r1.45 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.54 pkgsrc/www/p5-Dancer2/Makefile:1.55
--- pkgsrc/www/p5-Dancer2/Makefile:1.54 Wed Jan  8 13:38:34 2020
+++ pkgsrc/www/p5-Dancer2/Makefile      Fri May  8 01:02:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2020/01/08 13:38:34 wen Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/08 01:02:38 wen Exp $
 
-DISTNAME=      Dancer2-0.300000
+DISTNAME=      Dancer2-0.300003
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
@@ -43,6 +43,7 @@ DEPENDS+=     p5-MooX-Types-MooseLike-Numeri
 DEPENDS+=      p5-Plack>=1.0040:../../www/p5-Plack
 DEPENDS+=      p5-Plack-Middleware-FixMissingBodyInRedirect>=0:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect
 DEPENDS+=      p5-Plack-Middleware-RemoveRedundantBody>=0:../../www/p5-Plack-Middleware-RemoveRedundantBody
+DEPENDS+=      p5-Ref-Util>=0:../../devel/p5-Ref-Util
 DEPENDS+=      p5-Return-MultiLevel>=0:../../devel/p5-Return-MultiLevel
 DEPENDS+=      p5-Role-Tiny>=2.000000:../../devel/p5-Role-Tiny
 DEPENDS+=      p5-Safe-Isa>=0:../../devel/p5-Safe-Isa

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.44 pkgsrc/www/p5-Dancer2/distinfo:1.45
--- pkgsrc/www/p5-Dancer2/distinfo:1.44 Wed Jan  8 13:38:34 2020
+++ pkgsrc/www/p5-Dancer2/distinfo      Fri May  8 01:02:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2020/01/08 13:38:34 wen Exp $
+$NetBSD: distinfo,v 1.45 2020/05/08 01:02:38 wen Exp $
 
-SHA1 (Dancer2-0.300000.tar.gz) = b4e8c41d117346cebb47981707b836e1c4af2a1b
-RMD160 (Dancer2-0.300000.tar.gz) = b5258693cb61a177e12a76f08f9a890a66fa98de
-SHA512 (Dancer2-0.300000.tar.gz) = 289782e81c3754fe3d7561360ea5020d0ebea7d236fad0993f583361de777e575f54282d32f690cfc85ca2d59a978f596273da4b9e1eb01301f467dfdd426cb6
-Size (Dancer2-0.300000.tar.gz) = 384007 bytes
+SHA1 (Dancer2-0.300003.tar.gz) = 45d1f13e5aa2e286a4836beeadb25cf5e2e63e52
+RMD160 (Dancer2-0.300003.tar.gz) = 28dd7b0cb3ee6c06a1bd98bab3c8f9b2178c5836
+SHA512 (Dancer2-0.300003.tar.gz) = 5a232d6782a12c7927c2b83425c9f54663ca3aec878edb1b5656f26716be2b6d75fb42b49c3597862f4c5eb3a40ddace7c1d44a3020aa86970604c91479968ca
+Size (Dancer2-0.300003.tar.gz) = 392361 bytes



Home | Main Index | Thread Index | Old Index