git: 91828ddfe49c - main - net/dpdk: Deprecate and set expiration date to 2023-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 09:27:20 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=91828ddfe49ca5c8de4636c1d30b048f63bae405 commit 91828ddfe49ca5c8de4636c1d30b048f63bae405 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-11-18 09:23:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-11-18 09:24:50 +0000 net/dpdk: Deprecate and set expiration date to 2023-12-31 End of life since December 2022 upstream, point users to net/dpdk-22.11 Reference: https://core.dpdk.org/roadmap/ PR: 272133 Reported by: Bruce Richardson <bruce.richardson@intel.com> --- net/dpdk/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/dpdk/Makefile b/net/dpdk/Makefile index 9182d880e6c2..09173a0cd66a 100644 --- a/net/dpdk/Makefile +++ b/net/dpdk/Makefile @@ -9,6 +9,9 @@ WWW= https://dpdk.org/ LICENSE= BSD3CLAUSE +DEPRECATED= End of life since December 2022 upstream, consider migrating to net/dpdk-22.11 +EXPIRATION_DATE=2023-12-31 + ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= only works on 64-bit x86 hardware