diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-19 12:19:41 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-19 12:19:41 +0800 |
commit | c67828f803fd24130afa43fbdf795759645667f0 (patch) | |
tree | 8c98a6d8e9129e51eb7e353a919f4e65e8ab6057 /textproc | |
parent | 800636ae9ff1c99e06a09a2ac4d76a3bda1c80a1 (diff) | |
download | freebsd-ports-graphics-c67828f803fd24130afa43fbdf795759645667f0.tar.gz freebsd-ports-graphics-c67828f803fd24130afa43fbdf795759645667f0.tar.zst freebsd-ports-graphics-c67828f803fd24130afa43fbdf795759645667f0.zip |
- Update to 0.15
- remove BUILD_DEPENDS of Test::Deep (only needed by 'make test')
PR: ports/109241
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/pkg-plist | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index ae4f0b69b8e..2bfc22ea965 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -19,11 +19,11 @@ RUN_DEPENDS= p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes -MAN3= XML::Compile.3 XML::Compile::Schema.3 \ +MAN3= XML::Compile.3 XML::Compile::SOAP::Operation.3 \ + XML::Compile::Schema.3 \ XML::Compile::Schema::BuiltInFacets.3 \ XML::Compile::Schema::BuiltInTypes.3 \ XML::Compile::Schema::Instance.3 \ @@ -32,7 +32,8 @@ MAN3= XML::Compile.3 XML::Compile::Schema.3 \ XML::Compile::Schema::Template.3 \ XML::Compile::Schema::Translate.3 \ XML::Compile::Schema::XmlReader.3 \ - XML::Compile::Schema::XmlWriter.3 + XML::Compile::Schema::XmlWriter.3 \ + XML::Compile::WSDL.3 .include <bsd.port.pre.mk> diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index 53662b992e0..f1b11df6e9f 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Compile-0.14.tar.gz) = 9354f1f967e7df53d5e10a5ae56bc45e -SHA256 (XML-Compile-0.14.tar.gz) = bde1e7858c6207d6bdd030da4acce91535c97d81f0c962c59078354f860da060 -SIZE (XML-Compile-0.14.tar.gz) = 96626 +MD5 (XML-Compile-0.15.tar.gz) = b1c982f54f97c12580cf194f9d3b6e7a +SHA256 (XML-Compile-0.15.tar.gz) = b27d2af7ba77b9cfd1a5ed61e7205392a950236b99626cf28b890b701cda0718 +SIZE (XML-Compile-0.15.tar.gz) = 110758 diff --git a/textproc/p5-XML-Compile/pkg-plist b/textproc/p5-XML-Compile/pkg-plist index 2803e936323..64e7c132c77 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/SOAP/Operation.pm +%%SITE_PERL%%/XML/Compile/SOAP/Operation.pod %%SITE_PERL%%/XML/Compile/Schema.pm %%SITE_PERL%%/XML/Compile/Schema.pod %%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pm @@ -22,8 +24,11 @@ %%SITE_PERL%%/XML/Compile/Schema/XmlReader.pod %%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pm %%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pod +%%SITE_PERL%%/XML/Compile/WSDL.pm +%%SITE_PERL%%/XML/Compile/WSDL.pod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/Compile/Schema +@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP @dirrmtry %%SITE_PERL%%/XML/Compile @dirrmtry %%SITE_PERL%%/XML |