diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-28 09:19:02 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-28 09:19:02 +0800 |
commit | 55ac56209f5349a00d88dd484b2aa2e31fe067ab (patch) | |
tree | cefcd1e75ecf8739c4d995694e134f027c6e84a1 /textproc/p5-Lucene | |
parent | 6b6c404fb1d33b349fa08d30d8cd96d64c2c473f (diff) | |
download | freebsd-ports-gnome-55ac56209f5349a00d88dd484b2aa2e31fe067ab.tar.gz freebsd-ports-gnome-55ac56209f5349a00d88dd484b2aa2e31fe067ab.tar.zst freebsd-ports-gnome-55ac56209f5349a00d88dd484b2aa2e31fe067ab.zip |
- Update to 0.13
PR: ports/110916
Submitted by: tobez
Diffstat (limited to 'textproc/p5-Lucene')
-rw-r--r-- | textproc/p5-Lucene/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Lucene/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/textproc/p5-Lucene/Makefile b/textproc/p5-Lucene/Makefile index c45e57f9e6c7..3de3a74a7e16 100644 --- a/textproc/p5-Lucene/Makefile +++ b/textproc/p5-Lucene/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lucene -PORTVERSION= 0.09 +PORTVERSION= 0.13 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TB/TBUSCH @@ -23,4 +23,10 @@ CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include -I${LOCALBASE}/lib" MAN3= Lucene.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Lucene/distinfo b/textproc/p5-Lucene/distinfo index d304ddb91f84..efa792f2b238 100644 --- a/textproc/p5-Lucene/distinfo +++ b/textproc/p5-Lucene/distinfo @@ -1,3 +1,3 @@ -MD5 (Lucene-0.09.tar.gz) = a0962d29047b4c4a621db4c78932a209 -SHA256 (Lucene-0.09.tar.gz) = aeca1e9b25972d7fd6dea0aa63997fe73012162a604d8ba72d1729e625137dc7 -SIZE (Lucene-0.09.tar.gz) = 17420 +MD5 (Lucene-0.13.tar.gz) = 087e58a52108721c6886e616aecf172a +SHA256 (Lucene-0.13.tar.gz) = 223861fd53fbe5dbed08ac565c5ff987d6c1bc9d7985d9ad008ae6ff6ece6350 +SIZE (Lucene-0.13.tar.gz) = 18535 |