svn commit: r390786 - head/emulators/qemu-sbruno

Juergen Lock nox at FreeBSD.org
Sun Jun 28 15:17:16 UTC 2015


Author: nox
Date: Sun Jun 28 15:17:14 2015
New Revision: 390786
URL: https://svnweb.freebsd.org/changeset/ports/390786

Log:
  Catch up with github tree, fixing bug caused by struct kinfo_proc typo -
  changelog:
  
  	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

Modified:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/distinfo

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Sun Jun 28 14:57:11 2015	(r390785)
+++ head/emulators/qemu-sbruno/Makefile	Sun Jun 28 15:17:14 2015	(r390786)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.3.50.g20150618
-PORTREVISION=	1
+PORTVERSION=	2.3.50.g20150628
 CATEGORIES=	emulators
 MASTER_SITES=	GH \
 		LOCAL/nox \
@@ -21,7 +20,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	460c17e
+GH_TAGNAME=	f51f4da
 HAS_CONFIGURE=	yes
 USES=		gmake pkgconfig bison perl5 python:2,build
 USE_PERL5=	build

Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo	Sun Jun 28 14:57:11 2015	(r390785)
+++ head/emulators/qemu-sbruno/distinfo	Sun Jun 28 15:17:14 2015	(r390786)
@@ -1,4 +1,4 @@
-SHA256 (qemu/2.3.50.g20150618/seanbruno-qemu-bsd-user-2.3.50.g20150618-460c17e_GH0.tar.gz) = 32829a2384ae00a18934a4b374171765c8746c73df2aa8a41a300a17b282ba6c
-SIZE (qemu/2.3.50.g20150618/seanbruno-qemu-bsd-user-2.3.50.g20150618-460c17e_GH0.tar.gz) = 10991011
-SHA256 (qemu/2.3.50.g20150618/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
-SIZE (qemu/2.3.50.g20150618/dtc-v1.4.0.tar.gz) = 131893
+SHA256 (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = f528de84970a72256fc087308b2aee2cb15e09090117c797d3548e76953515ea
+SIZE (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = 10991530
+SHA256 (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
+SIZE (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 131893


More information about the svn-ports-all mailing list