diff options
author | demon <demon@FreeBSD.org> | 2012-01-10 21:18:04 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-01-10 21:18:04 +0800 |
commit | c32390d4b0bb6f4f8eb09952127eec2370f39fc1 (patch) | |
tree | a84cf5c3760c6b77c9d9648eace0e68fb0169ca1 /textproc/p5-MARC-XML | |
parent | 835edd5d2fdb9894eb6a53ff686ebdcdebee33e8 (diff) | |
download | freebsd-ports-gnome-c32390d4b0bb6f4f8eb09952127eec2370f39fc1.tar.gz freebsd-ports-gnome-c32390d4b0bb6f4f8eb09952127eec2370f39fc1.tar.zst freebsd-ports-gnome-c32390d4b0bb6f4f8eb09952127eec2370f39fc1.zip |
Update to version 0.93.
PR: 163919
Submitted by: sunpoet
Diffstat (limited to 'textproc/p5-MARC-XML')
-rw-r--r-- | textproc/p5-MARC-XML/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-MARC-XML/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-MARC-XML/Makefile b/textproc/p5-MARC-XML/Makefile index 792ceecc36e7..ebf85b3bc01d 100644 --- a/textproc/p5-MARC-XML/Makefile +++ b/textproc/p5-MARC-XML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MARC-XML -PORTVERSION= 0.92 +PORTVERSION= 0.93 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= An extension to the MARC-Record distribution for working with XML data -BUILD_DEPENDS= ${SITE_PERL}/MARC/Record.pm:${PORTSDIR}/textproc/p5-MARC-Record \ - ${SITE_PERL}/MARC/Charset.pm:${PORTSDIR}/textproc/p5-MARC-Charset \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-MARC-Record>=2:${PORTSDIR}/textproc/p5-MARC-Record \ + p5-MARC-Charset>=0.98:${PORTSDIR}/textproc/p5-MARC-Charset \ + p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS= ${BUILD_DEPENDS} MAN1= marc2xml.1 xml2marc.1 diff --git a/textproc/p5-MARC-XML/distinfo b/textproc/p5-MARC-XML/distinfo index fae71cbdea5d..b86b20c3786f 100644 --- a/textproc/p5-MARC-XML/distinfo +++ b/textproc/p5-MARC-XML/distinfo @@ -1,2 +1,2 @@ -SHA256 (MARC-XML-0.92.tar.gz) = 00a9a9e2f0752e035a54fd2df539884cd59fc81c97d5d6ceb9ac65671c2df208 -SIZE (MARC-XML-0.92.tar.gz) = 14086 +SHA256 (MARC-XML-0.93.tar.gz) = 897c256f4a4231a7d9ce54dd5924f7b291c07ed5e77fcac0cae3dcc9681421bd +SIZE (MARC-XML-0.93.tar.gz) = 16260 |