diff options
author | crees <crees@FreeBSD.org> | 2011-11-14 01:46:02 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-11-14 01:46:02 +0800 |
commit | d5c0310accd02842e96c883f799284bb8a29e433 (patch) | |
tree | 3c762524f764ed7edcdf3988345825d1f273ac8c /textproc | |
parent | 2daa45ebc26407a071316dc2b2d266f00832a5a4 (diff) | |
download | freebsd-ports-gnome-d5c0310accd02842e96c883f799284bb8a29e433.tar.gz freebsd-ports-gnome-d5c0310accd02842e96c883f799284bb8a29e433.tar.zst freebsd-ports-gnome-d5c0310accd02842e96c883f799284bb8a29e433.zip |
Update version of textproc/lucene
PR: ports/161119
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Maintainer implicit (clsung)
Feature safe: yes
Diffstat (limited to 'textproc')
-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 |