svn commit: r323255 - head/sysutils/logstash

Guido Falsi madpilot at FreeBSD.org
Thu Jul 18 19:57:52 UTC 2013


Author: madpilot
Date: Thu Jul 18 19:57:51 2013
New Revision: 323255
URL: http://svnweb.freebsd.org/changeset/ports/323255

Log:
  Use a correct value for JAVA_VERSION.
  
  Reported by:	jgh

Modified:
  head/sysutils/logstash/Makefile

Modified: head/sysutils/logstash/Makefile
==============================================================================
--- head/sysutils/logstash/Makefile	Thu Jul 18 18:46:40 2013	(r323254)
+++ head/sysutils/logstash/Makefile	Thu Jul 18 19:57:51 2013	(r323255)
@@ -14,7 +14,7 @@ MAINTAINER=	regis.despres at gmail.com
 COMMENT=	Tool for managing events and logs
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 NO_BUILD=	yes
 


More information about the svn-ports-all mailing list