pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Mason Update p5-HTML-Mason from version 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36d74cc1a80
branches:  trunk
changeset: 485272:d36d74cc1a80
user:      he <he%pkgsrc.org@localhost>
date:      Sun Dec 05 18:19:26 2004 +0000

description:
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:

 www/p5-HTML-Mason/Makefile |  5 +++--
 www/p5-HTML-Mason/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 2035b7d922e3 -r d36d74cc1a80 www/p5-HTML-Mason/Makefile
--- a/www/p5-HTML-Mason/Makefile        Sun Dec 05 17:51:30 2004 +0000
+++ b/www/p5-HTML-Mason/Makefile        Sun Dec 05 18:19:26 2004 +0000
@@ -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-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 -r 2035b7d922e3 -r d36d74cc1a80 www/p5-HTML-Mason/distinfo
--- a/www/p5-HTML-Mason/distinfo        Sun Dec 05 17:51:30 2004 +0000
+++ b/www/p5-HTML-Mason/distinfo        Sun Dec 05 18:19:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index