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 Updating www/p5-HTML-Mason from 1.42...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5092779c61ff
branches:  trunk
changeset: 569666:5092779c61ff
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 22:49:47 2010 +0000

description:
Updating www/p5-HTML-Mason from 1.42nb1 to 1.44

pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
1.44 Jan 4, 2010

    [ ENHANCEMENTS ]

    - Use Log::Any to log various events, such as the start and end of each
  request and each component call.

    - Add $m->log, allowing easy logging to a component-specific namespace.

    - Fix use of CHI when no data directory is specified.

1.43 Dec 25, 2009

    [ BUG FIXES ]

    - If a component was located in a patch with spaces, the feature which
  referred to errors by their source file line number was broken. This could
  cause test failures if the package was downloaded into a path with spaces by
  CPAN. Reported by Shawn Moore. RT #53072.

    - HTML::Entities is no longer an optional dependency. This fixes some issues
  with packaged versions of Mason. Reported by Jens Rehsack. RT #48890.

    - $m->flush_buffer is now ignored when inside $m->scomp or $m->content. Patch
  by Frederic Briere, with extra tests from Ruslan Zakirov. RT #38924.

diffstat:

 www/p5-HTML-Mason/Makefile |  42 ++++++++++++++++++++++--------------------
 www/p5-HTML-Mason/distinfo |   8 ++++----
 2 files changed, 26 insertions(+), 24 deletions(-)

diffs (69 lines):

diff -r 100e79f34a8e -r 5092779c61ff www/p5-HTML-Mason/Makefile
--- a/www/p5-HTML-Mason/Makefile        Sat Jan 16 22:39:24 2010 +0000
+++ b/www/p5-HTML-Mason/Makefile        Sat Jan 16 22:49:47 2010 +0000
@@ -1,30 +1,32 @@
-# $NetBSD: Makefile,v 1.34 2009/09/24 06:51:57 sno Exp $
+# $NetBSD: Makefile,v 1.35 2010/01/16 22:49:47 sno Exp $
+
+DISTNAME=      HTML-Mason-1.44
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  1
+SVR4_PKGNAME=  p5hma
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTML/}
 
-DISTNAME=              HTML-Mason-1.42
-PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
-SVR4_PKGNAME=          p5hma
-CATEGORIES=            www perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=HTML/}
+MAINTAINER=    rhaen%NetBSD.org@localhost
+HOMEPAGE=      http://www.masonhq.com/
+COMMENT=       Perl-based web site development and delivery system
+LICENSE=       ${PERL5_LICENSE}
 
-MAINTAINER=            rhaen%NetBSD.org@localhost
-HOMEPAGE=              http://www.masonhq.com/
-COMMENT=               Perl-based web site development and delivery system
-LICENSE=               ${PERL5_LICENSE}
+DEPENDS+=      p5-Cache-Cache>=1:../../devel/p5-Cache-Cache
+DEPENDS+=      p5-Class-Container>=0.07:../../devel/p5-Class-Container
+DEPENDS+=      p5-Exception-Class>=1.15:../../devel/p5-Exception-Class
+DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=      p5-Log-Any>=0.08:../../devel/p5-Log-Any
+DEPENDS+=      p5-Params-Validate>=0.70:../../devel/p5-Params-Validate
+
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+
+EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
-
-DEPENDS+=              p5-Cache-Cache>=1:../../devel/p5-Cache-Cache
-DEPENDS+=              p5-Class-Container>=0.07:../../devel/p5-Class-Container
-DEPENDS+=              p5-Exception-Class>=1.15:../../devel/p5-Exception-Class
-DEPENDS+=              p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
-DEPENDS+=              p5-Params-Validate>=0.70:../../devel/p5-Params-Validate
-
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/HTML/Mason/.packlist
 
-EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
-
 .include "options.mk"
 
 post-install:
diff -r 100e79f34a8e -r 5092779c61ff www/p5-HTML-Mason/distinfo
--- a/www/p5-HTML-Mason/distinfo        Sat Jan 16 22:39:24 2010 +0000
+++ b/www/p5-HTML-Mason/distinfo        Sat Jan 16 22:49:47 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2009/05/17 19:56:58 sno Exp $
+$NetBSD: distinfo,v 1.14 2010/01/16 22:49:47 sno Exp $
 
-SHA1 (HTML-Mason-1.42.tar.gz) = 9cb559b30652d2e87cffe73b89a5d13d4207d81f
-RMD160 (HTML-Mason-1.42.tar.gz) = f6130bf11cdaa8b6f995c38cef0a6956924fa00f
-Size (HTML-Mason-1.42.tar.gz) = 396910 bytes
+SHA1 (HTML-Mason-1.44.tar.gz) = c3f646274cd1fa4b1aa932a32984cff31535658b
+RMD160 (HTML-Mason-1.44.tar.gz) = e724d85413d56a4b1a5b936f499ea645163d1ac8
+Size (HTML-Mason-1.44.tar.gz) = 488507 bytes



Home | Main Index | Thread Index | Old Index