diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-10-30 03:15:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-10-30 03:15:33 +0000 |
commit | 197af9ba823184d9b8b7c2bd925d01d8b8392255 (patch) | |
tree | 8849b6946bc762fcf87326003997044ebdc5e2f5 /textproc/lucene | |
parent | 805df833b875226dda9c5c0afc20b15ef645774b (diff) |
- Update to 2.4.0
PR: ports/128254
Submitted by: clsung
Approved by: maintainer (Gerrit Beine)
Notes
Notes:
svn path=/head/; revision=222221
Diffstat (limited to 'textproc/lucene')
-rw-r--r-- | textproc/lucene/Makefile | 4 | ||||
-rw-r--r-- | textproc/lucene/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile index 8a4ad20fdb2b..4fd3cc2d8df8 100644 --- a/textproc/lucene/Makefile +++ b/textproc/lucene/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= lucene -PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= textproc java devel MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/java,} DISTNAME= lucene-${PORTVERSION} @@ -26,6 +25,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar CONTRIBS= analyzers \ ant \ benchmark \ + instantiated \ highlighter \ lucli \ memory \ diff --git a/textproc/lucene/distinfo b/textproc/lucene/distinfo index 792007eb126a..82c6cc3323bf 100644 --- a/textproc/lucene/distinfo +++ b/textproc/lucene/distinfo @@ -1,3 +1,3 @@ -MD5 (lucene-2.3.2.tar.gz) = ec66449aa93999648af5820c9b2cc0f0 -SHA256 (lucene-2.3.2.tar.gz) = 964c65238989c745deb267bb538c4be3e79fef00325a8632a1bee966ab0a67b7 -SIZE (lucene-2.3.2.tar.gz) = 6740118 +MD5 (lucene-2.4.0.tar.gz) = d3aa8662ecdafad602a161c8ba7fb290 +SHA256 (lucene-2.4.0.tar.gz) = a7d5ebb5fd9b75fd3b159067df20a958d9f006b1106d62cf93933e18c8f3dc15 +SIZE (lucene-2.4.0.tar.gz) = 8858954 |