svn commit: r323554 - head/textproc/lucene4

Marcus von Appen mva at FreeBSD.org
Tue Jul 23 21:48:32 UTC 2013


Author: mva
Date: Tue Jul 23 21:48:31 2013
New Revision: 323554
URL: http://svnweb.freebsd.org/changeset/ports/323554

Log:
  - Update to version 4.4.0

Modified:
  head/textproc/lucene4/Makefile
  head/textproc/lucene4/distinfo

Modified: head/textproc/lucene4/Makefile
==============================================================================
--- head/textproc/lucene4/Makefile	Tue Jul 23 21:39:06 2013	(r323553)
+++ head/textproc/lucene4/Makefile	Tue Jul 23 21:48:31 2013	(r323554)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lucene
-PORTVERSION=	4.3.1
+PORTVERSION=	4.4.0
 CATEGORIES=	textproc java devel
 MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	${PORTNAME}/java/${PORTVERSION}/
@@ -30,8 +30,9 @@ LASTEST_LINK=	${PORTNAME}4
 .include <bsd.port.options.mk>
 
 CONTRIBS=	benchmark \
-		demo \
+		classification \
 		codecs \
+		demo \
 		facet	\
 		grouping \
 		highlighter \
@@ -40,6 +41,7 @@ CONTRIBS=	benchmark \
 		misc \
 		queries \
 		queryparser \
+		replicator \
 		sandbox \
 		spatial \
 		suggest

Modified: head/textproc/lucene4/distinfo
==============================================================================
--- head/textproc/lucene4/distinfo	Tue Jul 23 21:39:06 2013	(r323553)
+++ head/textproc/lucene4/distinfo	Tue Jul 23 21:48:31 2013	(r323554)
@@ -1,2 +1,2 @@
-SHA256 (lucene-4.3.1.tgz) = 14adeee6793e1fe4d4c0e9774e74275c840da247ab426e7c090b8559711390e7
-SIZE (lucene-4.3.1.tgz) = 50793184
+SHA256 (lucene-4.4.0.tgz) = 2fac64a15e6b9bd60c526ea5d2489a357a8787a58012bc883267b837e18c36a0
+SIZE (lucene-4.4.0.tgz) = 52980990


More information about the svn-ports-head mailing list