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 Update to 1.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cce14cb22a9e
branches:  trunk
changeset: 464340:cce14cb22a9e
user:      epg <epg%pkgsrc.org@localhost>
date:      Sat Dec 06 23:04:34 2003 +0000

description:
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:

 www/p5-HTML-Mason/Makefile         |   7 ++++---
 www/p5-HTML-Mason/distinfo         |   7 +++----
 www/p5-HTML-Mason/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 20 deletions(-)

diffs (52 lines):

diff -r 44eed371d836 -r cce14cb22a9e www/p5-HTML-Mason/Makefile
--- a/www/p5-HTML-Mason/Makefile        Sat Dec 06 22:33:39 2003 +0000
+++ b/www/p5-HTML-Mason/Makefile        Sat Dec 06 23:04:34 2003 +0000
@@ -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 @@
 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 -r 44eed371d836 -r cce14cb22a9e www/p5-HTML-Mason/distinfo
--- a/www/p5-HTML-Mason/distinfo        Sat Dec 06 22:33:39 2003 +0000
+++ b/www/p5-HTML-Mason/distinfo        Sat Dec 06 23:04:34 2003 +0000
@@ -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 -r 44eed371d836 -r cce14cb22a9e www/p5-HTML-Mason/patches/patch-aa
--- a/www/p5-HTML-Mason/patches/patch-aa        Sat Dec 06 22:33:39 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index