diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-23 13:38:45 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-23 13:38:45 +0800 |
commit | fb1152d19b0830f0087cab5a087eb4537d710dec (patch) | |
tree | b1efb77c020166cef110eaec2c539a3e8bbfc9c8 /textproc | |
parent | 5cc0059c6f68131b5029bf462f7167c29e1ed765 (diff) | |
download | freebsd-ports-gnome-fb1152d19b0830f0087cab5a087eb4537d710dec.tar.gz freebsd-ports-gnome-fb1152d19b0830f0087cab5a087eb4537d710dec.tar.zst freebsd-ports-gnome-fb1152d19b0830f0087cab5a087eb4537d710dec.zip |
- follow textproc/lucene update (3.6.1)
- bump PORTREVISION
Submitted by: jgh (me)
Approved by: maintainer, clsung ( implicit)
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 0f6796094149..8269e5edc5da 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -8,6 +8,7 @@ PORTNAME= PyLucene PORTVERSION= 3.6.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= -2 -LUCENE_VER= 3.6.0 +LUCENE_VER= 3.6.1 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 |