Received: by mail.netbsd.org (Postfix, from userid 605) id 2004784D57; Sat, 29 Jun 2019 14:40:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D9AE84D50 for ; Sat, 29 Jun 2019 14:40:01 +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 4MXkIOEKJUqS for ; Sat, 29 Jun 2019 14:40:01 +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 3469884C85 for ; Sat, 29 Jun 2019 14:40:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E1F1FBF4; Sat, 29 Jun 2019 14:40:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1561819201224090" MIME-Version: 1.0 Date: Sat, 29 Jun 2019 14:40:01 +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: <20190629144001.2E1F1FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1561819201224090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Jun 29 14:40:01 UTC 2019 Modified Files: pkgsrc/net/unifi: Makefile Log Message: net/unifi: Fix MASTER_SITES to avoid nbN This is just the usual use of PKGVERSION_NOREV. Pointed out by Oskar. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/unifi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1561819201224090 Content-Disposition: inline Content-Length: 619 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.7 pkgsrc/net/unifi/Makefile:1.8 --- pkgsrc/net/unifi/Makefile:1.7 Fri Jun 28 16:41:06 2019 +++ pkgsrc/net/unifi/Makefile Sat Jun 29 14:40:01 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2019/06/28 16:41:06 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2019/06/29 14:40:01 gdt Exp $ DISTNAME= unifi-5.10.24 PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION}/UniFi.unix.zip +MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip EXTRACT_SUFX= .zip MAINTAINER= gdt@NetBSD.org --_----------=_1561819201224090--