diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-11-13 17:46:02 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-11-13 17:46:02 +0000 |
commit | aa924570c7b024ee8b632804b0d8c8bd81154b8c (patch) | |
tree | 51d416da890750e487fa0cfea63ce281be6b1693 | |
parent | Lucene version 3.x has many new features. (diff) |
Update version of textproc/lucene
PR: ports/161119
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Maintainer implicit (clsung)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285711
-rw-r--r-- | textproc/py-lucene/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 0719a4d65e9e..c5ca17fcd9f0 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -8,6 +8,7 @@ PORTNAME= PyLucene PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= textproc devel python java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= lucene/pylucene @@ -27,7 +28,7 @@ USE_JAVA= yes JAVA_VERSION= 1.5+ USE_GMAKE= yes PATCHSET= -1 -LUCENE_VER= 2.9.4 +LUCENE_VER= 3.4.0 EGG_INFO= lucene-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}.egg-info #EGG_INFO= lucene-${LUCENE_VER}-${PYTHON_VERSION:S/thon//}.egg-info |