diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-31 15:09:24 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-31 15:09:24 +0800 |
commit | a6428ee8e52447e9dc0a06b664804d1598687008 (patch) | |
tree | 4b6de2cdd6699006356d668e691ac0bfa967485d /textproc | |
parent | 51d77977bacd68982ee1ab7f4a46b1c858c53b17 (diff) | |
download | freebsd-ports-graphics-a6428ee8e52447e9dc0a06b664804d1598687008.tar.gz freebsd-ports-graphics-a6428ee8e52447e9dc0a06b664804d1598687008.tar.zst freebsd-ports-graphics-a6428ee8e52447e9dc0a06b664804d1598687008.zip |
- Update to 0.17
- Dependency change
PR: ports/110784
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 03d0d8105d0..dd09ae5f913 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 44677148efc..df165e7c6d5 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 64e7c132c77..3d03b763f17 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 |