diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-08-18 18:53:16 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-08-18 18:53:16 +0000 |
commit | b41ddd0635edcddd3d1fb2f4a3d3ae363a00c2f0 (patch) | |
tree | f609733df028e2bf4bafd4f5b2becad50c725e05 /emulators/qemu-devel | |
parent | 999739c2d49ef3756836310c5b2dac9c9fcfb5fd (diff) |
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/qemu-devel/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 77f95229aff2..bb21aa417a38 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.0.0 -PORTREVISION= 10 +PORTVERSION= 2.0.2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -15,9 +14,8 @@ MAINTAINER= nox@FreeBSD.org COMMENT?= QEMU CPU Emulator - development version HAS_CONFIGURE= yes -USES= gmake pkgconfig bison perl5 tar:bzip2 +USES= gmake pkgconfig bison perl5 python:2,build tar:bzip2 USE_PERL5= build -USE_PYTHON_BUILD= 2 USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 @@ -313,6 +311,7 @@ post-install: @${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc @(cd ${STAGEDIR}${PREFIX}/etc/qemu && \ ${MV} -i target-x86_64.conf target-x86_64.conf.sample) + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* .endif .include <bsd.port.mk> diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index 71faa8a40180..d2aff4a18e54 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (qemu/2.0.0/qemu-2.0.0.tar.bz2) = 60cc1aa0cad39cec891f970bed60ca8a484f071adad4943123599ac223543a3b -SIZE (qemu/2.0.0/qemu-2.0.0.tar.bz2) = 12839647 +SHA256 (qemu/2.0.2/qemu-2.0.2.tar.bz2) = 20b207238015b773a8b8752801397bac2bb284b157a4999fb7a1039625d282cc +SIZE (qemu/2.0.2/qemu-2.0.2.tar.bz2) = 12841893 |