diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-20 14:32:28 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-20 14:32:28 +0000 |
commit | a4980fd9f02c82662d8eee8c401a2fa46df8feda (patch) | |
tree | f383fd882b44e62dc53585250ecdb9ae29a32700 /textproc/p5-XML-XPath | |
parent | d21ae48a780cdf1b30a03a05d938f10f01d36080 (diff) | |
download | ports-a4980fd9f02c82662d8eee8c401a2fa46df8feda.tar.gz ports-a4980fd9f02c82662d8eee8c401a2fa46df8feda.zip |
Update textproc/p5-XML-XPath to 1.10 and fix pkg-plist.
PR: 29899
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=46543
Diffstat (limited to 'textproc/p5-XML-XPath')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 1361c8b96166..df3fc94f6262 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-XPath -PORTVERSION= 1.09 +PORTVERSION= 1.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff --git a/textproc/p5-XML-XPath/distinfo b/textproc/p5-XML-XPath/distinfo index 19102b790ed2..7fa2eef48535 100644 --- a/textproc/p5-XML-XPath/distinfo +++ b/textproc/p5-XML-XPath/distinfo @@ -1 +1 @@ -MD5 (XML-XPath-1.09.tar.gz) = 1bb793407040e51536cf4a64e8ef44f1 +MD5 (XML-XPath-1.10.tar.gz) = 56cacf9d17dd381f3ee6a1b956e2b4a6 diff --git a/textproc/p5-XML-XPath/pkg-plist b/textproc/p5-XML-XPath/pkg-plist index 7ddaf877697d..ead7a119c867 100644 --- a/textproc/p5-XML-XPath/pkg-plist +++ b/textproc/p5-XML-XPath/pkg-plist @@ -25,3 +25,4 @@ 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%%/XML 2>/dev/null || true |