Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2015 19:26:13 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391835 - in head/net-mgmt: unifi3 unifi4
Message-ID:  <201507121926.t6CJQDcZ081563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Jul 12 19:26:12 2015
New Revision: 391835
URL: https://svnweb.freebsd.org/changeset/ports/391835

Log:
  Unifi as of 3.2.7 and 4.2.0 support Java 8, so make it the default since
  Java 6 and 7 is End of Life.

Modified:
  head/net-mgmt/unifi3/Makefile
  head/net-mgmt/unifi4/Makefile

Modified: head/net-mgmt/unifi3/Makefile
==============================================================================
--- head/net-mgmt/unifi3/Makefile	Sun Jul 12 18:43:33 2015	(r391834)
+++ head/net-mgmt/unifi3/Makefile	Sun Jul 12 19:26:12 2015	(r391835)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unifi3
 PORTVERSION=	3.2.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/
 DISTNAME=	UniFi.unix
@@ -20,7 +20,7 @@ USES=		cpe zip
 CPE_VENDOR=	ubnt
 CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.8
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk bsdjava
 JAVA_RUN=	yes

Modified: head/net-mgmt/unifi4/Makefile
==============================================================================
--- head/net-mgmt/unifi4/Makefile	Sun Jul 12 18:43:33 2015	(r391834)
+++ head/net-mgmt/unifi4/Makefile	Sun Jul 12 19:26:12 2015	(r391835)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unifi4
 PORTVERSION=	4.6.6
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/ \
 		https://www.ubnt.com/downloads/unifi/${PORTVERSION}/
@@ -24,7 +24,7 @@ USES=		cpe zip
 CPE_VENDOR=	ubnt
 CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.8
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk bsdjava
 JAVA_RUN=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507121926.t6CJQDcZ081563>