Received: by mail.netbsd.org (Postfix, from userid 605) id 38D5384DF7; Mon, 29 Oct 2018 09:56:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F90084DF5 for ; Mon, 29 Oct 2018 09:56:23 +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 Q6S1N2Rf77yE for ; Mon, 29 Oct 2018 09:56:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7FB9C84DF4 for ; Mon, 29 Oct 2018 09:56:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C89FFBEE; Mon, 29 Oct 2018 09:56:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540806982167500" MIME-Version: 1.0 Date: Mon, 29 Oct 2018 09:56:22 +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: <20181029095622.7C89FFBEE@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. --_----------=_1540806982167500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmcneill Date: Mon Oct 29 09:56:22 UTC 2018 Modified Files: pkgsrc/sysutils/u-boot: Makefile Log Message: Add u-boot-odroid-xu3 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/u-boot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540806982167500 Content-Disposition: inline Content-Length: 1029 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.7 pkgsrc/sysutils/u-boot/Makefile:1.8 --- pkgsrc/sysutils/u-boot/Makefile:1.7 Sun Oct 14 19:26:55 2018 +++ pkgsrc/sysutils/u-boot/Makefile Mon Oct 29 09:56:22 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/10/14 19:26:55 aymeric Exp $ +# $NetBSD: Makefile,v 1.8 2018/10/29 09:56:22 jmcneill Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -31,6 +31,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-odroid-xu3-[0-9]*:../../sysutils/u-boot-odroid-xu3 DEPENDS+= u-boot-orangepi-2-[0-9]*:../../sysutils/u-boot-orangepi-2 DEPENDS+= u-boot-orangepi-one-[0-9]*:../../sysutils/u-boot-orangepi-one DEPENDS+= u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e --_----------=_1540806982167500--