svn commit: r310946 - head/textproc/py-lucene
Jason Helfman
jgh at FreeBSD.org
Thu Jan 24 21:10:28 UTC 2013
Author: jgh
Date: Thu Jan 24 21:10:27 2013
New Revision: 310946
URL: http://svnweb.freebsd.org/changeset/ports/310946
Log:
- update to 3.6.1
- unbreak, and follow lucene update in r301365
Submitted by: jgh@
Approved by: maintainer, clsung@ (implicit)
Modified:
head/textproc/py-lucene/Makefile
head/textproc/py-lucene/distinfo
Modified: head/textproc/py-lucene/Makefile
==============================================================================
--- head/textproc/py-lucene/Makefile Thu Jan 24 21:07:33 2013 (r310945)
+++ head/textproc/py-lucene/Makefile Thu Jan 24 21:10:27 2013 (r310946)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= PyLucene
-PORTVERSION= 3.6.0
-PORTREVISION= 1
+PORTVERSION= 3.6.1
CATEGORIES= textproc devel python java
-MASTER_SITES= ${MASTER_SITE_APACHE}
+MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= lucene/pylucene
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pylucene-${PORTVERSION}${PATCHSET}-src
@@ -17,15 +16,13 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apa
${PYTHON_PKGNAMEPREFIX}jcc>0:${PORTSDIR}/devel/py-jcc
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/textproc/lucene:extract
-BROKEN= does not build
-
USE_PYTHON= 2.5+
USE_GCC= 4.2+
USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_GMAKE= yes
PATCHSET= -2
-LUCENE_VER= 3.6.1
+LUCENE_VER= ${PORTVERSION}
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
Modified: head/textproc/py-lucene/distinfo
==============================================================================
--- head/textproc/py-lucene/distinfo Thu Jan 24 21:07:33 2013 (r310945)
+++ head/textproc/py-lucene/distinfo Thu Jan 24 21:10:27 2013 (r310946)
@@ -1,2 +1,2 @@
-SHA256 (pylucene-3.6.0-2-src.tar.gz) = 2c38628e689b825143eebea619c7680e9ae81ffd7545da25f061a70a768911cd
-SIZE (pylucene-3.6.0-2-src.tar.gz) = 35176252
+SHA256 (pylucene-3.6.1-2-src.tar.gz) = 42703db88ed74fed3aebd38851350fc6b0b973605c960a88fd910e433096361b
+SIZE (pylucene-3.6.1-2-src.tar.gz) = 35222598
More information about the svn-ports-all
mailing list