diff options
author | tobez <tobez@FreeBSD.org> | 2011-01-11 17:00:38 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-01-11 17:00:38 +0800 |
commit | 49fa61c303856fc8843158f91d9d9b1d82731db9 (patch) | |
tree | 709ddbdde5eb639438f33e73ddc14d4a5ead8c12 /textproc | |
parent | 17bed771729bfa0c567fcb45973b52b16d4156f5 (diff) | |
download | freebsd-ports-gnome-49fa61c303856fc8843158f91d9d9b1d82731db9.tar.gz freebsd-ports-gnome-49fa61c303856fc8843158f91d9d9b1d82731db9.tar.zst freebsd-ports-gnome-49fa61c303856fc8843158f91d9d9b1d82731db9.zip |
Update to 0.54.
Changes: http://search.cpan.org/dist/XML-DT/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-DT/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-DT/distinfo | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-DT/Makefile b/textproc/p5-XML-DT/Makefile index faf5a9d1c072..032c4e470ca0 100644 --- a/textproc/p5-XML-DT/Makefile +++ b/textproc/p5-XML-DT/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-DT -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for down translation of XML to strings -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/DTDParser.pm:${PORTSDIR}/textproc/p5-XML-DTDParser +BUILD_DEPENDS= p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-libwww>=1.35:${PORTSDIR}/www/p5-libwww \ + p5-XML-DTDParser>=2.00:${PORTSDIR}/textproc/p5-XML-DTDParser RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-DT/distinfo b/textproc/p5-XML-DT/distinfo index dac59f0d0d79..37e59532d0f8 100644 --- a/textproc/p5-XML-DT/distinfo +++ b/textproc/p5-XML-DT/distinfo @@ -1,3 +1,2 @@ -MD5 (XML-DT-0.53.tar.gz) = 88449697cd4a0a04e6c530bcbb576986 -SHA256 (XML-DT-0.53.tar.gz) = 582457266723369df73f6eeff6512838ebee5aa294135f68518ecd409866c9ea -SIZE (XML-DT-0.53.tar.gz) = 29498 +SHA256 (XML-DT-0.54.tar.gz) = b0136da10b389b26152030ac27b2e270d759c5ae3058ffd9ea5d7dc0babf9b08 +SIZE (XML-DT-0.54.tar.gz) = 29526 |