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/p5-HTML-FillInForm/Makefile | |
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/p5-HTML-FillInForm/Makefile')
-rw-r--r-- | www/p5-HTML-FillInForm/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |