summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2004-12-05 18:19:26 +0000
committerhe <he@pkgsrc.org>2004-12-05 18:19:26 +0000
commit9f505121f9d9856275f28cc47b3898f72ff256f9 (patch)
tree56e174847d3d96253771c8ff25cda7b34a23d04a /www/p5-HTML-Mason/Makefile
parentb444f68ba0aee411fd144edd3cf0695d937dd22c (diff)
downloadpkgsrc-9f505121f9d9856275f28cc47b3898f72ff256f9.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.
Diffstat (limited to 'www/p5-HTML-Mason/Makefile')
-rw-r--r--www/p5-HTML-Mason/Makefile5
1 files changed, 3 insertions, 2 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