diff options
author | wen <wen@FreeBSD.org> | 2010-12-27 14:58:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-27 14:58:37 +0800 |
commit | f57f4b2104ea5e215e5ae0f19e6e9cf10fa4c236 (patch) | |
tree | c8b494abc409404e25363682d36c6874f04983b0 /textproc | |
parent | c755a58d82f17312173223800360854a8c992104 (diff) | |
download | freebsd-ports-graphics-f57f4b2104ea5e215e5ae0f19e6e9cf10fa4c236.tar.gz freebsd-ports-graphics-f57f4b2104ea5e215e5ae0f19e6e9cf10fa4c236.tar.zst freebsd-ports-graphics-f57f4b2104ea5e215e5ae0f19e6e9cf10fa4c236.zip |
- Update to 1.21
ChangeLog: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.21/ChangeLog
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 72f2b2f4350..b56bd616218 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -6,16 +6,20 @@ # PORTNAME= XML-Compile -PORTVERSION= 1.19 +PORTVERSION= 1.21 CATEGORIES= textproc perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MARKOV PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compilation based XML processing -RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ + p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.0+ diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index cdfc27a9d5e..e28db227adf 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-1.19.tar.gz) = abf26ec3909458dd662ada2fcfde03a5ede68ed599019b4230cf4523227a9065 -SIZE (XML-Compile-1.19.tar.gz) = 182724 +SHA256 (XML-Compile-1.21.tar.gz) = a9ea9f402a16274883556c2a707c689065d91dfa0b5ca204b917f1ddcb0d9274 +SIZE (XML-Compile-1.21.tar.gz) = 183745 |