pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qemu-guest-agent: Use version.mk and distinfo from emulators/qemu.



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Mon Mar 10 18:02:06 2025 +0000
Changeset:	c8a6f525b91ff1bf2afc73df4f5ec254b12781bc

Modified Files:
	qemu-guest-agent/Makefile
Removed Files:
	qemu-guest-agent/distinfo

Log Message:
qemu-guest-agent: Use version.mk and distinfo from emulators/qemu.

No functional change intended, but this should reduce maintenance
burden.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8a6f525b91ff1bf2afc73df4f5ec254b12781bc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qemu-guest-agent/Makefile |  5 ++++-
 qemu-guest-agent/distinfo | 22 ----------------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diffs:
diff --git a/qemu-guest-agent/Makefile b/qemu-guest-agent/Makefile
index 54859dca91..95b410a514 100644
--- a/qemu-guest-agent/Makefile
+++ b/qemu-guest-agent/Makefile
@@ -1,6 +1,8 @@
 # $NetBSD: Makefile,v 1.340 2024/04/07 07:33:58 wiz Exp $
 
-DISTNAME=	qemu-9.2.2
+.include "../../emulators/qemu/version.mk"
+
+DISTNAME=	qemu-${QEMU_VERSION}
 PKGNAME=	${DISTNAME:S/qemu/qemu-guest-agent/}
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
@@ -23,6 +25,7 @@ UNLIMIT_RESOURCES=	datasize
 HAS_CONFIGURE=		yes
 
 PATCHDIR=		${.CURDIR}/../../emulators/qemu/patches
+DISTINFO_FILE=		${.CURDIR}/../../emulators/qemu/distinfo
 RCD_SCRIPTS=		qemu-guest-agent
 
 # https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
diff --git a/qemu-guest-agent/distinfo b/qemu-guest-agent/distinfo
deleted file mode 100644
index 7f218ef183..0000000000
--- a/qemu-guest-agent/distinfo
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: distinfo,v 1.216 2024/03/04 18:46:38 adam Exp $
-
-BLAKE2s (qemu-9.2.2.tar.xz) = ad6aa908ac97ce61943832f768caa0794c184f5938cd69f4c542a7ec16ffe6fb
-SHA512 (qemu-9.2.2.tar.xz) = b010876da9f91da01dbb9e06705a1358d5f062d0fdd4ad5c8cd8ce3fd43adcefcf72a61216eb8d415281f6607b945ce1cfb6b5fc5692ada9163e8f05b7fb5533
-Size (qemu-9.2.2.tar.xz) = 134756816 bytes
-SHA1 (patch-audio_jackaudio.c) = 771c2779e565242a500adc0223ef6b1ae5b2b91f
-SHA1 (patch-hw-mips-Kconfig) = c74efac1b5d3a49d141387eb9316617039be737b
-SHA1 (patch-hw-mips-mipssim.c) = c72129c6ad961a62d3f1b443bbf373ee3c900dc0
-SHA1 (patch-hw_mips_meson.build) = 06cc199b3b15add9f5d5ddcd84bf2791f96bd5d3
-SHA1 (patch-hw_net_xilinx__axienet.c) = ebcd2676d64ce6f31e4a8c976d4fdf530ad5e8b7
-SHA1 (patch-hw_rtc_mc146818rtc.c) = cc7a3b28010966b65b7a16db756226ac2669f310
-SHA1 (patch-hw_scsi_scsi-disk.c) = fdbf2f962a6dcb1a115a7f8a5b8790ff9295fb33
-SHA1 (patch-hw_usb_dev-mtp.c) = f148a3ad6d72eb29f85684316af5fb219ddaeb71
-SHA1 (patch-meson.build) = 6b0607903b84c84d26bd5c54f3f0b9e4b256d787
-SHA1 (patch-qemu-options.hx) = 6cf811ae421db1e8d45f7098bd36733c6dc7d9cf
-SHA1 (patch-roms_u-boot-sam460ex_Makefile) = 3a1bbf19b1422c10ebdd819eb0b711fafc78e2f2
-SHA1 (patch-target_arm_tcg_translate-sve.c) = b5eeb08331e61a16b2cf4b7ab9b668755aa9a04e
-SHA1 (patch-target_i386_cpu.c) = f55795305c385784caee00c2a767a1cafa42ed91
-SHA1 (patch-target_i386_meson.build) = b8f413866ac1079d3ddeb21aacf226509e25ae9c
-SHA1 (patch-target_i386_nvmm_nvmm-all.c) = a022698e0742f10e8cdf42ed1ed7dfb8e113fb91
-SHA1 (patch-util_coroutine-ucontext.c) = 02cdf634e64f7e71029047b93747f192df715e6a
-SHA1 (patch-util_osdep.c) = 1e5bcde7be23792f487334d35797869bff686d25


Home | Main Index | Thread Index | Old Index