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:           Sun Oct 22 04:28:30 UTC 2023

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

Log Message:
Update to 1.0.0

1.0.0     2023-10-09 10:10:10-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1663: Allow overriding of prefix in add_route (GeekRuthie)
    * GH #1675: Stringify VERSION_FROM correctly in Makefile.PL (Jason
      A. Crome)
    * GH #1677: Don't deserialize multipart form data on post (Emil
      Perhinschi)
    * GH #1694: Update JS assets in Dancer2 app skel (Jason A. Crome)

    [ ENHANCEMENTS ]
    * PR #1682: Bump minimum version of Perl to 5.14 (Jason A. Crome)

    [ DOCUMENTATION ]
    * GH #1580: Document the purpose of the .dancer file (Jason A. Crome)
    * GH #1669: Show correct usage of Dancer2::Core::Error (GeekRuthie)
    * GH #1674: Fix POD for input_handle() (mauke)
    * GH #1414: Add documentation resources to the doc map (Jason A.
      Crome, Yanick Champoux)
    * PR #1684: Remove shumphrey from core developers (Steven Humphrey)
    * GH #1685: Document the versioning scheme and Dancer2 release
      process (Jason A. Crome)
    * PR #1688: Fixed various bugs/issues in Dancer2 Pod (Jason A. Crome)
    * PR #1691: Update the contribution guidelines (Jason A. Crome)
    * PR #1692: Change README extension .mkdn -> .md (Jason A. Crome)

    [ DEPRECATED ]
    * GH #1645: Deprecated Dancer2::Test (Jason A. Crome)
    * GH #1646: Deprecated keyword: push_header (Jason A. Crome)
    * GH #1647: Deprecated keyword: header (Jason A. Crome)
    * GH #1648: Deprecated keyword: headers (Jason A. Crome)
    * GH #1649: Deprecated keyword: context (Jason A. Crome)
    * GH #1650: Deprecated: splat/capture named placeholders (Jason A.
      Crome)
    * GH #1651: Deprecated core Request instance method:
      request->dispatch_path (Jason A. Crome)
    * GH #1652: Deprecated keyword in plugins: plugin_setting (Jason A.
      Crome)
    * GH #1653: Deprecated keyword in plugins: dancer_app (Jason A. Crome)
    * GH #1654: Deprecated keyword in plugins: request (Jason A. Crome)
    * GH #1655: Deprecated keyword in plugins: var (Jason A. Crome)
    * GH #1656: Deprecated keyword in plugins: hook (Jason A. Crome)

    [ MISC ]
    * GH #1659: Rename `master` branch to be `main` (Yanick Champoux)


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.53 -r1.54 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.67 pkgsrc/www/p5-Dancer2/Makefile:1.68
--- pkgsrc/www/p5-Dancer2/Makefile:1.67 Thu Jul  6 09:42:32 2023
+++ pkgsrc/www/p5-Dancer2/Makefile      Sun Oct 22 04:28:30 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2023/07/06 09:42:32 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2023/10/22 04:28:30 wen Exp $
 
-DISTNAME=      Dancer2-0.400001
+DISTNAME=      Dancer2-1.0.0
 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.53 pkgsrc/www/p5-Dancer2/distinfo:1.54
--- pkgsrc/www/p5-Dancer2/distinfo:1.53 Sat Apr 29 08:03:22 2023
+++ pkgsrc/www/p5-Dancer2/distinfo      Sun Oct 22 04:28:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2023/04/29 08:03:22 wen Exp $
+$NetBSD: distinfo,v 1.54 2023/10/22 04:28:30 wen Exp $
 
-BLAKE2s (Dancer2-0.400001.tar.gz) = 823534cffebc436521565a1510c8fbe42d4e00e9c6ba1aa2c88d083c96f33289
-SHA512 (Dancer2-0.400001.tar.gz) = d27b4fe004bc21ee2a2c4d73638d158970f524370f453d3d8a23e2a2ccb1305d346f27085e015db87c985e6df22911d4add26c7627bf87208141181104dbfdf0
-Size (Dancer2-0.400001.tar.gz) = 391249 bytes
+BLAKE2s (Dancer2-1.0.0.tar.gz) = 3ba30b13476d988b0ee114da174cd27758d3b04a0616a6bcad959eba32da5e02
+SHA512 (Dancer2-1.0.0.tar.gz) = 2852da45d75302a1d5539c06044e0707817d186c919e9641118ae74f3de66d3faff67ae36827e65980e20411275aeb605a4c8b2c672c2538abdd8309e41d99ac
+Size (Dancer2-1.0.0.tar.gz) = 407850 bytes



Home | Main Index | Thread Index | Old Index