Date: Mon, 7 Jan 2019 15:01:42 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> 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 Message-ID: <201901071501.x07F1g1q068001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bryce@bryce.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071501.x07F1g1q068001>