Sun Apr 28 00:23:05 2024 UTC (15d)
Update to 4.64

Upstream changes:
4.64 2024-03-18

   [ META ]
    - pass --no-xattrs to tar in Makefile to fix tar backwards compat (GH #264, thanks to ryandesign)

4.63 2024-03-01

    [ FIX ]
    - ->url returns a string in all cases (GH #263, thanks to Sketch6307)

4.62 2024-03-01

    [ FIX ]
    - ->url now returns the correct thing for ipv6 brackets (GH #259, thanks to eserte)

4.61 2024-01-08

    [ ENHANCEMENT ]
    - Support Paritioned cookies in CGI::Cookie (GH #262, thanks to dakkar)


(wen)
diff -r1.114 -r1.115 pkgsrc/www/p5-CGI/Makefile
diff -r1.67 -r1.68 pkgsrc/www/p5-CGI/distinfo

cvs diff -r1.114 -r1.115 pkgsrc/www/p5-CGI/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/Makefile 2024/01/07 01:41:31 1.114
+++ pkgsrc/www/p5-CGI/Makefile 2024/04/28 00:23:05 1.115
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.114 2024/01/07 01:41:31 wen Exp $ 1# $NetBSD: Makefile,v 1.115 2024/04/28 00:23:05 wen Exp $
2 2
3DISTNAME= CGI-4.60 3DISTNAME= CGI-4.64
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= www perl5 5CATEGORIES= www perl5
6MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} 6MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/CGI 9HOMEPAGE= https://metacpan.org/release/CGI
10COMMENT= Perl5 module for writing forms-based CGI programs 10COMMENT= Perl5 module for writing forms-based CGI programs
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 13DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
14TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 14TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
15TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings 15TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
16 16

cvs diff -r1.67 -r1.68 pkgsrc/www/p5-CGI/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/distinfo 2024/01/07 01:41:31 1.67
+++ pkgsrc/www/p5-CGI/distinfo 2024/04/28 00:23:05 1.68
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.67 2024/01/07 01:41:31 wen Exp $ 1$NetBSD: distinfo,v 1.68 2024/04/28 00:23:05 wen Exp $
2 2
3BLAKE2s (CGI-4.60.tar.gz) = 12371ee332d5e64045411d8247c55b223461581112f936971b0b05a5cfebe836 3BLAKE2s (CGI-4.64.tar.gz) = 77cdc126572f7d85b451307c0352411b6cb48a716a83155f573e9f817b5cf926
4SHA512 (CGI-4.60.tar.gz) = 322c22a6abcdbcf78349696d1a4c0c817cbe0afa7780669895f6bd1104486fe5f9bf6de723d1c7ac05f5569d829d04a82857273876cf52a78b2f839cb82e6151 4SHA512 (CGI-4.64.tar.gz) = 1c94b0f1f952165381ec16a4f206edc6c4f7eec06d18004a87230cad4484ce86c631d18eddc0b86cadfc02ac182a9c143c07acea9e79913759e47f117ba87a4d
5Size (CGI-4.60.tar.gz) = 206546 bytes 5Size (CGI-4.64.tar.gz) = 207299 bytes