svn commit: r568179 - branches/2021Q1/emulators/qemu-user-static

Kyle Evans kevans at FreeBSD.org
Fri Mar 12 14:01:03 UTC 2021


Author: kevans
Date: Fri Mar 12 14:01:02 2021
New Revision: 568179
URL: https://svnweb.freebsd.org/changeset/ports/568179

Log:
  MFH: r568178
  
  emulators/qemu-user-static: update to fix copy_file_range() bug

Modified:
  branches/2021Q1/emulators/qemu-user-static/Makefile
  branches/2021Q1/emulators/qemu-user-static/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/emulators/qemu-user-static/Makefile
==============================================================================
--- branches/2021Q1/emulators/qemu-user-static/Makefile	Fri Mar 12 13:59:48 2021	(r568178)
+++ branches/2021Q1/emulators/qemu-user-static/Makefile	Fri Mar 12 14:01:02 2021	(r568179)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	emulators
 PKGNAMESUFFIX=	-user-static
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	qemu-user-static-devel-[0-9]*
 
 USES=		bison compiler:c11 gmake perl5 pkgconfig python:build
 USE_GITHUB=	yes
-GH_TUPLE=	qemu-bsd-user:qemu-bsd-user:f7fd10d7677c	\
+GH_TUPLE=	qemu-bsd-user:qemu-bsd-user:bbf9ac7959ec	\
 		qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
 HAS_CONFIGURE=	yes
 USE_PERL5=	build

Modified: branches/2021Q1/emulators/qemu-user-static/distinfo
==============================================================================
--- branches/2021Q1/emulators/qemu-user-static/distinfo	Fri Mar 12 13:59:48 2021	(r568178)
+++ branches/2021Q1/emulators/qemu-user-static/distinfo	Fri Mar 12 14:01:02 2021	(r568179)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1614279045
-SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = b13b667d38be27e4ffeffb3f4edf553cd1bf3b4c34036e2dc809a0c544903b0e
-SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = 16908794
+TIMESTAMP = 1615557532
+SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 2d13303594e7b05858c7a7d2dfc6955812c5c644a670d0803bb0db38b57f7e9c
+SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 16909061
 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
 SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895


More information about the svn-ports-all mailing list