Skip to content

Commit ca44054

Browse files
committed
emulators/qemu7*: Move qemu70 to qemu7
QEMU 7.X.X branch is reaching EOL as the upstream has released 8.X.X branch. So there is no point in keeping multiple versions from 7.X.X series. This is an interim commit to prepare to move emulators/qemu to emulators/qemu7 so that emulators/qemu can be upgraded to latest 8.X.X release.
1 parent 32c8666 commit ca44054

16 files changed

+6
-6
lines changed

‎MOVED‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7532,3 +7532,4 @@ graphics/ImageMagick7-nox11|graphics/ImageMagick7|2023-04-30|Flavorized
75327532
graphics/ImageMagick6-nox11|graphics/ImageMagick6|2023-04-30|Flavorized
75337533
security/gpgme-qt5|security/gpgme-qt@qt5|2023-05-02|Flavorized to add Qt6 support
75347534
x11-wm/hyprland-devel|x11-wm/hyprland|2023-05-03|Out of date: use x11-wm/hyprland for now
7535+
emulators/qemu70|emulators/qemu7|2023-05-04|Use emulators/qemu or emulators/qemu-devel

‎emulators/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
SUBDIR += qemu-user-static
116116
SUBDIR += qemu-user-static-devel
117117
SUBDIR += qemu6
118-
SUBDIR += qemu70
118+
SUBDIR += qemu7
119119
SUBDIR += qmc2
120120
SUBDIR += quasi88
121121
SUBDIR += reicast

‎emulators/qemu70/Makefile‎ renamed to ‎emulators/qemu7/Makefile‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
PORTNAME= qemu
22
PORTVERSION= 7.0.0
3-
PORTREVISION= 1
43
CATEGORIES= emulators
54
MASTER_SITES= https://download.qemu.org/
65
DIST_SUBDIR= qemu/${PORTVERSION}
76

87
MAINTAINER= bofh@FreeBSD.org
9-
COMMENT= QEMU CPU Emulator ${${FLAVOR}_COMMENT} - 7.0.x
8+
COMMENT= QEMU CPU Emulator ${${FLAVOR}_COMMENT} - 7.X.x
109
WWW= https://www.qemu.org/
1110

1211
LICENSE= GPLv2
@@ -28,13 +27,13 @@ LIB_DEPENDS+= libepoxy.so:graphics/libepoxy
2827

2928
FLAVORS= default nox11 tools
3029
FLAVOR?= ${FLAVORS:[1]}
31-
default_PKGNAMESUFFIX= 70
30+
default_PKGNAMESUFFIX= 7
3231
default_CONFLICTS_INSTALL= qemu-devel qemu-nox11 qemu-tools qemu-utils \
3332
qemu6*
34-
nox11_PKGNAMESUFFIX= 70-nox11
33+
nox11_PKGNAMESUFFIX= 7-nox11
3534
nox11_CONFLICTS_INSTALL= qemu qemu-devel qemu6*
3635
nox11_COMMENT= (without X11)
37-
tools_PKGNAMESUFFIX= 70-tools
36+
tools_PKGNAMESUFFIX= 7-tools
3837
tools_COMMENT= (tools only)
3938
tools_CONFLICTS_INSTALL= qemu qemu-devel qemu-nox11 qemu-utils qemu6*
4039
tools_DESCR= ${.CURDIR}/pkg-descr-tools
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)