Received: by mail.netbsd.org (Postfix, from userid 605) id 1E03784DF3; Sat, 19 Oct 2019 18:05:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A90884DEE for ; Sat, 19 Oct 2019 18:05: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 dP02sCwGoA1p for ; Sat, 19 Oct 2019 18:05:48 +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 F3C1A84C2B for ; Sat, 19 Oct 2019 18:05:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2114FBF4; Sat, 19 Oct 2019 18:05:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571508347230740" MIME-Version: 1.0 Date: Sat, 19 Oct 2019 18:05:47 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/sysutils/u-boot To: pkgsrc-changes@NetBSD.org Reply-To: jmcneill@netbsd.org X-Mailer: log_accum Message-Id: <20191019180547.F2114FBF4@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. --_----------=_1571508347230740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmcneill Date: Sat Oct 19 18:05:47 UTC 2019 Modified Files: pkgsrc/sysutils/u-boot: Makefile Log Message: s/u-boot-nanopi-11/u-boot-nanopi-r1 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/u-boot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571508347230740 Content-Disposition: inline Content-Length: 989 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/u-boot/Makefile diff -u pkgsrc/sysutils/u-boot/Makefile:1.22 pkgsrc/sysutils/u-boot/Makefile:1.23 --- pkgsrc/sysutils/u-boot/Makefile:1.22 Tue Oct 8 21:43:05 2019 +++ pkgsrc/sysutils/u-boot/Makefile Sat Oct 19 18:05:47 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/10/08 21:43:05 bad Exp $ +# $NetBSD: Makefile,v 1.23 2019/10/19 18:05:47 jmcneill Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -48,7 +48,7 @@ DEPENDS+= u-boot-nanopi-m1-[0-9]*:../../ DEPENDS+= u-boot-nanopi-neo-plus2-[0-9]*:../../sysutils/u-boot-nanopi-neo-plus2 DEPENDS+= u-boot-nanopi-neo-[0-9]*:../../sysutils/u-boot-nanopi-neo DEPENDS+= u-boot-nanopi-neo2-[0-9]*:../../sysutils/u-boot-nanopi-neo2 -DEPENDS+= u-boot-nanopi-11-[0-9]*:../../sysutils/u-boot-nanopi-11 +DEPENDS+= u-boot-nanopi-r1-[0-9]*:../../sysutils/u-boot-nanopi-r1 .if !empty(PKG_OPTIONS:Mamlogic-meson) DEPENDS+= u-boot-odroid-c2-[0-9]*:../../sysutils/u-boot-odroid-c2 .endif --_----------=_1571508347230740--