From owner-svn-ports-head@freebsd.org Mon Jan 7 15:01:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B9791495568; Mon, 7 Jan 2019 15:01:43 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 217CA8FDE0; Mon, 7 Jan 2019 15:01:43 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15B2C197E0; Mon, 7 Jan 2019 15:01:43 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x07F1gB4068004; Mon, 7 Jan 2019 15:01:42 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x07F1g1q068001; Mon, 7 Jan 2019 15:01:42 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201901071501.x07F1g1q068001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 7 Jan 2019 15:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489578 - in head: . net-mgmt/unifi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head: . net-mgmt/unifi-devel X-SVN-Commit-Revision: 489578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 217CA8FDE0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2019 15:01:43 -0000 Author: 0mp Date: Mon Jan 7 15:01:42 2019 New Revision: 489578 URL: https://svnweb.freebsd.org/changeset/ports/489578 Log: net-mgmt/unifi-devel: Update to 5.9.32 - Set LICENSE. As this software is released under EULA I am not sure that we can still package it as we used to. - Use ${AR} instead of /usr/bin/ar in EXTRACT_CMD. PR: 232199 Submitted by: Bryce Edwards (maintainer) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D18683 Modified: head/LEGAL head/net-mgmt/unifi-devel/Makefile head/net-mgmt/unifi-devel/distinfo Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Jan 7 14:16:11 2019 (r489577) +++ head/LEGAL Mon Jan 7 15:01:42 2019 (r489578) @@ -243,3 +243,4 @@ charm-uiuc-* net/charm No commercial use: commercial namd-* science/namd No commercial use: commercial use requires a commercial license vmd-* science/vmd No commercial use: commercial use requires a commercial license msms-* science/msms No commercial use, only for use by individuals in scientific research +unifi-devel-* net-mgmt/unifi-devel License restrictions, see https://www.ubnt.com/eula/ Modified: head/net-mgmt/unifi-devel/Makefile ============================================================================== --- head/net-mgmt/unifi-devel/Makefile Mon Jan 7 14:16:11 2019 (r489577) +++ head/net-mgmt/unifi-devel/Makefile Mon Jan 7 15:01:42 2019 (r489578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi -PORTVERSION= 5.9.26 +PORTVERSION= 5.9.32 PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UNIFI_BUILD}/ @@ -14,17 +14,24 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= bryce@bryce.net COMMENT= UniFi Controller development release -RUN_DEPENDS= mongodb34>0:databases/mongodb34 \ +LICENSE= EULA +LICENSE_NAME= End User License Agreement +LICENSE_TEXT= ${RESTRICTED} +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept + +RESTRICTED= License restrictions, see https://www.ubnt.com/eula/ + +RUN_DEPENDS= mongodb36>0:databases/mongodb36 \ snappyjava>0:archivers/snappy-java SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \ JAVA=${JAVA} -EXTRACT_CMD= /usr/bin/ar +EXTRACT_CMD= ${AR} EXTRACT_BEFORE_ARGS= -p EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - -UNIFI_BUILD= 25460f7409 +UNIFI_BUILD= 016da0b7c1 USES= cpe CPE_VENDOR= ubnt Modified: head/net-mgmt/unifi-devel/distinfo ============================================================================== --- head/net-mgmt/unifi-devel/distinfo Mon Jan 7 14:16:11 2019 (r489577) +++ head/net-mgmt/unifi-devel/distinfo Mon Jan 7 15:01:42 2019 (r489578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537041318 -SHA256 (unifi-5.9.26/unifi_sysvinit_all.deb) = 4b2ee7ecdfec6195851043d6ffd7bac80229e264aa5157cc3accd15034e2e185 -SIZE (unifi-5.9.26/unifi_sysvinit_all.deb) = 93111232 +TIMESTAMP = 1542749934 +SHA256 (unifi-5.9.32/unifi_sysvinit_all.deb) = 11e6aa1126aefa11f4a8abf60c1a7e622f73a32b1b05d01c9792ba1e453c9a37 +SIZE (unifi-5.9.32/unifi_sysvinit_all.deb) = 93266670