pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTML-Form



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Aug 23 23:33:03 UTC 2022

Modified Files:
        pkgsrc/www/p5-HTML-Form: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/p5-HTML-Form/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-HTML-Form/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-HTML-Form/Makefile
diff -u pkgsrc/www/p5-HTML-Form/Makefile:1.21 pkgsrc/www/p5-HTML-Form/Makefile:1.22
--- pkgsrc/www/p5-HTML-Form/Makefile:1.21       Tue Jun 28 11:37:21 2022
+++ pkgsrc/www/p5-HTML-Form/Makefile    Tue Aug 23 23:33:03 2022
@@ -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/}
 

Index: pkgsrc/www/p5-HTML-Form/distinfo
diff -u pkgsrc/www/p5-HTML-Form/distinfo:1.8 pkgsrc/www/p5-HTML-Form/distinfo:1.9
--- pkgsrc/www/p5-HTML-Form/distinfo:1.8        Tue Oct 26 11:29:57 2021
+++ pkgsrc/www/p5-HTML-Form/distinfo    Tue Aug 23 23:33:03 2022
@@ -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