diff options
author | seb <seb> | 2002-10-19 14:42:47 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-19 14:42:47 +0000 |
commit | 832c36e9733517d77cc05a822aa0de9102351bc1 (patch) | |
tree | 7e2ca5e9342ad5c7c3ffb766c8de1f10bbf50b06 /textproc | |
parent | 2a4f5613a69e5fbce29df22634d271ecb458deb0 (diff) | |
download | pkgsrc-832c36e9733517d77cc05a822aa0de9102351bc1.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Node/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-XML-Node/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/textproc/p5-XML-Node/Makefile b/textproc/p5-XML-Node/Makefile index 6dcf46510fb..4a9f427b9df 100644 --- a/textproc/p5-XML-Node/Makefile +++ b/textproc/p5-XML-Node/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2001/11/29 01:12:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/19 14:42:47 seb Exp $ # DISTNAME= XML-Node-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5xno CATEGORIES= textproc perl5 MASTER_SITES= http://belmont-shores.ics.uci.edu/pub/ \ @@ -15,12 +15,9 @@ COMMENT= Node-based XML parsing: an simplified interface to XML::Parser DEPENDS+= p5-XML-Parser-2.*:../p5-XML-Parser -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Node/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - post-install: ${INSTALL_DATA} \ ${WRKSRC}/orders.xml \ @@ -29,5 +26,5 @@ post-install: ${WRKSRC}/README \ ${PERL5_SITELIB}/XML -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Node/distinfo b/textproc/p5-XML-Node/distinfo index e992ed4925d..c158105f248 100644 --- a/textproc/p5-XML-Node/distinfo +++ b/textproc/p5-XML-Node/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/05/12 16:54:52 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2002/10/19 14:42:47 seb Exp $ -SHA1 (XML-Node-0.10.tar.gz) = 484124cc081bce7f7641ca0b6ffe94fa40d31f0f -Size (XML-Node-0.10.tar.gz) = 7378 bytes +SHA1 (XML-Node-0.10.tar.gz) = 94418a149f82b8dd4a295f55c797357957e817f2 +Size (XML-Node-0.10.tar.gz) = 7336 bytes |