diff options
author | lth <lth@FreeBSD.org> | 2009-10-26 01:38:32 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2009-10-26 01:38:32 +0800 |
commit | e16eb551b6d214b62446ff986d3721f57acbd503 (patch) | |
tree | d871f3e82d1b5c303a827eb848fa95364ba84b2d /textproc | |
parent | b38428af93da1a5db36cebb307a113a24732ceba (diff) | |
download | freebsd-ports-gnome-e16eb551b6d214b62446ff986d3721f57acbd503.tar.gz freebsd-ports-gnome-e16eb551b6d214b62446ff986d3721f57acbd503.tar.zst freebsd-ports-gnome-e16eb551b6d214b62446ff986d3721f57acbd503.zip |
Update to 1.3.0
PR: ports/139790
Submitted by: Andrej Zverev <az@freebsd.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index beee36bc5e64..6c38fe65a075 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= Text-RecordParser -PORTVERSION= 1.2.1 -DISTVERSIONPREFIX= v +PORTVERSION= 1.3.0 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +15,7 @@ COMMENT= Read record-oriented files BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-version>=0:${PORTSDIR}/devel/p5-version @@ -23,8 +23,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= 5.8.0+ -MAN1= tablify.1 tabmerge.1 +MAN1= tablify.1 tabmerge.1 tab2graph.1 MAN3= Text::RecordParser.3 \ - Text::RecordParser::Tab.3 + Text::RecordParser::Tab.3 \ + Text::RecordParser::Object.3 .include <bsd.port.mk> diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo index 17af7ee7dc9d..99bdd7a86947 100644 --- a/textproc/p5-Text-RecordParser/distinfo +++ b/textproc/p5-Text-RecordParser/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-RecordParser-v1.2.1.tar.gz) = 65c2a85a2ed2a9bc791d377954bd5a44 -SHA256 (Text-RecordParser-v1.2.1.tar.gz) = ba4075a4493b196eaddfa7a9425e9edfa794e7eadbeb3c75eb18bb04f2c0b19c -SIZE (Text-RecordParser-v1.2.1.tar.gz) = 26279 +MD5 (Text-RecordParser-1.3.0.tar.gz) = f4dac25c75c9bd14fe0256f83546a7b2 +SHA256 (Text-RecordParser-1.3.0.tar.gz) = 07b1ecec05bc00050334c2c41099f9e3d6c34347822980cae1ad204663fdcb55 +SIZE (Text-RecordParser-1.3.0.tar.gz) = 29989 diff --git a/textproc/p5-Text-RecordParser/pkg-plist b/textproc/p5-Text-RecordParser/pkg-plist index 345ead037cf7..f60e1eba5359 100644 --- a/textproc/p5-Text-RecordParser/pkg-plist +++ b/textproc/p5-Text-RecordParser/pkg-plist @@ -1,6 +1,8 @@ bin/tablify +bin/tab2graph bin/tabmerge %%SITE_PERL%%/Text/RecordParser.pm %%SITE_PERL%%/Text/RecordParser/Tab.pm +%%SITE_PERL%%/Text/RecordParser/Object.pm @dirrm %%SITE_PERL%%/Text/RecordParser @dirrmtry %%SITE_PERL%%/Text |