diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-11-24 19:15:03 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-11-24 19:15:03 +0000 |
commit | 0de5bb08e338b1b8b86acdbf5f9a18637041dc9b (patch) | |
tree | 5bcf4680cb3f18ee7b142e222b1011e3779d874e | |
parent | a14f47fdc4ee21cceaff477994a992ba4e570cfc (diff) |
Update to 0.08
Notes
Notes:
svn path=/head/; revision=122324
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index cc653fb60635..34298b997df9 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= Text-RecordParser -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= tablify.1 +MAN1= tablify.1 tabmerge.1 MAN3= Text::RecordParser.3 .include <bsd.port.pre.mk> diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo index 37e54591aa6b..310fcf561a42 100644 --- a/textproc/p5-Text-RecordParser/distinfo +++ b/textproc/p5-Text-RecordParser/distinfo @@ -1,2 +1,2 @@ -MD5 (Text-RecordParser-0.07.tar.gz) = 133c84e21e7604c8a253dfd21b94cd67 -SIZE (Text-RecordParser-0.07.tar.gz) = 17865 +MD5 (Text-RecordParser-0.08.tar.gz) = db2490a5548247da8d393f945d9a245e +SIZE (Text-RecordParser-0.08.tar.gz) = 19588 diff --git a/textproc/p5-Text-RecordParser/pkg-plist b/textproc/p5-Text-RecordParser/pkg-plist index 795b42a4217f..3743cb267631 100644 --- a/textproc/p5-Text-RecordParser/pkg-plist +++ b/textproc/p5-Text-RecordParser/pkg-plist @@ -1,4 +1,5 @@ bin/tablify +bin/tabmerge %%SITE_PERL%%/Text/RecordParser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser |