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:           Mon Jul  5 10:22:06 UTC 2021

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

Log Message:
Update to 0.301004
Add missing DEPENDS

Upstream changes:
0.301004  2021-06-06 13:30:28-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1624: Fix missing gen subcommand in tutorial (racke)
    * PR #1626: Add File::Which to Dancer2 dependencies (Jason A. Crome)

    [ ENHANCEMENTS ]
    * None

    [ DOCUMENTATION ]
    * None

0.301003  2021-06-03 09:24:33-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1611: Redirect '/' doesn't always work as expected (Russell
      @veryrusty Jenkins, Christopher Gurnee)
    * PR #1620: Quiet spammy failing CI builds (Jason A. Crome)
    * PR #1623: Copy Dockerfile from the right spot (Jason A. Crome)

    [ ENHANCEMENTS ]
    * PR #1613: Add git features to Dancer2 CLI (Jason A. Crome)
    * PR #1614: Generate Dockerfile when creating new app (Jason A. Crome)

    [ DOCUMENTATION ]
    * PR #1563: Fix typos in perlcritic.rc notes (Achyut Kumar Panda)
    * PR #1609: Document and test for missing DSL keywords (racke, Jason A.
      Crome)
    * PR #1618: Provide a consistent list of community resources (Jason A.
      Crome)
    * PR #1619: Clarify Dancer2::Template::Simple's role in life (Jason A.
      Crome)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.48 -r1.49 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.61 pkgsrc/www/p5-Dancer2/Makefile:1.62
--- pkgsrc/www/p5-Dancer2/Makefile:1.61 Mon May 24 19:55:29 2021
+++ pkgsrc/www/p5-Dancer2/Makefile      Mon Jul  5 10:22:06 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2021/05/24 19:55:29 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2021/07/05 10:22:06 wen Exp $
 
-DISTNAME=      Dancer2-0.301002
+DISTNAME=      Dancer2-0.301004
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
 
@@ -28,6 +27,7 @@ DEPENDS+=     p5-Crypt-URandom>=0:../../secu
 DEPENDS+=      p5-Config-Any>=0:../../devel/p5-Config-Any
 #DEPENDS+=     {perl>=5.9.3,p5-Digest-SHA>=0}:../../security/p5-Digest-SHA
 DEPENDS+=      p5-File-Share>=0:../../devel/p5-File-Share
+DEPENDS+=      p5-File-Which>=0:../../devel/p5-File-Which
 DEPENDS+=      p5-Hash-Merge-Simple>=0:../../devel/p5-Hash-Merge-Simple
 DEPENDS+=      p5-HTTP-Body>=0:../../www/p5-HTTP-Body
 DEPENDS+=      p5-HTTP-Date>=0:../../www/p5-HTTP-Date

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.48 pkgsrc/www/p5-Dancer2/distinfo:1.49
--- pkgsrc/www/p5-Dancer2/distinfo:1.48 Mon Apr 19 02:13:28 2021
+++ pkgsrc/www/p5-Dancer2/distinfo      Mon Jul  5 10:22:06 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2021/04/19 02:13:28 wen Exp $
+$NetBSD: distinfo,v 1.49 2021/07/05 10:22:06 wen Exp $
 
-SHA1 (Dancer2-0.301002.tar.gz) = 888bbf6970c0e2bf2d5d27cf9a71eae51c34e8bb
-RMD160 (Dancer2-0.301002.tar.gz) = 2faeeb4bbe7e0132096d767330abd04e3cb1deb6
-SHA512 (Dancer2-0.301002.tar.gz) = 19855f9eff9e37a8cf0a8af106bc968f565516f7d4c297dd666448a8921a98426091ef60f2dcdba8136156c82f8daa40f8b9d94a3bd38437d53199132eabdbd4
-Size (Dancer2-0.301002.tar.gz) = 396769 bytes
+SHA1 (Dancer2-0.301004.tar.gz) = 945c66de6de17d1f73e48c35b1cbc5f8c81da1af
+RMD160 (Dancer2-0.301004.tar.gz) = 5e37cf652df0010fc8086df4d2d9be8ba16474f7
+SHA512 (Dancer2-0.301004.tar.gz) = 3a8b76094f37375c2b20c49fa5ba2129a3d897262528d75d6da0668fcda65442bf90ee4017e4d7cfa1fe185794280db08c40dd6d8c066a7d6c8097fd2a547567
+Size (Dancer2-0.301004.tar.gz) = 400506 bytes



Home | Main Index | Thread Index | Old Index