Fri Oct 25 00:41:37 2019 UTC ()
net/unif: Add comment about why update to 5.11.50 is on hold


(gdt)
diff -r1.12 -r1.13 pkgsrc/net/unifi/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/net/unifi/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unifi/Makefile 2019/08/08 16:47:26 1.12
+++ pkgsrc/net/unifi/Makefile 2019/10/25 00:41:37 1.13
@@ -1,20 +1,23 @@ @@ -1,20 +1,23 @@
1# $NetBSD: Makefile,v 1.12 2019/08/08 16:47:26 gdt Exp $ 1# $NetBSD: Makefile,v 1.13 2019/10/25 00:41:37 gdt Exp $
2 2
 3# Update to 5.11.50 is on old because of crashing.
3DISTNAME= unifi-5.10.26 4DISTNAME= unifi-5.10.26
4CATEGORIES= net 5CATEGORIES= net
5MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip 6MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
6EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
7 8
 9# Updates must be tested to not only build but actually function under
 10# at least NetBSD 8/amd64 with actual UBNT hardware.
8MAINTAINER= gdt@NetBSD.org 11MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= https://www.ubnt.com/download/unifi/ 12HOMEPAGE= https://www.ubnt.com/download/unifi/
10# The content that belongs in NEWS are often in a blog. 13# The content that belongs in NEWS are often in a blog.
11#BLOGPAGE= https://community.ui.com/releases 14#BLOGPAGE= https://community.ui.com/releases
12COMMENT= Provisioning software for network products made by Ubiquiti 15COMMENT= Provisioning software for network products made by Ubiquiti
13LICENSE= ubiquiti-license 16LICENSE= ubiquiti-license
14 17
15# Bundled firmware images cannot be redistributed 18# Bundled firmware images cannot be redistributed
16RESTRICTED= No permission to redistribute 19RESTRICTED= No permission to redistribute
17NO_BIN_ON_CDROM= ${RESTRICTED} 20NO_BIN_ON_CDROM= ${RESTRICTED}
18NO_BIN_ON_FTP= ${RESTRICTED} 21NO_BIN_ON_FTP= ${RESTRICTED}
19NO_SRC_ON_CDROM= ${RESTRICTED} 22NO_SRC_ON_CDROM= ${RESTRICTED}
20NO_SRC_ON_FTP= ${RESTRICTED} 23NO_SRC_ON_FTP= ${RESTRICTED}