diff options
author | jgh <jgh@FreeBSD.org> | 2012-04-05 01:27:23 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-04-05 01:27:23 +0800 |
commit | 9435a94cd8c22b0dea88ece205d3fdcff4591a47 (patch) | |
tree | 1bd7575f6c88cf06df2042b9f14d2fc75b25b82d /textproc | |
parent | 55ee0e286bdb3d0bb76f58347f60788a65a1c97b (diff) | |
download | freebsd-ports-gnome-9435a94cd8c22b0dea88ece205d3fdcff4591a47.tar.gz freebsd-ports-gnome-9435a94cd8c22b0dea88ece205d3fdcff4591a47.tar.zst freebsd-ports-gnome-9435a94cd8c22b0dea88ece205d3fdcff4591a47.zip |
- follow textproc/lucene update (3.5.0)
- bump PORTREVISION
PR: ports/166289
Submitted by: jgh (me)
Approved by: maintainer, clsung ( implicit)
Feature safe: yes
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 c5ca17fcd9f0..43419de6f18a 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -8,7 +8,7 @@ PORTNAME= PyLucene PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 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.4.0 +LUCENE_VER= 3.5.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 |