- Update to 0.17
- Dependency change PR: ports/110784 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng)
This commit is contained in:
parent
63b5d924a0
commit
f2d099484d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188879
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user