Sat Jul 2 11:40:52 2022 UTC ()
qemu: update HOMEPAGE


(adam)
diff -r1.297 -r1.298 pkgsrc/emulators/qemu/Makefile

cvs diff -r1.297 -r1.298 pkgsrc/emulators/qemu/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/qemu/Makefile 2022/06/28 11:33:50 1.297
+++ pkgsrc/emulators/qemu/Makefile 2022/07/02 11:40:52 1.298
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.297 2022/06/28 11:33:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.298 2022/07/02 11:40:52 adam Exp $
2 2
3DISTNAME= qemu-7.0.0 3DISTNAME= qemu-7.0.0
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= https://download.qemu.org/ 6MASTER_SITES= https://download.qemu.org/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.qemu-project.org/ 10HOMEPAGE= https://www.qemu.org/
11COMMENT= CPU emulator using dynamic translation 11COMMENT= CPU emulator using dynamic translation
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd 12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
13 13
14TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build 14TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
15 15
16USE_CURSES= resize_term wide 16USE_CURSES= resize_term wide
17USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
18USE_TOOLS+= bison flex makeinfo perl:build pod2man pkg-config 18USE_TOOLS+= bison flex makeinfo perl:build pod2man pkg-config
19UNLIMIT_RESOURCES= datasize 19UNLIMIT_RESOURCES= datasize
20HAS_CONFIGURE= yes 20HAS_CONFIGURE= yes
21 21
22# https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab 22# https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
23GCC_REQD+= 7 23GCC_REQD+= 7