git: e73ac8df149a - main - sysutils/devcpu-data: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:25 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e73ac8df149aa69dddb27678c2bbaaf87bec7186
commit e73ac8df149aa69dddb27678c2bbaaf87bec7186
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 05:17:48 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:29 +0000
sysutils/devcpu-data: Remove expired port
2023-12-31 sysutils/devcpu-data: Use sysutils/cpu-microcode
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/devcpu-data/Makefile | 20 --------------------
sysutils/devcpu-data/pkg-descr | 3 ---
4 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/MOVED b/MOVED
index f2e63b3b026a..26935f4a2005 100644
--- a/MOVED
+++ b/MOVED
@@ -8252,3 +8252,4 @@ devel/rubygem-aws-sdk-sso|devel/rubygem-aws-sdk-core|2023-12-31|Has expired: SSO
devel/libwfut||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
devel/fuel||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
devel/rubygem-aws-sdk-macie||2023-12-31|Has expired: Deprecated by upstream
+sysutils/devcpu-data|sysutils/cpu-microcode|2023-12-31|Has expired: Use sysutils/cpu-microcode
diff --git a/sysutils/Makefile b/sysutils/Makefile
index bec4fef26dba..dc94211b26e9 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -287,7 +287,6 @@
SUBDIR += deltup
SUBDIR += desktop-installer
SUBDIR += detox
- SUBDIR += devcpu-data
SUBDIR += devctl-jail-kmod
SUBDIR += devd-mount
SUBDIR += devedeng
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile
deleted file mode 100644
index 490aac1906b6..000000000000
--- a/sysutils/devcpu-data/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-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>
diff --git a/sysutils/devcpu-data/pkg-descr b/sysutils/devcpu-data/pkg-descr
deleted file mode 100644
index 0803acfe7e7f..000000000000
--- a/sysutils/devcpu-data/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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.