Subject: CVS commit: pkgsrc/textproc/p5-XML-Node
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 10/19/2002 17:42:48
Module Name:	pkgsrc
Committed By:	seb
Date:		Sat Oct 19 14:42:48 UTC 2002

Modified Files:
	pkgsrc/textproc/p5-XML-Node: Makefile distinfo

Log Message:
Distfile changed on MASTER_SITES without any update in name/revision.

Changes:
- The bundled file XML::Node.sgml had been renamed to XML-Node.sgml (windows
  friendly?)
- Diff between previous XML::Node.sgml and new XML-Node.sgml:

--- XML-Node-0.10/XML::Node.sgml        Mon Nov 15 21:18:52 1999
+++ XML-Node-0.10.new/XML-Node.sgml     Fri Jan  5 20:23:46 2001
@@ -69,7 +69,7 @@
 $p->register(">Orders>Order","end" => \&handle_order_end);

 print "Processing file [orders.xml]...\n";
-$p->parse("orders.xml");
+$p->parsefile("orders.xml");

So...
Bump PKGREVISION, update distinfo and remove previous distfile from
ftp.netbsd.org.

While here use perl5/module.mk and use buildlink2.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/textproc/p5-XML-Node/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/p5-XML-Node/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.