diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-06-14 16:31:11 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-06-14 16:31:11 +0000 |
commit | c251fc5fa7395af37162f98e7ec0ff5ee5812191 (patch) | |
tree | 3013614d827296ecabd8a8e0c4a1f59e35e00092 /textproc | |
parent | 5cf689f770eb0f3b80a6f129ed343d2d753ed4e9 (diff) | |
download | ports-c251fc5fa7395af37162f98e7ec0ff5ee5812191.tar.gz ports-c251fc5fa7395af37162f98e7ec0ff5ee5812191.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-lucene/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 970d1f18de2e..ef960ca4d2c0 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -8,7 +8,7 @@ PORTNAME= PyLucene PORTVERSION= 3.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel python java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= lucene/pylucene @@ -28,7 +28,7 @@ USE_JAVA= yes JAVA_VERSION= 1.5+ USE_GMAKE= yes PATCHSET= -1 -LUCENE_VER= 3.5.0 +LUCENE_VER= 3.6.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 |