git: ec290b80e086 - main - emulators/qemu*: Fix WWW

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 10 Nov 2022 14:30:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec290b80e0867a63d011fbf4db60fd9744e9deaf

commit ec290b80e0867a63d011fbf4db60fd9744e9deaf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-10 14:28:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-10 14:30:33 +0000

    emulators/qemu*: Fix WWW
    
    PR:             267686
    Reported by:    grahamperrin
---
 emulators/qemu-devel/Makefile             | 2 +-
 emulators/qemu-guest-agent/Makefile       | 2 +-
 emulators/qemu-user-static-devel/Makefile | 2 +-
 emulators/qemu-user-static/Makefile       | 2 +-
 emulators/qemu/Makefile                   | 2 +-
 emulators/qemu6/Makefile                  | 2 +-
 emulators/qemu70/Makefile                 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 648cb522b548..bd9a86c5bd41 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -6,7 +6,7 @@ DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	QEMU CPU Emulator - development version
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 
diff --git a/emulators/qemu-guest-agent/Makefile b/emulators/qemu-guest-agent/Makefile
index 390a4f325baf..30bac25acd4e 100644
--- a/emulators/qemu-guest-agent/Makefile
+++ b/emulators/qemu-guest-agent/Makefile
@@ -6,7 +6,7 @@ PKGNAMESUFFIX=	-guest-agent
 
 MAINTAINER=	zhecka@gmail.com
 COMMENT=	QEMU guest-agent utilities
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 
diff --git a/emulators/qemu-user-static-devel/Makefile b/emulators/qemu-user-static-devel/Makefile
index 4b123cf73978..fd2e596d0563 100644
--- a/emulators/qemu-user-static-devel/Makefile
+++ b/emulators/qemu-user-static-devel/Makefile
@@ -7,7 +7,7 @@ DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER=	emulation@FreeBSD.org
 COMMENT=	QEMU CPU Emulator (github bsd-user branch)
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile
index 883e5b27a975..e070be60d3bf 100644
--- a/emulators/qemu-user-static/Makefile
+++ b/emulators/qemu-user-static/Makefile
@@ -7,7 +7,7 @@ DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER=	emulation@FreeBSD.org
 COMMENT=	QEMU CPU Emulator (github bsd-user branch)
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 8365e5bc6bc0..f8a6cadf93e4 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -6,7 +6,7 @@ DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	QEMU CPU Emulator ${${FLAVOR}_COMMENT}
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 
diff --git a/emulators/qemu6/Makefile b/emulators/qemu6/Makefile
index 9a8dc2c192f2..0c881f2e86ed 100644
--- a/emulators/qemu6/Makefile
+++ b/emulators/qemu6/Makefile
@@ -6,7 +6,7 @@ DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	QEMU CPU Emulator ${${FLAVOR}_COMMENT} - 6.X
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 
diff --git a/emulators/qemu70/Makefile b/emulators/qemu70/Makefile
index c6c8e0181c61..93f210e36c87 100644
--- a/emulators/qemu70/Makefile
+++ b/emulators/qemu70/Makefile
@@ -6,7 +6,7 @@ DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	QEMU CPU Emulator ${${FLAVOR}_COMMENT} - 7.0.x
-WWW=		https://wiki.qemu.org/Main_Page
+WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2