Date: Sun, 1 Sep 2024 07:36:13 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 894c84eab41e - main - sysutils/u-boot-*: Clean up unnecessary U_BOOT_SLAVE_PORTREVISION_* Message-ID: <202409010736.4817aDeW038629@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=894c84eab41eec03feda98c03a31684d17a9713b commit 894c84eab41eec03feda98c03a31684d17a9713b Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-09-01 07:36:05 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-09-01 07:36:05 +0000 sysutils/u-boot-*: Clean up unnecessary U_BOOT_SLAVE_PORTREVISION_* --- sysutils/u-boot-bhyve-arm64/Makefile | 2 -- sysutils/u-boot-sifive-fu540/Makefile | 2 -- sysutils/u-boot-sifive-fu740/Makefile | 2 -- sysutils/u-boot-starfive-visionfive2/Makefile | 2 -- 4 files changed, 8 deletions(-) diff --git a/sysutils/u-boot-bhyve-arm64/Makefile b/sysutils/u-boot-bhyve-arm64/Makefile index 9b99853b5f54..380254843ab6 100644 --- a/sysutils/u-boot-bhyve-arm64/Makefile +++ b/sysutils/u-boot-bhyve-arm64/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.01= 1 - MODEL= bhyve-arm64 BOARD_CONFIG= bhyve_arm64_defconfig FAMILY= bhyve diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile index f6f4a81b6e4b..5f79e53b93d8 100644 --- a/sysutils/u-boot-sifive-fu540/Makefile +++ b/sysutils/u-boot-sifive-fu540/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.01= 1 - MODEL= sifive-fu540 BOARD_CONFIG= sifive_unleashed_defconfig FAMILY= sifive diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile index 93e585e7659f..3902e50d6394 100644 --- a/sysutils/u-boot-sifive-fu740/Makefile +++ b/sysutils/u-boot-sifive-fu740/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.01= 1 - MODEL= sifive-fu740 BOARD_CONFIG= sifive_unmatched_defconfig FAMILY= sifive diff --git a/sysutils/u-boot-starfive-visionfive2/Makefile b/sysutils/u-boot-starfive-visionfive2/Makefile index 73ce621a2a2b..101a17f18a02 100644 --- a/sysutils/u-boot-starfive-visionfive2/Makefile +++ b/sysutils/u-boot-starfive-visionfive2/Makefile @@ -1,7 +1,5 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.01= 1 - MODEL= starfive-visionfive2 BOARD_CONFIG= starfive_visionfive2_defconfig FAMILY= starfive
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409010736.4817aDeW038629>