diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-06-02 13:47:49 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-06-02 13:47:49 +0000 |
commit | 09b02609b757c429b636a63913ff7b2fd14b3e9a (patch) | |
tree | c678060cd5f125a1bc842dfdbade434e152daa11 /textproc | |
parent | Sync with xine-0.9.10. (diff) |
Updated to 1.12, minor fixes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg-plist | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index ba3c65ec184c..2ae75dc48206 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -6,16 +6,16 @@ # PORTNAME= XML-XPath -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-XPath/distinfo b/textproc/p5-XML-XPath/distinfo index 277ea9cd5498..1a4328eca789 100644 --- a/textproc/p5-XML-XPath/distinfo +++ b/textproc/p5-XML-XPath/distinfo @@ -1 +1 @@ -MD5 (XML-XPath-1.11.tar.gz) = 803afc00b1455fdf370549a31c5ad299 +MD5 (XML-XPath-1.12.tar.gz) = 43f9a3d8dacfadd97a9b0bb32e3af1e1 diff --git a/textproc/p5-XML-XPath/pkg-descr b/textproc/p5-XML-XPath/pkg-descr index c169b8ac4d24..f098bacecbf3 100644 --- a/textproc/p5-XML-XPath/pkg-descr +++ b/textproc/p5-XML-XPath/pkg-descr @@ -1,6 +1,10 @@ This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the -form of functions. Modules such as XSLT and XPointer may need to do +form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath. WWW: http://www.w3.org/TR/xpath/ +WWW: http://search.cpan.org/search?dist=XML-XPath + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/textproc/p5-XML-XPath/pkg-plist b/textproc/p5-XML-XPath/pkg-plist index ead7a119c867..2ed7efdc42b3 100644 --- a/textproc/p5-XML-XPath/pkg-plist +++ b/textproc/p5-XML-XPath/pkg-plist @@ -23,6 +23,6 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/PerlSAX.pm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Boolean.pm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath/Node -@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XPath -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XPath +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XPath 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/XPath 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true |