Received: by mail.netbsd.org (Postfix, from userid 605) id 7C78F84D43; Sun, 25 Jul 2021 13:20:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6D3784D40 for ; Sun, 25 Jul 2021 13:20:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VnPEN5314EuV for ; Sun, 25 Jul 2021 13:20:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0DD3F84CE2 for ; Sun, 25 Jul 2021 13:20:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0289AFA95; Sun, 25 Jul 2021 13:20:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162721924761860" MIME-Version: 1.0 Date: Sun, 25 Jul 2021 13:20:47 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/unifi To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210725132048.0289AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162721924761860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Jul 25 13:20:47 UTC 2021 Modified Files: pkgsrc/net/unifi: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/unifi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162721924761860 Content-Disposition: inline Content-Length: 891 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unifi/Makefile diff -u pkgsrc/net/unifi/Makefile:1.23 pkgsrc/net/unifi/Makefile:1.24 --- pkgsrc/net/unifi/Makefile:1.23 Tue Jul 20 16:01:03 2021 +++ pkgsrc/net/unifi/Makefile Sun Jul 25 13:20:47 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/07/20 16:01:03 abs Exp $ +# $NetBSD: Makefile,v 1.24 2021/07/25 13:20:47 gdt Exp $ # Update to 6.2 (wip) is on hold pending reports that the greater # Unifi world thinks it is stable enough. -- gdt, 2021-06-01 @@ -8,7 +8,7 @@ MASTER_SITES= -http://dl.ubnt.com/unifi/ EXTRACT_SUFX= .zip # Updates must be tested to not only build but actually function under -# at least NetBSD 8/amd64 with actual UBNT hardware. +# at least NetBSD 9/amd64 with actual UBNT hardware. MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://www.ubnt.com/download/unifi/ # The content that belongs in NEWS are often in a blog. --_----------=_162721924761860--