diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-09-11 12:07:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-09-11 12:07:59 +0000 |
commit | 7ddb8c6f86ec8e68fbdf64afd421075a580a76b8 (patch) | |
tree | e64a9483820b5383cec9eee6a4e9427aaa71f8bb /textproc/p5-Plucene/Makefile | |
parent | 19fd23af52e793b9af0e27d21b1befff7eb11e2c (diff) | |
download | ports-7ddb8c6f86ec8e68fbdf64afd421075a580a76b8.tar.gz ports-7ddb8c6f86ec8e68fbdf64afd421075a580a76b8.zip |
Notes
Diffstat (limited to 'textproc/p5-Plucene/Makefile')
-rw-r--r-- | textproc/p5-Plucene/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index 98f791d24753..8dd665afe224 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Plucene -PORTVERSION= 1.21 -PORTREVISION= 1 +PORTVERSION= 1.24 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMTM @@ -56,7 +55,6 @@ MAN3= Plucene.3 \ Plucene::Document::DateSerializer.3 \ Plucene::Document::Field.3 \ Plucene::Index::DocumentWriter.3 \ - Plucene::Index::FieldInfo.3 \ Plucene::Index::FieldInfos.3 \ Plucene::Index::FieldsReader.3 \ Plucene::Index::FieldsWriter.3 \ @@ -70,6 +68,7 @@ MAN3= Plucene.3 \ Plucene::Index::SegmentTermEnum.3 \ Plucene::Index::SegmentTermPositions.3 \ Plucene::Index::SegmentsReader.3 \ + Plucene::Index::SegmentsTermEnum.3 \ Plucene::Index::Term.3 \ Plucene::Index::TermInfo.3 \ Plucene::Index::TermInfosReader.3 \ |