Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8002884F85 for ; Mon, 18 Dec 2023 22:46:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id e1LCH9Pd4J8X for ; Mon, 18 Dec 2023 22:46:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CCD8084D07 for ; Mon, 18 Dec 2023 22:46:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C92A9FA42; Mon, 18 Dec 2023 22:46:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702939602293310" MIME-Version: 1.0 Date: Mon, 18 Dec 2023 22:46:42 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/u-boot-pinephone To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231218224642.C92A9FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702939602293310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Dec 18 22:46:42 UTC 2023 Modified Files: pkgsrc/sysutils/u-boot-pinephone: Makefile Removed Files: pkgsrc/sysutils/u-boot-pinephone: distinfo Log Message: u-boot-pinephone: update to 2021.01 A slight bump from 2021.01-rc3. Switches us to the centralized version provided in sysutils/u-boot. Prompted mostly to also pick up a build fix for py-setuptools 69.0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/u-boot-pinephone/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/sysutils/u-boot-pinephone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702939602293310 Content-Disposition: inline Content-Length: 922 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/u-boot-pinephone/Makefile diff -u pkgsrc/sysutils/u-boot-pinephone/Makefile:1.4 pkgsrc/sysutils/u-boot-pinephone/Makefile:1.5 --- pkgsrc/sysutils/u-boot-pinephone/Makefile:1.4 Mon Dec 18 20:00:44 2023 +++ pkgsrc/sysutils/u-boot-pinephone/Makefile Mon Dec 18 22:46:42 2023 @@ -1,16 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2023/12/18 20:00:44 gutteridge Exp $ +# $NetBSD: Makefile,v 1.5 2023/12/18 22:46:42 gutteridge Exp $ -PKGREVISION= 1 -UBOOT_VERSION= 2021.01-rc3 +UBOOT_VERSION= 2021.01 UBOOT_TARGET= pinephone UBOOT_CONFIG= pinephone_defconfig UBOOT_BIN= u-boot-sunxi-with-spl.bin UBOOT_INSTALLBOOT_PLIST= installboot.plist -DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-pinephone/distinfo -PATCHDIR= ${.CURDIR}/../../sysutils/u-boot-pinephone/patches - TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools ALL_ENV+= PYTHON3=${PYTHONBIN} --_----------=_1702939602293310--