svn commit: r391835 - in head/net-mgmt: unifi3 unifi4
Mark Felder
feld at FreeBSD.org
Sun Jul 12 19:26:14 UTC 2015
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
More information about the svn-ports-head
mailing list