diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-12-27 06:58:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-12-27 06:58:37 +0000 |
commit | 4fe0eb0f4366ed0aa0426abb0b96b70343f7546e (patch) | |
tree | 9d40191166d838395b9500e5fd4e18998df0cd0f /textproc/p5-XML-Compile | |
parent | 1bff7de53cd04f59732a3cfa86d40298c6d9f61e (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Compile')
-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 72f2b2f43509..b56bd6162181 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 cdfc27a9d5e7..e28db227adfc 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 |