summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2003-12-06 23:04:34 +0000
committerepg <epg@pkgsrc.org>2003-12-06 23:04:34 +0000
commite7eab1d42176bae642d8856c586743acdd9bd4f1 (patch)
treed5ac96e6e7f02f01644ec9eee42e06eff87091f4 /www/p5-HTML-Mason
parent6e5fe6f968e5901295148af04af7bcded4101a60 (diff)
downloadpkgsrc-e7eab1d42176bae642d8856c586743acdd9bd4f1.tar.gz
Update to 1.24.
Remove patch-aa, which does not appear to be needed. Drop p5-gdbm dependency. Add dependencies for p5-Exception-Class>=1.14 and p5-Class-Container>=0.10 The change log between the previous, ancient version and this is over 700 lines, and thus not included.
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile7
-rw-r--r--www/p5-HTML-Mason/distinfo7
-rw-r--r--www/p5-HTML-Mason/patches/patch-aa13
3 files changed, 7 insertions, 20 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index df591865d09..209a3a1b7b2 100644
--- a/www/p5-HTML-Mason/Makefile
+++ b/www/p5-HTML-Mason/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 22:55:50 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/06 23:04:34 epg Exp $
-DISTNAME= HTML-Mason-1.04
+DISTNAME= HTML-Mason-1.24
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hma
CATEGORIES= www perl5
@@ -11,8 +11,9 @@ HOMEPAGE= http://www.masonhq.com/
COMMENT= Perl-based web site development and delivery system
DEPENDS+= p5-MLDBM>=2.0:../../databases/p5-MLDBM
-DEPENDS+= p5-gdbm-[0-9]*:../../databases/p5-gdbm
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
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Mason/.packlist
diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo
index 949a5bc25e5..d927566acc0 100644
--- a/www/p5-HTML-Mason/distinfo
+++ b/www/p5-HTML-Mason/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/04/17 10:46:04 shell Exp $
+$NetBSD: distinfo,v 1.5 2003/12/06 23:04:34 epg Exp $
-SHA1 (HTML-Mason-1.04.tar.gz) = 024d4cb606d6c8d28e785acdea5969ef62306f05
-Size (HTML-Mason-1.04.tar.gz) = 284069 bytes
-SHA1 (patch-aa) = c9e4b93e3991211a877717db7fa3e0a28ed90ff2
+SHA1 (HTML-Mason-1.24.tar.gz) = 5b0fa63cd17d38f2cc79b00bba4a2f157607fcc3
+Size (HTML-Mason-1.24.tar.gz) = 327894 bytes
diff --git a/www/p5-HTML-Mason/patches/patch-aa b/www/p5-HTML-Mason/patches/patch-aa
deleted file mode 100644
index b38a062b67c..00000000000
--- a/www/p5-HTML-Mason/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/05/22 17:24:55 mjl Exp $
-
---- makeconfig.pl.orig Tue May 22 19:16:04 2001
-+++ makeconfig.pl Tue May 22 19:16:24 2001
-@@ -223,7 +223,7 @@
-
- sub write_apache_conf
- {
-- my %p = Apache::test->get_test_params();
-+ my %p = (); # Apache::test->get_test_params();
- while (my ($k, $v) = each %p)
- {
- $APACHE{$k} = $v;