Date: Sat, 9 Dec 2023 11:25:11 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b907c5e25734 - main - sysutils/u-boot-master: Update to 2023.10 Message-ID: <202312091125.3B9BPBFf062668@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b907c5e257346bc2bdc77258a3d76b3700a2f18e commit b907c5e257346bc2bdc77258a3d76b3700a2f18e Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-12-08 16:40:09 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-12-09 11:24:54 +0000 sysutils/u-boot-master: Update to 2023.10 Sponsored by: Beckhoff Automation GmbH & Co. KG --- sysutils/u-boot-master/Makefile | 2 +- sysutils/u-boot-master/distinfo | 8 +++----- sysutils/u-boot-rpi-0-w/Makefile | 2 -- sysutils/u-boot-rpi-arm64/Makefile | 1 - sysutils/u-boot-rpi/Makefile | 2 -- sysutils/u-boot-rpi2/Makefile | 2 -- sysutils/u-boot-rpi3/Makefile | 1 - sysutils/u-boot-rpi4/Makefile | 1 - 8 files changed, 4 insertions(+), 15 deletions(-) diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index bd0867d9b6a4..af5bcbb2d9d9 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -118,7 +118,7 @@ UBOOT_PLIST_QEMU= u-boot.bin .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2023.07.02 +UBOOT_VERSION?= 2023.10 # If a slave port defines a PORTREVISION use it .if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION}) diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo index 61b7d4fe0c48..da95c851adb8 100644 --- a/sysutils/u-boot-master/distinfo +++ b/sysutils/u-boot-master/distinfo @@ -1,8 +1,6 @@ -TIMESTAMP = 1690330768 -SHA256 (u-boot/u-boot-2023.07.02.tar.bz2) = 6b6a48581c14abb0f95bd87c1af4d740922406d7b801002a9f94727fdde021d5 -SIZE (u-boot/u-boot-2023.07.02.tar.bz2) = 19430944 -SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 -SIZE (u-boot/939129/raw) = 310 +TIMESTAMP = 1702053359 +SHA256 (u-boot/u-boot-2023.10.tar.bz2) = e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900 +SIZE (u-boot/u-boot-2023.10.tar.bz2) = 19645392 SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7 SIZE (u-boot/1036621/raw) = 480 SHA256 (u-boot/1173473/raw) = 4f182d6f99b1d868237607200d64a1d8a2d57ea44fc25ca49bce929ad6457228 diff --git a/sysutils/u-boot-rpi-0-w/Makefile b/sysutils/u-boot-rpi-0-w/Makefile index 37cd2a34ad81..125c9584ace2 100644 --- a/sysutils/u-boot-rpi-0-w/Makefile +++ b/sysutils/u-boot-rpi-0-w/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -PATCHFILES+= 939129/raw - MODEL= rpi-0-w BOARD_CONFIG= rpi_0_w_defconfig FAMILY= rpi diff --git a/sysutils/u-boot-rpi-arm64/Makefile b/sysutils/u-boot-rpi-arm64/Makefile index 9e25dd915601..26be706afbae 100644 --- a/sysutils/u-boot-rpi-arm64/Makefile +++ b/sysutils/u-boot-rpi-arm64/Makefile @@ -1,7 +1,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master EXTRA_PATCHES= ${.CURDIR}/files/ -PATCHFILES+= 939129/raw MODEL= rpi-arm64 BOARD_CONFIG= rpi_arm64_defconfig diff --git a/sysutils/u-boot-rpi/Makefile b/sysutils/u-boot-rpi/Makefile index abc217a93a68..c92c9c17963a 100644 --- a/sysutils/u-boot-rpi/Makefile +++ b/sysutils/u-boot-rpi/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -PATCHFILES+= 939129/raw - WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi MODEL= rpi diff --git a/sysutils/u-boot-rpi2/Makefile b/sysutils/u-boot-rpi2/Makefile index 90c4e4d91827..054ab962dd6e 100644 --- a/sysutils/u-boot-rpi2/Makefile +++ b/sysutils/u-boot-rpi2/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -PATCHFILES+= 939129/raw - WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi MODEL= rpi2 diff --git a/sysutils/u-boot-rpi3/Makefile b/sysutils/u-boot-rpi3/Makefile index b708f98830b3..0ba914341934 100644 --- a/sysutils/u-boot-rpi3/Makefile +++ b/sysutils/u-boot-rpi3/Makefile @@ -1,7 +1,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master EXTRA_PATCHES?= ${.CURDIR}/files/ -PATCHFILES+= 939129/raw MODEL?= rpi3 BOARD_CONFIG?= rpi_3_defconfig diff --git a/sysutils/u-boot-rpi4/Makefile b/sysutils/u-boot-rpi4/Makefile index 676ca4a77ffd..cf50d7a125dd 100644 --- a/sysutils/u-boot-rpi4/Makefile +++ b/sysutils/u-boot-rpi4/Makefile @@ -1,7 +1,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master EXTRA_PATCHES= ${.CURDIR}/files/ -PATCHFILES+= 939129/raw MODEL= rpi4 BOARD_CONFIG= rpi_4_defconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312091125.3B9BPBFf062668>