forked from Lainports/freebsd-ports
Re-add the port to give users time to adjust to the reorganization of
the CPU microcode ports in bc7829212d.
Reported by: dch
Reviewed by: manu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41718
20 lines
461 B
Makefile
20 lines
461 B
Makefile
PORTNAME= data
|
|
PORTVERSION= 20230617
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= devcpu-
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= CPUs microcode updates (DEPRECATED)
|
|
|
|
DEPRECATED= Use sysutils/cpu-microcode
|
|
EXPIRATION_DATE= 2023-12-31
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/cpucontrol/microcode_amd.bin:sysutils/cpu-microcode-amd \
|
|
/boot/firmware/intel-ucode.bin:sysutils/cpu-microcode-intel
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|