pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-CGI-FormBuilder
Module Name: pkgsrc
Committed By: wen
Date: Sun Nov 24 08:35:37 UTC 2024
Modified Files:
pkgsrc/www/p5-CGI-FormBuilder: Makefile distinfo
Log Message:
Update to 3.20
Upstream changes:
3.20, 2024-09-18
Promoting 3.11 TRIAL release to stable
(Mark Hedges (MARKLE)'s super bugfixing release)
Supporting regex modifiers in validation regexes (also MARKLE)
3.11, 2024-09-13 (TRIAL RELEASE)
Mark Hedges (MARKLE) fixed some RT bugs.
RT# 79185 datetime field not working - added messages for 'datetime'
and 'datetime_local'
RT# 81650 applied user-supplied patch (thanks) to use deterministic
field order
RT# 83012 spanish message error - saved the message file with utf8
encoding (it was not)
RT# 87785 ok whatever fixed the typos
RT# 114018 used utf8::decode instead of Encode::decode(...) no diff in tests
RT# 155443 use sprintf only if the message has a '%' for sprintfing
RT# 155500 js escape single-quotes when validating list of options
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/p5-CGI-FormBuilder/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-CGI-FormBuilder/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-CGI-FormBuilder/Makefile
diff -u pkgsrc/www/p5-CGI-FormBuilder/Makefile:1.37 pkgsrc/www/p5-CGI-FormBuilder/Makefile:1.38
--- pkgsrc/www/p5-CGI-FormBuilder/Makefile:1.37 Sat Nov 16 12:07:29 2024
+++ pkgsrc/www/p5-CGI-FormBuilder/Makefile Sun Nov 24 08:35:37 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2024/11/16 12:07:29 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/11/24 08:35:37 wen Exp $
-DISTNAME= CGI-FormBuilder-3.10
+DISTNAME= CGI-FormBuilder-3.20
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 8
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
Index: pkgsrc/www/p5-CGI-FormBuilder/distinfo
diff -u pkgsrc/www/p5-CGI-FormBuilder/distinfo:1.13 pkgsrc/www/p5-CGI-FormBuilder/distinfo:1.14
--- pkgsrc/www/p5-CGI-FormBuilder/distinfo:1.13 Tue Oct 26 11:29:47 2021
+++ pkgsrc/www/p5-CGI-FormBuilder/distinfo Sun Nov 24 08:35:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:29:47 nia Exp $
+$NetBSD: distinfo,v 1.14 2024/11/24 08:35:37 wen Exp $
-BLAKE2s (CGI-FormBuilder-3.10.tar.gz) = a90532f43ea90ac2f502b3b8a93a848b234cb5302680caa1ff424787e47eae7a
-SHA512 (CGI-FormBuilder-3.10.tar.gz) = 38d8e6eb729e188074d872b979ad46133152877bb30b95329a2c7275154646a4afb62dc3539cb34781149f424b1d384d05230efe8b174967742625a81765bad5
-Size (CGI-FormBuilder-3.10.tar.gz) = 162346 bytes
+BLAKE2s (CGI-FormBuilder-3.20.tar.gz) = b07612c0405ff1e891a933ad0cbd4f7041ccce540e582882d21c44351dcb3809
+SHA512 (CGI-FormBuilder-3.20.tar.gz) = ecba725d77f36abfdc43074981f884ddcce7d3e72828fdfce08c30450cb6b445f8e04b48257ee576167e6556646256e7a75e873a4c422ae4c19890b17408c9ae
+Size (CGI-FormBuilder-3.20.tar.gz) = 163211 bytes
Home |
Main Index |
Thread Index |
Old Index