pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Handler-YAWriter Updated to 0.23nb2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71b08790f52f
branches:  trunk
changeset: 496944:71b08790f52f
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jul 17 14:25:57 2005 +0000

description:
Updated to 0.23nb2.

Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX)
This should fix PR pkg/30768.

diffstat:

 textproc/p5-XML-Handler-YAWriter/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d66e5e6388a4 -r 71b08790f52f textproc/p5-XML-Handler-YAWriter/Makefile
--- a/textproc/p5-XML-Handler-YAWriter/Makefile Sun Jul 17 13:38:01 2005 +0000
+++ b/textproc/p5-XML-Handler-YAWriter/Makefile Sun Jul 17 14:25:57 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:43 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/17 14:25:57 heinz Exp $
 #
 
 DISTNAME=      XML-Handler-YAWriter-0.23
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 SVR4_PKGNAME=  p5xhy
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -14,6 +14,10 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+# really: XML::Parser::PerlSAX' => 0.06
+DEPENDS+=              p5-libxml>=0.07:../../textproc/p5-libxml
+PERL5_REQD+=           5.6.0 # really: IO:File >= 1.06
+
 PERL5_PACKLIST=                auto/XML/Handler/YAWriter/.packlist
 REPLACE_PERL=          xmlpretty
 



Home | Main Index | Thread Index | Old Index