pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Form Update to 6.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f8cb5ddd386
branches:  trunk
changeset: 383858:9f8cb5ddd386
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Aug 23 23:33:03 2022 +0000

description:
Update to 6.10

Upstream changes:
6.10      2022-08-22 13:20:12Z
    - Use "croak" instead of "die" to show errors from the perspective of the
      caller [RT#20499] (GH#29) (Julien Fiegehenn)
    - Remove the executable bit from a couple of tests (GH#41) (James Raspass)
    - <option>s within select fields without a name no longer get merged into
      the previous select field (GH#2) (Julien Fiegehenn)
    - find_input() can now take a reference to undef to explicitly find inputs
      that have no name (GH#2) (Julien Fiegehenn)

6.09      2022-08-14 22:16:37Z

    - Replace "use vars" with "our" (GH#34) (James Raspass)
    - Remove superfluous "use lib" (GH#35) (James Raspass)
    - Replace "Test" with "Test::More" (GH#36) (James Raspass)
    - Remove superfluous variable copy (GH#37) (James Raspass)

6.08      2022-08-14 09:26:10Z
    - Remove Authority section from dist.ini (GH#27) (Olaf Alders)
    - Allow buttons to not have a value (GH#8) (Felix Ostmann and Julien Fiegehenn)
    - The legacy API of FileInput fields now correctly supports setting a
      custom filename (GH#10) (Gil Magno and Julien Fiegehenn)
    - Allow undef filename for FileInput if there is a Content header (GH#30)
      (Julien Fiegehenn)

diffstat:

 www/p5-HTML-Form/Makefile |  5 ++---
 www/p5-HTML-Form/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 97d4398a8f21 -r 9f8cb5ddd386 www/p5-HTML-Form/Makefile
--- a/www/p5-HTML-Form/Makefile Tue Aug 23 22:09:13 2022 +0000
+++ b/www/p5-HTML-Form/Makefile Tue Aug 23 23:33:03 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2022/08/23 23:33:03 wen Exp $
 #
 
-DISTNAME=              HTML-Form-6.07
+DISTNAME=              HTML-Form-6.10
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=HTML/}
 
diff -r 97d4398a8f21 -r 9f8cb5ddd386 www/p5-HTML-Form/distinfo
--- a/www/p5-HTML-Form/distinfo Tue Aug 23 22:09:13 2022 +0000
+++ b/www/p5-HTML-Form/distinfo Tue Aug 23 23:33:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:29:57 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/08/23 23:33:03 wen Exp $
 
-BLAKE2s (HTML-Form-6.07.tar.gz) = ae52d6af824a4652b748cd990c4e205b787b9dc3a71ea5dd08c68e29a55ac60a
-SHA512 (HTML-Form-6.07.tar.gz) = 32aac4bb85609c2c596e771678bd4d36f3e34deaa3de7333f089c8f887045780db949b5a1573254557eb0247713232cca5e90f89a80e0d53049840660ad3017e
-Size (HTML-Form-6.07.tar.gz) = 41503 bytes
+BLAKE2s (HTML-Form-6.10.tar.gz) = fe3d12a8392c7e95a16c926496041b5cdcecd087c7e1dc0900597fd95c3f11e5
+SHA512 (HTML-Form-6.10.tar.gz) = e0d8a25dc295b3d64ebb3ae0c28e460e61a59e880ecc200aec78f32fe561fc6009de4aa8845824cc2ea9476442f54c9a1f1a4c8f66239087977e3a5779c24fc9
+Size (HTML-Form-6.10.tar.gz) = 42908 bytes



Home | Main Index | Thread Index | Old Index