Sun Jul 25 13:20:47 2021 UTC ()
net/unifi: Bump test requirement from NetBSD 8 to 9

This bump was overdue; NetBSD 8 has been crufty and 9 normal for a
long time now.


(gdt)
diff -r1.23 -r1.24 pkgsrc/net/unifi/Makefile

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

--- pkgsrc/net/unifi/Makefile 2021/07/20 16:01:03 1.23
+++ pkgsrc/net/unifi/Makefile 2021/07/25 13:20:47 1.24
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.23 2021/07/20 16:01:03 abs Exp $ 1# $NetBSD: Makefile,v 1.24 2021/07/25 13:20:47 gdt Exp $
2 2
3# Update to 6.2 (wip) is on hold pending reports that the greater 3# Update to 6.2 (wip) is on hold pending reports that the greater
4# Unifi world thinks it is stable enough. -- gdt, 2021-06-01 4# Unifi world thinks it is stable enough. -- gdt, 2021-06-01
5DISTNAME= unifi-6.0.45 5DISTNAME= unifi-6.0.45
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip 7MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
8EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
9 9
10# Updates must be tested to not only build but actually function under 10# Updates must be tested to not only build but actually function under
11# at least NetBSD 8/amd64 with actual UBNT hardware. 11# at least NetBSD 9/amd64 with actual UBNT hardware.
12MAINTAINER= gdt@NetBSD.org 12MAINTAINER= gdt@NetBSD.org
13HOMEPAGE= https://www.ubnt.com/download/unifi/ 13HOMEPAGE= https://www.ubnt.com/download/unifi/
14# The content that belongs in NEWS are often in a blog. 14# The content that belongs in NEWS are often in a blog.
15#BLOGPAGE= https://community.ui.com/releases 15#BLOGPAGE= https://community.ui.com/releases
16COMMENT= Provisioning software for network products made by Ubiquiti 16COMMENT= Provisioning software for network products made by Ubiquiti
17LICENSE= ubiquiti-license 17LICENSE= ubiquiti-license
18 18
19# Bundled firmware images cannot be redistributed 19# Bundled firmware images cannot be redistributed
20RESTRICTED= No permission to redistribute 20RESTRICTED= No permission to redistribute
21NO_BIN_ON_CDROM= ${RESTRICTED} 21NO_BIN_ON_CDROM= ${RESTRICTED}
22NO_BIN_ON_FTP= ${RESTRICTED} 22NO_BIN_ON_FTP= ${RESTRICTED}
23NO_SRC_ON_CDROM= ${RESTRICTED} 23NO_SRC_ON_CDROM= ${RESTRICTED}
24NO_SRC_ON_FTP= ${RESTRICTED} 24NO_SRC_ON_FTP= ${RESTRICTED}