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 PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb9b4d985830
branches: trunk
changeset: 393161:cb9b4d985830
user: sno <sno%pkgsrc.org@localhost>
date: Sun May 17 19:56:58 2009 +0000
description:
PkgSrc changes:
- Updating package for p5 module HTML::Mason from 1.40 to 1.42
- Reordering dependencies (alphabetical order)
- Removing option for p5-Cache-Cache, because it's mandatory now
Upstream changes:
1.42 May 7, 2009
[ BUG FIXES ]
- Fix 10b-cache-chi.t to work with latest version of CHI - expire_if
and ref of cache changed
- Fixed a bug where attempting to load a module that failed to compile
in a Mason component could mask the compilation error. RT #39803.
- Fixed the print method in HTML::Mason::FakeApache. It was including
the object itself in the output. Patch by Martin Petricek. RT
#43035.
1.41 May 5, 2009
[ BUG FIXES ]
- This is a one-fix release to get this module working with the latest
version of Exception::Class (1.27).
diffstat:
www/p5-HTML-Mason/Makefile | 7 +++----
www/p5-HTML-Mason/distinfo | 8 ++++----
www/p5-HTML-Mason/options.mk | 13 +++----------
3 files changed, 10 insertions(+), 18 deletions(-)
diffs (65 lines):
diff -r 10bdfcb374e3 -r cb9b4d985830 www/p5-HTML-Mason/Makefile
--- a/www/p5-HTML-Mason/Makefile Sun May 17 19:48:06 2009 +0000
+++ b/www/p5-HTML-Mason/Makefile Sun May 17 19:56:58 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2008/10/19 19:19:08 he Exp $
+# $NetBSD: Makefile,v 1.33 2009/05/17 19:56:58 sno Exp $
-DISTNAME= HTML-Mason-1.40
+DISTNAME= HTML-Mason-1.42
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
SVR4_PKGNAME= p5hma
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
@@ -13,10 +12,10 @@
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-Params-Validate>=0.70:../../devel/p5-Params-Validate
-DEPENDS+= p5-Cache-Cache>=1:../../devel/p5-Cache-Cache
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/HTML/Mason/.packlist
diff -r 10bdfcb374e3 -r cb9b4d985830 www/p5-HTML-Mason/distinfo
--- a/www/p5-HTML-Mason/distinfo Sun May 17 19:48:06 2009 +0000
+++ b/www/p5-HTML-Mason/distinfo Sun May 17 19:56:58 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2008/09/07 09:17:49 rhaen Exp $
+$NetBSD: distinfo,v 1.13 2009/05/17 19:56:58 sno Exp $
-SHA1 (HTML-Mason-1.40.tar.gz) = b15de5470752173731a7f814558dbfc2797706c7
-RMD160 (HTML-Mason-1.40.tar.gz) = 5ae08a33005b692d9f1dbbed3e38fdf868b3584b
-Size (HTML-Mason-1.40.tar.gz) = 395386 bytes
+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
diff -r 10bdfcb374e3 -r cb9b4d985830 www/p5-HTML-Mason/options.mk
--- a/www/p5-HTML-Mason/options.mk Sun May 17 19:48:06 2009 +0000
+++ b/www/p5-HTML-Mason/options.mk Sun May 17 19:56:58 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2008/07/22 21:41:56 rhaen Exp $
+# $NetBSD: options.mk,v 1.2 2009/05/17 19:56:58 sno Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-HTML-Mason
-PKG_SUPPORTED_OPTIONS= cache fcgi modperl
-PKG_SUGGESTED_OPTIONS= cache
+PKG_SUPPORTED_OPTIONS= fcgi modperl
+PKG_SUGGESTED_OPTIONS= # empty
.include "../../mk/bsd.options.mk"
@@ -26,10 +26,3 @@
.if !empty(PKG_OPTIONS:Mfcgi)
DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI
.endif
-
-###
-### The Perl module Cache-Cache for optional caching
-###
-.if !empty(PKG_OPTIONS:Mcache)
-DEPENDS+= p5-Cache-Cache>=1.0:../../devel/p5-Cache-Cache
-.endif
Home |
Main Index |
Thread Index |
Old Index