From owner-svn-ports-all@freebsd.org Sun Jul 12 19:26:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B5F199B31D; Sun, 12 Jul 2015 19:26:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B373165C; Sun, 12 Jul 2015 19:26:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6CJQEkW081565; Sun, 12 Jul 2015 19:26:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CJQDcZ081563; Sun, 12 Jul 2015 19:26:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507121926.t6CJQDcZ081563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 12 Jul 2015 19:26:13 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2015 19:26:14 -0000 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