diff options
author | skv <skv@FreeBSD.org> | 2002-06-02 21:47:49 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-06-02 21:47:49 +0800 |
commit | 0537163f5565c213ff7957b00936909d203e05b7 (patch) | |
tree | 5f3e18307fab8b62acb4eff41c4b9dac24b35cff | |
parent | ed87d75936f0e5a2822a8e64b3c8f113253f86ca (diff) | |
download | freebsd-ports-gnome-0537163f5565c213ff7957b00936909d203e05b7.tar.gz freebsd-ports-gnome-0537163f5565c213ff7957b00936909d203e05b7.tar.zst freebsd-ports-gnome-0537163f5565c213ff7957b00936909d203e05b7.zip |
Updated to 1.12, minor fixes
-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 |