Subject: Update of p5-HTML-Mason?
To: None <tech-pkg@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: tech-pkg
Date: 09/08/2003 11:12:13
----Next_Part(Mon_Sep__8_11:12:13_2003_143)--
Content-Type: Text/Plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
I have an update to p5-HTML-Mason lined up. It updates the package
from 1.04 (Oct 30, 2001) to 1.22 (Jul 14, 2003). Many, many changes
have been implemented and many bugs fixed since the previous version.
However, there are also a few incompatible changes marked in the
change log.
The only package which presently depends on p5-HTML-Mason appears to
be RT in the form of rt-mysql and rt-pgsql. I'm wondering if anyone
can test that RT still works after updating p5-HTML-Mason with the
patch attached below?
Regards,
- H=E5vard
----Next_Part(Mon_Sep__8_11:12:13_2003_143)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/p5-HTML-Mason/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 2003/07/17 22:55:50 1.8
+++ Makefile 2003/09/08 08:56:08
@@ -1,21 +1,25 @@
# $NetBSD: Makefile,v 1.8 2003/07/17 22:55:50 grant Exp $
-DISTNAME= HTML-Mason-1.04
-PKGNAME= p5-${DISTNAME}
-SVR4_PKGNAME= p5hma
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+DISTNAME= HTML-Mason-1.22
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5hma
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.masonhq.com/
-COMMENT= Perl-based web site development and delivery system
+MAINTAINER= tech-pkg@NetBSD.org
+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-CGI>=2.46:../../www/p5-CGI
+DEPENDS+= p5-Class-Container>=0.07:../../devel/p5-Class-Container
+DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
+DEPENDS+= p5-MLDBM>=2.0:../../databases/p5-MLDBM
+DEPENDS+= p5-Params-Validate>=0.04:../../devel/p5-Params-Validate
+DEPENDS+= p5-Scalar-List-Utils>=1.01:../../devel/p5-Scalar-List-Utils
+DEPENDS+= p5-gdbm-[0-9]*:../../databases/p5-gdbm
-USE_BUILDLINK2= YES
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Mason/.packlist
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Mason/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/p5-HTML-Mason/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 2002/04/17 10:46:04 1.4
+++ distinfo 2003/09/08 08:56:08
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/04/17 10:46:04 shell Exp $
+$NetBSD$
-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.22.tar.gz) = 59170c5f99d1790f9ab8c38b2155a1449fcd2ff7
+Size (HTML-Mason-1.22.tar.gz) = 316154 bytes
----Next_Part(Mon_Sep__8_11:12:13_2003_143)----