diff options
author | he <he> | 2004-12-05 18:19:26 +0000 |
---|---|---|
committer | he <he> | 2004-12-05 18:19:26 +0000 |
commit | 7e635c055484fafa1fd1a5d0261ce5ed62b2a461 (patch) | |
tree | 56e174847d3d96253771c8ff25cda7b34a23d04a | |
parent | 768be73126cd673029c107ddbe49bfa4b12ad4a9 (diff) | |
download | pkgsrc-7e635c055484fafa1fd1a5d0261ce5ed62b2a461.tar.gz |
Update p5-HTML-Mason from version 1.26 to 1.28.
Add dependence on p5-libapreq, as that appears to be required
to run this with mod_perl (what would otherwise be the point? ;-)
Change log:
1.28 November 6, 2004
This version is entirely identical to 1.27 except for a fix to make
CPAN/PAUSE properly index the version number in
HTML::Mason::ApacheHandler. If you already installed 1.27 you do not
need to install this version unless you want to fix the "out of date
modules" report from the CPAN or CPANPLUS shells.
1.27 October 28, 2004
[ ENHANCEMENTS ]
- Full support for Apache2/mod_perl2.
[ BUG FIXES ]
- The request object was not available as $m in the preamble if
in_package was set. Reported by David Wheeler and David Baird. Task
id #538.
- Component with subcomponents or methods were not getting freed when
they were purged from the code cache. Task id #549.
- Component calls (<& &>) starting with a newline were compiled
incorrectly. Reported by Rick Delaney. Task id #564.
- If both a parent request and subrequest had autoflush set, output
from the subrequest wasn't actually flushed. Reported by Tony
Clayton. Task id #550.
- The documentation in HTML::Mason::Tests for the path and call_path
parameters was wrong. Reported by Michael Gray. Task id #528.
- Line numbers in errors were incorrectly reported if the error
happened in code after an <%args>, <%attr>, or <%flags> block.
Reported by Tony Clayton. Task id #552.
- The Apache handler now only sends headers once if make_request()
aborts, such as when a redirect is executed in a
MasonX::Interp::WithCallbacks callback.
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 2603ca44906..ebc699927ac 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2004/08/02 09:53:32 cube Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/05 18:19:26 he Exp $ -DISTNAME= HTML-Mason-1.26 +DISTNAME= HTML-Mason-1.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hma CATEGORIES= www perl5 @@ -14,6 +14,7 @@ DEPENDS+= p5-MLDBM>=2.0:../../databases/p5-MLDBM DEPENDS+= p5-Params-Validate>=0.04:../../devel/p5-Params-Validate DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class DEPENDS+= p5-Class-Container>=0.10:../../devel/p5-Class-Container +DEPENDS+= p5-libapreq>=0.32:../../www/p5-libapreq USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Mason/.packlist diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index 5d13c114878..ab283a2d90e 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/08/02 09:53:32 cube Exp $ +$NetBSD: distinfo,v 1.7 2004/12/05 18:19:26 he Exp $ -SHA1 (HTML-Mason-1.26.tar.gz) = bf9955a02e3c8e062f6f94edd9cf440c0752ec54 -Size (HTML-Mason-1.26.tar.gz) = 331325 bytes +SHA1 (HTML-Mason-1.28.tar.gz) = 643edbb52cf9d4c6fa3dd891aaeca6039911e6e7 +Size (HTML-Mason-1.28.tar.gz) = 335604 bytes |