diff options
author | sno <sno> | 2010-01-16 22:49:47 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 22:49:47 +0000 |
commit | 067d12d0206146c31f0bc1132ccecf90a34bdb86 (patch) | |
tree | 8b10d3b0e849954cc3982a3097078b7e88cfcf69 /www | |
parent | b231797d8da9533ea2c7bfd0199370e54119213b (diff) | |
download | pkgsrc-067d12d0206146c31f0bc1132ccecf90a34bdb86.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 40 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 8 |
2 files changed, 25 insertions, 23 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index f0830f0da31..c6c624c5c95 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -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.42 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -SVR4_PKGNAME= p5hma -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} +DISTNAME= HTML-Mason-1.44 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +SVR4_PKGNAME= p5hma +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} -MAINTAINER= rhaen@NetBSD.org -HOMEPAGE= http://www.masonhq.com/ -COMMENT= Perl-based web site development and delivery system -LICENSE= ${PERL5_LICENSE} +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://www.masonhq.com/ +COMMENT= Perl-based web site development and delivery system +LICENSE= ${PERL5_LICENSE} -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-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 -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 +EGDIR= ${PREFIX}/share/examples/${PKGBASE} +PKG_DESTDIR_SUPPORT= user-destdir PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/HTML/Mason/.packlist -EGDIR= ${PREFIX}/share/examples/${PKGBASE} - .include "options.mk" post-install: diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index 25a678aff13..eda6c0e2131 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -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 |