diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-04 18:07:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-04 18:07:28 +0000 |
commit | d57dea154589a911c4a1d5c33efa1346b52527fa (patch) | |
tree | 4caa922585b71de027fd8af1576bda407a78a906 /www | |
parent | 4601418e5d1445cc1fe67c7a2b8ca92a6cda42c1 (diff) | |
download | pkgsrc-d57dea154589a911c4a1d5c33efa1346b52527fa.tar.gz |
Update to 1.03 from Hiramatsu Yoshifumi in PR pkg/23976.
List of changes from 0.29:
- Fixed warning messages when textarea doesn't have a name attribute
- Updated required version number for HTML::Parser to 3.26 in Makefile.PL
- Fixed issue with HTML::Parser decoding high-bit entities, by setting
attr_encoded option, now requires HTML::Parser >= 3.26.
- Workaround for Opera 6.01/02 bug with selected radio boxes - place
space before ending "/>" in <input .. />
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-FillInForm/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTML-FillInForm/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile index e12ad3a58e1..0cd6cbd2574 100644 --- a/www/p5-HTML-FillInForm/Makefile +++ b/www/p5-HTML-FillInForm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/07/22 04:14:30 martti Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/04 18:07:28 xtraeme Exp $ -DISTNAME= HTML-FillInForm-0.29 +DISTNAME= HTML-FillInForm-1.03 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hfi CATEGORIES= www perl5 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl5 module that populates HTML Forms with CGI data -DEPENDS+= p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser +DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/FillInForm/.packlist diff --git a/www/p5-HTML-FillInForm/distinfo b/www/p5-HTML-FillInForm/distinfo index 05fb674220f..91b23a10a27 100644 --- a/www/p5-HTML-FillInForm/distinfo +++ b/www/p5-HTML-FillInForm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/06/03 13:12:49 shell Exp $ +$NetBSD: distinfo,v 1.4 2004/01/04 18:07:28 xtraeme Exp $ -SHA1 (HTML-FillInForm-0.29.tar.gz) = 88b033b7eb7346ff4e58d7aae05e24624d3653af -Size (HTML-FillInForm-0.29.tar.gz) = 9057 bytes +SHA1 (HTML-FillInForm-1.03.tar.gz) = 16fa943ef6a3686f3640b9a941b9ee820e3bf079 +Size (HTML-FillInForm-1.03.tar.gz) = 9869 bytes |