diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-25 11:13:28 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-25 11:13:28 +0000 |
commit | faf7821c649fb60b3ba7e1cf38ac4982b3db0094 (patch) | |
tree | db63d1d463229ba99171629c8a672a010ce59533 /emulators/qemu-riscv | |
parent | d0bbc829caf8d232c32aae152d7d1d6ae3481782 (diff) | |
download | ports-faf7821c649fb60b3ba7e1cf38ac4982b3db0094.tar.gz ports-faf7821c649fb60b3ba7e1cf38ac4982b3db0094.zip |
Notes
Diffstat (limited to 'emulators/qemu-riscv')
-rw-r--r-- | emulators/qemu-riscv/Makefile | 9 | ||||
-rw-r--r-- | emulators/qemu-riscv/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/emulators/qemu-riscv/Makefile b/emulators/qemu-riscv/Makefile index 981ee4822999..b5ee7f91fa19 100644 --- a/emulators/qemu-riscv/Makefile +++ b/emulators/qemu-riscv/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.11.50 -PORTREVISION= 20180306 +PORTVERSION= 2.11.90 +PORTREVISION= 20180325 CATEGORIES= emulators PKGNAMESUFFIX= -riscv @@ -14,13 +14,14 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentation fault +USES= gmake libtool makeinfo pkgconfig python:2.7,build + USE_GITHUB= yes -GH_TUPLE= riscv:riscv-qemu:6256f8a \ +GH_TUPLE= riscv:riscv-qemu:ec023da \ qemu:dtc:e543880:dtc/dtc \ qemu:keycodemapdb:6b3d716:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes -USES= gmake libtool makeinfo pkgconfig python:2.7,build USE_XORG= pixman USE_GNOME+= glib20 diff --git a/emulators/qemu-riscv/distinfo b/emulators/qemu-riscv/distinfo index 1ba7d7393560..68c11825fc92 100644 --- a/emulators/qemu-riscv/distinfo +++ b/emulators/qemu-riscv/distinfo @@ -1,6 +1,6 @@ -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 +TIMESTAMP = 1521946233 +SHA256 (riscv-riscv-qemu-2.11.90-ec023da_GH0.tar.gz) = e6400e788eeb1023d2c9e6f056f5b57bf38d82c7fed0efa366b06e0090cf5773 +SIZE (riscv-riscv-qemu-2.11.90-ec023da_GH0.tar.gz) = 15870812 SHA256 (qemu-dtc-e543880_GH0.tar.gz) = 84878bdcfca30db1ad32fd60ddfd01e08fc00ff0c042d2a758e7e90c08de0b5e SIZE (qemu-dtc-e543880_GH0.tar.gz) = 176916 SHA256 (qemu-keycodemapdb-6b3d716_GH0.tar.gz) = c9d3412510aac999865d01aaa14b1fa8dc0385db55c5cf6c4d95d160bd0eaee9 |