diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-06 03:56:35 +0000 | 
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-06 03:56:35 +0000 | 
| commit | 5e661356b209d0778f241db88f98763fa871ce3f (patch) | |
| tree | dcd0dea8038edb594685098dc4d7e462a8dffc18 | |
| parent | - Update to 2.110 (diff) | |
- Update to 2.11.50_20180306
| -rw-r--r-- | emulators/qemu-riscv/Makefile | 9 | ||||
| -rw-r--r-- | emulators/qemu-riscv/distinfo | 12 | 
2 files changed, 12 insertions, 9 deletions
diff --git a/emulators/qemu-riscv/Makefile b/emulators/qemu-riscv/Makefile index 04a35d8c586d..981ee4822999 100644 --- a/emulators/qemu-riscv/Makefile +++ b/emulators/qemu-riscv/Makefile @@ -1,8 +1,8 @@  # $FreeBSD$  PORTNAME=	qemu -PORTVERSION=	2.7.50 -PORTREVISION=	20180105 +PORTVERSION=	2.11.50 +PORTREVISION=	20180306  CATEGORIES=	emulators  PKGNAMESUFFIX=	-riscv @@ -15,8 +15,9 @@ ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64  BROKEN_powerpc64=	fails to compile: async.c: internal compiler error: Segmentation fault  USE_GITHUB=	yes -GH_TUPLE=	riscv:riscv-qemu:8d56aad \ -		qemu:dtc:65cc4d2:dtc/dtc +GH_TUPLE=	riscv:riscv-qemu:6256f8a \ +		qemu:dtc:e543880:dtc/dtc \ +		qemu:keycodemapdb:6b3d716:keycodemapdb/ui/keycodemapdb  HAS_CONFIGURE=	yes  USES=	gmake libtool makeinfo pkgconfig python:2.7,build diff --git a/emulators/qemu-riscv/distinfo b/emulators/qemu-riscv/distinfo index 8c10609c1e70..1ba7d7393560 100644 --- a/emulators/qemu-riscv/distinfo +++ b/emulators/qemu-riscv/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1515133768 -SHA256 (riscv-riscv-qemu-2.7.50-8d56aad_GH0.tar.gz) = 7ae14675217b03b19d0fedb7f056f7c395572276d525614277d5b95968f3f7a1 -SIZE (riscv-riscv-qemu-2.7.50-8d56aad_GH0.tar.gz) = 12970165 -SHA256 (qemu-dtc-65cc4d2_GH0.tar.gz) = 102a954974c8229acde3557673b0b945768ea18a93fcf64883ca51d64f81c8ed -SIZE (qemu-dtc-65cc4d2_GH0.tar.gz) = 133030 +TIMESTAMP = 1520307948 +SHA256 (riscv-riscv-qemu-2.11.50-6256f8a_GH0.tar.gz) = 8fc7e171677dd8f310eb0263643a60fe4ea3d9b20127e838371431e258771221 +SIZE (riscv-riscv-qemu-2.11.50-6256f8a_GH0.tar.gz) = 15286144 +SHA256 (qemu-dtc-e543880_GH0.tar.gz) = 84878bdcfca30db1ad32fd60ddfd01e08fc00ff0c042d2a758e7e90c08de0b5e +SIZE (qemu-dtc-e543880_GH0.tar.gz) = 176916 +SHA256 (qemu-keycodemapdb-6b3d716_GH0.tar.gz) = c9d3412510aac999865d01aaa14b1fa8dc0385db55c5cf6c4d95d160bd0eaee9 +SIZE (qemu-keycodemapdb-6b3d716_GH0.tar.gz) = 47905  | 
