mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
0fbd79e809
commit
b1f757b487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489578
1
LEGAL
1
LEGAL
@ -243,3 +243,4 @@ charm-uiuc-* net/charm No commercial use: commercial use requires a 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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user