diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-04-04 17:27:23 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-04-04 17:27:23 +0000 |
commit | 28d67e6d43d9d3ad6d1fe397758686a798405b95 (patch) | |
tree | 9dba468ee0e5641d7e02246a7b92ba298bfa021f | |
parent | 15f45962321b5d8ac61ae20819942ccee69bf85d (diff) | |
download | freebsd-ports-28d67e6d43d9d3ad6d1fe397758686a798405b95.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
-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 |