diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-11-11 02:13:11 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-11-11 02:13:11 +0000 |
commit | 220fca1986c79e1d277d7bbd9c92c5e9e8b03d10 (patch) | |
tree | 2fbb0d29490f262ee4ca437c513030ea46def763 /emulators | |
parent | 48f592257d6418bf2fcb5acb5aafa63d71c2c217 (diff) | |
download | ports-220fca1986c79e1d277d7bbd9c92c5e9e8b03d10.tar.gz ports-220fca1986c79e1d277d7bbd9c92c5e9e8b03d10.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 8 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 0e502ea93da7..d4f859d09be4 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.12.0 -PORTREVISION= 1 +PORTVERSION= 2.12.1 CATEGORIES= emulators -MASTER_SITES= http://wiki.qemu.org/download/ +MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER?= bofh@FreeBSD.org @@ -20,7 +19,7 @@ LIB_DEPENDS?= libnettle.so:security/nettle \ libfreetype.so:print/freetype2 HAS_CONFIGURE= yes -USES?= cpe gmake pkgconfig bison perl5 python:2.7,build tar:bzip2 +USES?= cpe gmake pkgconfig bison perl5 python:2.7,build tar:xz USE_PERL5= build MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" @@ -92,7 +91,6 @@ CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-L\"/usr/lib\" \ --disable-linux-user --disable-linux-aio --disable-xen \ --enable-debug-info --python=${PYTHON_CMD} \ --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" -MAKE_JOBS_UNSAFE=yes .include <bsd.port.options.mk> diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 08b6e926356d..82db0c93d08f 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532111907 -SHA256 (qemu/2.12.0/qemu-2.12.0.tar.bz2) = c9f4a147bc915d24df9784affc611a115f42d24720a89210b479f1ba7a3f679c -SIZE (qemu/2.12.0/qemu-2.12.0.tar.bz2) = 41196232 +TIMESTAMP = 1535379498 +SHA256 (qemu/2.12.1/qemu-2.12.1.tar.xz) = 33583800e0006cd00b78226b85be5a27c8e3b156bed2e60e83ecbeb7b9b8364f +SIZE (qemu/2.12.1/qemu-2.12.1.tar.xz) = 35416404 |