diff options
author | feld <feld@FreeBSD.org> | 2015-07-13 03:26:12 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-13 03:26:12 +0800 |
commit | 22edc0ed0053985c2ffbcbf7009440646fe1969c (patch) | |
tree | 9fc2b7056b0e6aa2b2a4b7efc835475ff355fe12 /net-mgmt | |
parent | 803e8ea62e4b02f400d0a964c6177d5d7abc29e3 (diff) | |
download | freebsd-ports-gnome-22edc0ed0053985c2ffbcbf7009440646fe1969c.tar.gz freebsd-ports-gnome-22edc0ed0053985c2ffbcbf7009440646fe1969c.tar.zst freebsd-ports-gnome-22edc0ed0053985c2ffbcbf7009440646fe1969c.zip |
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.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/unifi3/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/unifi4/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/unifi3/Makefile b/net-mgmt/unifi3/Makefile index fb1de0bb20d4..78fb2466c058 100644 --- a/net-mgmt/unifi3/Makefile +++ b/net-mgmt/unifi3/Makefile @@ -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 diff --git a/net-mgmt/unifi4/Makefile b/net-mgmt/unifi4/Makefile index fd41b1b805dd..b098a08aa7e8 100644 --- a/net-mgmt/unifi4/Makefile +++ b/net-mgmt/unifi4/Makefile @@ -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 |