diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-07-12 19:26:12 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-07-12 19:26:12 +0000 |
commit | a64e660e05d143aef787f24460ee28fc1f5c7c7d (patch) | |
tree | 9fc2b7056b0e6aa2b2a4b7efc835475ff355fe12 /net-mgmt/unifi3 | |
parent | 2bbb4740035dff9c765f57161bbb2ab1aba0d89f (diff) | |
download | ports-a64e660e05d143aef787f24460ee28fc1f5c7c7d.tar.gz ports-a64e660e05d143aef787f24460ee28fc1f5c7c7d.zip |
Notes
Diffstat (limited to 'net-mgmt/unifi3')
-rw-r--r-- | net-mgmt/unifi3/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |