Date: Sun, 25 Mar 2018 11:13:29 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465512 - head/emulators/qemu-riscv Message-ID: <201803251113.w2PBDTMq091498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Mar 25 11:13:28 2018 New Revision: 465512 URL: https://svnweb.freebsd.org/changeset/ports/465512 Log: - Update to 2.11.90_20180325 - Pet portlint Modified: head/emulators/qemu-riscv/Makefile head/emulators/qemu-riscv/distinfo Modified: head/emulators/qemu-riscv/Makefile ============================================================================== --- head/emulators/qemu-riscv/Makefile Sun Mar 25 10:39:32 2018 (r465511) +++ head/emulators/qemu-riscv/Makefile Sun Mar 25 11:13:28 2018 (r465512) @@ -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 Modified: head/emulators/qemu-riscv/distinfo ============================================================================== --- head/emulators/qemu-riscv/distinfo Sun Mar 25 10:39:32 2018 (r465511) +++ head/emulators/qemu-riscv/distinfo Sun Mar 25 11:13:28 2018 (r465512) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803251113.w2PBDTMq091498>