diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-20 21:19:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-20 21:19:35 +0000 |
commit | 5fa483567d28beed7a8a6188c300920d64d6a8b0 (patch) | |
tree | 9767279c0a6132fbc2d816beba55008581c268b8 | |
parent | fd335e127904071fe35a22a69c89e65caa8d87dd (diff) | |
download | pkgsrc-5fa483567d28beed7a8a6188c300920d64d6a8b0.tar.gz |
Update p5-XML-XPath to 1.13. Changelog is not available.
Patch provided by Adrian Portelli in PR pkg/24998 and slightly
modified by me.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/distinfo | 6 |
4 files changed, 11 insertions, 9 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6975ea368bf..5741f59109e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5694 2004/04/20 20:46:39 minskim Exp $ +$NetBSD: CHANGES,v 1.5695 2004/04/20 21:19:35 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2196,3 +2196,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p5-XML-XSLT to 0.48 [minskim 2004-04-20] Updated cpuflags to 0.66 [abs 2004-04-20] Updated gtk-send-pr to 0.3.3 [minskim 2004-04-20] + Updated p5-XML-XPath to 1.13 [minskim 2004-04-20] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1649 2004/04/20 20:55:35 minskim Exp $ +$NetBSD: TODO,v 1.1650 2004/04/20 21:19:35 minskim Exp $ Suggested new packages ====================== @@ -294,7 +294,6 @@ Suggested package updates o p5-Exception-Class-1.17 o p5-Socket6-0.16 o p5-Term-Readline-1.14 [pkg/25163] - o p5-XML-Path-1.13 [pkg/24998] o pdmenu-1.2.81 o pgplot-5.2 [grant] o php-4.3.6 diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index c4fba4a6b92..a9c1c09ebc9 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.9 2004/04/20 21:00:55 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/20 21:19:35 minskim Exp $ -DISTNAME= XML-XPath-1.08 +DISTNAME= XML-XPath-1.13 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xxp CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://sergeant.org/ +HOMEPAGE= http://search.cpan.org/dist/XML-XPath/ COMMENT= XML XPath software +DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES diff --git a/textproc/p5-XML-XPath/distinfo b/textproc/p5-XML-XPath/distinfo index 956e54749fa..29869595c81 100644 --- a/textproc/p5-XML-XPath/distinfo +++ b/textproc/p5-XML-XPath/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:04 skrll Exp $ +$NetBSD: distinfo,v 1.3 2004/04/20 21:19:35 minskim Exp $ -SHA1 (XML-XPath-1.08.tar.gz) = 19714ae5c0b9844507c6f750508c34079761cfe6 -Size (XML-XPath-1.08.tar.gz) = 39176 bytes +SHA1 (XML-XPath-1.13.tar.gz) = 72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c +Size (XML-XPath-1.13.tar.gz) = 39832 bytes |