Received: by mail.netbsd.org (Postfix, from userid 605) id 79EF184E56; Sat, 14 Aug 2021 14:30:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B34FD84CFD for ; Sat, 14 Aug 2021 14:30:46 +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 PNtnho19U5cg for ; Sat, 14 Aug 2021 14:30:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0E2F084CE2 for ; Sat, 14 Aug 2021 14:30:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05EFEFA97; Sat, 14 Aug 2021 14:30:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628951446103570" MIME-Version: 1.0 Date: Sat, 14 Aug 2021 14:30:46 +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: <20210814143046.05EFEFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628951446103570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Aug 14 14:30:45 UTC 2021 Modified Files: pkgsrc/net/unifi: Makefile Log Message: unifi: Explain that github.mk does not support SITES. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/unifi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628951446103570 Content-Disposition: inline Content-Length: 971 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.26 pkgsrc/net/unifi/Makefile:1.27 --- pkgsrc/net/unifi/Makefile:1.26 Fri Aug 13 17:25:06 2021 +++ pkgsrc/net/unifi/Makefile Sat Aug 14 14:30:45 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2021/08/13 17:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2021/08/14 14:30:45 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 @@ -31,6 +31,8 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES} # because it only ship linux binaries. The rcd script takes care of loading the # correct library. SNAPPY_JAVA= snappy-java-1.0.5.4 +# github.mk only works for the main MASTER_SITES definition and does +# not support SITES SITES.${SNAPPY_JAVA}.tar.gz= -https://github.com/xerial/snappy-java/archive/${SNAPPY_JAVA:S/snappy-java-//}.tar.gz DISTFILES+= ${SNAPPY_JAVA}.tar.gz EXTRACT_ONLY+= ${SNAPPY_JAVA}.tar.gz --_----------=_1628951446103570--