aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2015-04-28 18:53:13 +0000
committerJuergen Lock <nox@FreeBSD.org>2015-04-28 18:53:13 +0000
commit88ee0db6646ab8de5162ea5a045345f91e126d0f (patch)
treeed06d651419e1044e743bac38b14f6de9ad7b5de /emulators/qemu-devel
parentf76a76ac069ed5cae323d46a32cc9c42320dd5f5 (diff)
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu-devel/distinfo4
-rw-r--r--emulators/qemu-devel/files/patch-Makefile12
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 1c6507bf977c..45045a7e2f4c 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qemu
-PORTVERSION= 2.2.1
+PORTVERSION= 2.3.0
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/:release \
LOCAL/nox:snapshot
diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo
index 9a3403062f33..dd1431d05608 100644
--- a/emulators/qemu-devel/distinfo
+++ b/emulators/qemu-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qemu/2.2.1/qemu-2.2.1.tar.bz2) = 4617154c6ef744b83e10b744e392ad111dd351d435d6563ce24d8da75b1335a0
-SIZE (qemu/2.2.1/qemu-2.2.1.tar.bz2) = 24483500
+SHA256 (qemu/2.3.0/qemu-2.3.0.tar.bz2) = b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588
+SIZE (qemu/2.3.0/qemu-2.3.0.tar.bz2) = 24683085
diff --git a/emulators/qemu-devel/files/patch-Makefile b/emulators/qemu-devel/files/patch-Makefile
index ec67d45dc178..f46724e62435 100644
--- a/emulators/qemu-devel/files/patch-Makefile
+++ b/emulators/qemu-devel/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2013-11-27 23:15:55.000000000 +0100
-+++ Makefile 2014-01-19 15:35:48.000000000 +0100
-@@ -72,7 +72,11 @@
+--- Makefile.orig
++++ Makefile
+@@ -83,7 +83,11 @@ LIBS+=-lz $(LIBS_TOOLS)
HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF)
ifdef BUILD_DOCS
@@ -9,10 +9,10 @@
+else
DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qmp-commands.txt
+endif
- ifdef CONFIG_VIRTFS
- DOCS+=fsdev/virtfs-proxy-helper.1
+ ifdef CONFIG_LINUX
+ DOCS+=kvm_stat.1
endif
-@@ -311,8 +315,10 @@
+@@ -362,8 +366,10 @@ endif
install-doc: $(DOCS)
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"