svn commit: r301366 - head/textproc/py-lucene

Jason Helfman jgh at FreeBSD.org
Mon Jul 23 05:38:46 UTC 2012


Author: jgh
Date: Mon Jul 23 05:38:45 2012
New Revision: 301366
URL: http://svn.freebsd.org/changeset/ports/301366

Log:
  - follow textproc/lucene update (3.6.1)
  - bump PORTREVISION
  
  Submitted by:   jgh (me)
  Approved by:    maintainer, clsung ( implicit)

Modified:
  head/textproc/py-lucene/Makefile

Modified: head/textproc/py-lucene/Makefile
==============================================================================
--- head/textproc/py-lucene/Makefile	Mon Jul 23 05:35:53 2012	(r301365)
+++ head/textproc/py-lucene/Makefile	Mon Jul 23 05:38:45 2012	(r301366)
@@ -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
 



More information about the svn-ports-all mailing list