Skip to content

Commit

Permalink
sysutils/devcpu-data: Temporarily return to the tree
Browse files Browse the repository at this point in the history
Re-add the port to give users time to adjust to the reorganization of
the CPU microcode ports in bc78292.

Reported by:	dch
Reviewed by:	manu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D41718
  • Loading branch information
Jehops committed Sep 4, 2023
1 parent 4d3be3c commit 4ea3e2f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Expand Up @@ -7781,7 +7781,6 @@ x11-toolkits/wlinfo||2023-08-10|Redundant with wayland-info from graphics/waylan
www/bareos18-webui|www/bareos19-webui|2023-08-16|Has expired
sysutils/devcpu-data-amd|sysutils/cpu-microcode-amd|2023-08-16|Reorganize CPU microcode ports
sysutils/devcpu-data-intel|sysutils/cpu-microcode-intel|2023-08-16|Reorganize CPU microcode ports
sysutils/devcpu-data|sysutils/cpu-microcode-rc|2023-08-16|Reorganize CPU microcode ports
devel/py-python-Levenshtein|devel/py-Levenshtein|2023-08-17|Rename to match upstream
devel/py-jaraco||2023-08-21|Remove obsoleted port
security/rubygem-openssl2|security/rubygem-openssl|2023-08-21|Remove obsoleted port. Use security/rubygem-openssl instead
Expand Down
1 change: 1 addition & 0 deletions sysutils/Makefile
Expand Up @@ -283,6 +283,7 @@
SUBDIR += deltup
SUBDIR += desktop-installer
SUBDIR += detox
SUBDIR += devcpu-data
SUBDIR += devctl-jail-kmod
SUBDIR += devd-mount
SUBDIR += devedeng
Expand Down
20 changes: 20 additions & 0 deletions sysutils/devcpu-data/Makefile
@@ -0,0 +1,20 @@
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>
3 changes: 3 additions & 0 deletions sysutils/devcpu-data/pkg-descr
@@ -0,0 +1,3 @@
This port is deprecated. It will temporarily stay in the tree to pull
in the new CPU microcode ports. It is to be replaced by
sysutils/cpu-microcode.

0 comments on commit 4ea3e2f

Please sign in to comment.