From owner-svn-ports-all@FreeBSD.ORG Mon Jul 23 05:38:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62C90106566C; Mon, 23 Jul 2012 05:38:46 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4DB8A8FC12; Mon, 23 Jul 2012 05:38:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6N5ckS4069794; Mon, 23 Jul 2012 05:38:46 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6N5ckjW069791; Mon, 23 Jul 2012 05:38:46 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201207230538.q6N5ckjW069791@svn.freebsd.org> From: Jason Helfman Date: Mon, 23 Jul 2012 05:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301366 - head/textproc/py-lucene X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 05:38:46 -0000 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