diff options
author | wen <wen@pkgsrc.org> | 2016-10-21 01:44:33 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-10-21 01:44:33 +0000 |
commit | 2d02d50f677c07cbaf26196db81791e6c0493709 (patch) | |
tree | 69ad8320d25a6894846da028099dcd1cc170302a | |
parent | f7f30f734128fc679c9b974a50c1b6a0ec0e1f1c (diff) | |
download | pkgsrc-2d02d50f677c07cbaf26196db81791e6c0493709.tar.gz |
Update to 2.05
Upstream changes:
2.05 2016-10-07 15:34:52+01:00 Europe/London
- Release machinery - dzil transition to @Starter and simplification
2.04 2016-09-30
- HTML::FormFu::Validator::Callback now passes the $params hash to
callback subs.
- No longer use Test::Aggregate - RT#117137
- Update list of contributors
- Code tidying (Karen Etheridge):-
- remove duplicate "use" lines
- remove unused exports
- use subs from List::Util preferentially (which is in core)
- fix some pod markup
- properly document core validators (RT#118022)
- preserve the exception message in case of validation error
- Spelling fixes from Debian - RT#115812
- [Release of 2.04 was a trial/devel release only]
-rw-r--r-- | www/p5-HTML-FormFu/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-FormFu/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index ceece3007a6..4bc557d529d 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/07/15 02:07:02 wen Exp $ +# $NetBSD: Makefile,v 1.21 2016/10/21 01:44:33 wen Exp $ -DISTNAME= HTML-FormFu-2.03 +DISTNAME= HTML-FormFu-2.05 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -49,7 +49,6 @@ DEPENDS+= p5-libwww>=5:../../www/p5-libwww #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings -BUILD_DEPENDS+= p5-Test-Aggregate>=0.371:../../devel/p5-Test-Aggregate USE_LANGUAGES= c diff --git a/www/p5-HTML-FormFu/distinfo b/www/p5-HTML-FormFu/distinfo index 4b8ebb70e8b..2261e9de857 100644 --- a/www/p5-HTML-FormFu/distinfo +++ b/www/p5-HTML-FormFu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/07/15 02:07:02 wen Exp $ +$NetBSD: distinfo,v 1.10 2016/10/21 01:44:33 wen Exp $ -SHA1 (HTML-FormFu-2.03.tar.gz) = bf6de38bb2202ed085433136e27fa999848eee1f -RMD160 (HTML-FormFu-2.03.tar.gz) = 2f14d8c1e0825959ab68484461b8d0148115b3b3 -SHA512 (HTML-FormFu-2.03.tar.gz) = 675a96f51c74cafde627b6ed93c4633f79400cd020088a601e8a6800fda68a9c0463465f1ef17612881ecd9a1f2f63b617cae6e5bfc36d458e55524e849f3aa3 -Size (HTML-FormFu-2.03.tar.gz) = 300715 bytes +SHA1 (HTML-FormFu-2.05.tar.gz) = 31ce3b48f3020a5ba6820d3e3b99f2bd2ba9800a +RMD160 (HTML-FormFu-2.05.tar.gz) = e687a1cd044a249397a5a47104aba9f03b2044c4 +SHA512 (HTML-FormFu-2.05.tar.gz) = 00652b7d0b6f3c5183139fcec8a2b2bd912257b45be99fcc6aaed0df60350b0d2966959775a683830de8ad42d9c728cea3f0ccd80ebb8c929940e5c8955f9941 +Size (HTML-FormFu-2.05.tar.gz) = 362116 bytes |