aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-31 07:09:24 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-31 07:09:24 +0000
commitf2d099484d3258e82aa266d99ab83c68d4173480 (patch)
tree7d1441e6bfd1cffa867ecd26b3da237dec0ef08f /textproc/p5-XML-Compile
parent63b5d924a025c20f1593034e72f998425239c19f (diff)
downloadports-f2d099484d3258e82aa266d99ab83c68d4173480.tar.gz
ports-f2d099484d3258e82aa266d99ab83c68d4173480.zip
- Update to 0.17
- Dependency change PR: ports/110784 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng)
Notes
Notes: svn path=/head/; revision=188879
Diffstat (limited to 'textproc/p5-XML-Compile')
-rw-r--r--textproc/p5-XML-Compile/Makefile6
-rw-r--r--textproc/p5-XML-Compile/distinfo6
-rw-r--r--textproc/p5-XML-Compile/pkg-plist2
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile
index 03d0d8105d0f..dd09ae5f9130 100644
--- a/textproc/p5-XML-Compile/Makefile
+++ b/textproc/p5-XML-Compile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Compile
-PORTVERSION= 0.16
+PORTVERSION= 0.17
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -16,14 +16,14 @@ MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Compilation based XML processing
RUN_DEPENDS= p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \
- p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \
+ p5-Data-Dump-Streamer>=2.03:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Compile.3 XML::Compile::SOAP::Operation.3 \
- XML::Compile::Schema.3 \
+ XML::Compile::Dumper.3 XML::Compile::Schema.3 \
XML::Compile::Schema::BuiltInFacets.3 \
XML::Compile::Schema::BuiltInTypes.3 \
XML::Compile::Schema::Instance.3 \
diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo
index 44677148efca..df165e7c6d56 100644
--- a/textproc/p5-XML-Compile/distinfo
+++ b/textproc/p5-XML-Compile/distinfo
@@ -1,3 +1,3 @@
-MD5 (XML-Compile-0.16.tar.gz) = de435b0859b81479b59d71578ec58ed7
-SHA256 (XML-Compile-0.16.tar.gz) = 90e17e2a1662fbc5bac9325b40738b0d37dc1dc607a8429227e9794c6ce8b17d
-SIZE (XML-Compile-0.16.tar.gz) = 111667
+MD5 (XML-Compile-0.17.tar.gz) = 479595e83ec4832611698f217b238261
+SHA256 (XML-Compile-0.17.tar.gz) = 97e02e97861f7bdf252652074de97c9e7c253af08135e48d1e1c2c9caa086398
+SIZE (XML-Compile-0.17.tar.gz) = 115130
diff --git a/textproc/p5-XML-Compile/pkg-plist b/textproc/p5-XML-Compile/pkg-plist
index 64e7c132c779..3d03b763f172 100644
--- a/textproc/p5-XML-Compile/pkg-plist
+++ b/textproc/p5-XML-Compile/pkg-plist
@@ -2,6 +2,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist
%%SITE_PERL%%/XML/Compile.pm
%%SITE_PERL%%/XML/Compile.pod
+%%SITE_PERL%%/XML/Compile/Dumper.pm
+%%SITE_PERL%%/XML/Compile/Dumper.pod
%%SITE_PERL%%/XML/Compile/SOAP/Operation.pm
%%SITE_PERL%%/XML/Compile/SOAP/Operation.pod
%%SITE_PERL%%/XML/Compile/Schema.pm