diff options
author | rhaen <rhaen> | 2013-01-27 10:48:54 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2013-01-27 10:48:54 +0000 |
commit | c3b2c8e7fb8df9e460a06bc73114d038b36329a8 (patch) | |
tree | ef2a39b4c789f6725f3cdece978f500b73e29ee5 /www | |
parent | c6bca0356be9aef1cd9aa4c14a5fe15894884701 (diff) | |
download | pkgsrc-c3b2c8e7fb8df9e460a06bc73114d038b36329a8.tar.gz |
Updated to 1.50
Changes:
1.50 Jul 11, 2012
[ DISTRIBUTION ]
- Switch to Dist::Zilla
- Eliminate HTML docs from distribution, available on web
- Move live Apache tests to author-only
1.49 Feb 27, 2012
[ DOCS ]
- Fixed misspellings in docs. RT #74676. Reported by Salvatore Bonaccorso.
1.48 Feb 3, 2012
[ BUG FIXES ]
- Calling a subcomponent from inside an anonymous component (created via
$interp->make_component) caused an uninitialized value warning. Reported by
Javier Amor Garcia.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 329b2ebe821..f6ab95c5ca1 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2012/10/28 06:30:37 asau Exp $ +# $NetBSD: Makefile,v 1.42 2013/01/27 10:48:54 rhaen Exp $ -DISTNAME= HTML-Mason-1.47 +DISTNAME= HTML-Mason-1.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5hma CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -23,7 +22,6 @@ BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep EGDIR= ${PREFIX}/share/examples/${PKGBASE} -PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/HTML/Mason/.packlist .include "options.mk" diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index 09e9ca9b47a..e367fdb6737 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2012/01/26 13:16:01 rhaen Exp $ +$NetBSD: distinfo,v 1.17 2013/01/27 10:48:54 rhaen Exp $ -SHA1 (HTML-Mason-1.47.tar.gz) = b474318385ec0065b4cee9e92f91b2ba505d61d2 -RMD160 (HTML-Mason-1.47.tar.gz) = c55c0651d87c19b06db95be1ec647825ffa8ccbf -Size (HTML-Mason-1.47.tar.gz) = 489899 bytes +SHA1 (HTML-Mason-1.50.tar.gz) = b34aac6dc76fa49d3e7350ceae601cac937b685c +RMD160 (HTML-Mason-1.50.tar.gz) = d6e90f9516d7948f7575a9b283d13fbc1cce1222 +Size (HTML-Mason-1.50.tar.gz) = 280619 bytes |