Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 17:27:11 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389473 - head/emulators/qemu-sbruno
Message-ID:  <201506131727.t5DHRBpr074234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Sat Jun 13 17:27:11 2015
New Revision: 389473
URL: https://svnweb.freebsd.org/changeset/ports/389473

Log:
  - Catch up with github tree, adding IP_OPTIONS support sockopt syscalls -
    changelog:
  
  	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
  
  PR:		200703

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Sat Jun 13 17:26:55 2015	(r389472)
+++ head/emulators/qemu-sbruno/Makefile	Sat Jun 13 17:27:11 2015	(r389473)
@@ -12,7 +12,7 @@ MASTER_SITES=	GH \
 PKGNAMESUFFIX?=	-sbruno
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		dtc-v1.4.0${EXTRACT_SUFX}:dtc
-DIST_SUBDIR=	qemu/${PORTVERSION}
+DIST_SUBDIR=	qemu/${PORTVERSION}b
 
 MAINTAINER=	nox@FreeBSD.org
 COMMENT?=	QEMU CPU Emulator - github bsd-user branch
@@ -20,7 +20,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	3b9cd57
+GH_TAGNAME=	d715b14
 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	Sat Jun 13 17:26:55 2015	(r389472)
+++ head/emulators/qemu-sbruno/distinfo	Sat Jun 13 17:27:11 2015	(r389473)
@@ -1,4 +1,4 @@
-SHA256 (qemu/2.3.50.g20150613/seanbruno-qemu-bsd-user-2.3.50.g20150613-3b9cd57_GH0.tar.gz) = d93874e294f5a2746565a860527f409c8f97ddbe1c481d3fc0f610573ccba564
-SIZE (qemu/2.3.50.g20150613/seanbruno-qemu-bsd-user-2.3.50.g20150613-3b9cd57_GH0.tar.gz) = 10991477
-SHA256 (qemu/2.3.50.g20150613/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
-SIZE (qemu/2.3.50.g20150613/dtc-v1.4.0.tar.gz) = 131893
+SHA256 (qemu/2.3.50.g20150613b/seanbruno-qemu-bsd-user-2.3.50.g20150613-d715b14_GH0.tar.gz) = 7a4c90506700f31487ac88d71124f66203890ebc0cb7c01c43b528f12c5944f4
+SIZE (qemu/2.3.50.g20150613b/seanbruno-qemu-bsd-user-2.3.50.g20150613-d715b14_GH0.tar.gz) = 10991779
+SHA256 (qemu/2.3.50.g20150613b/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
+SIZE (qemu/2.3.50.g20150613b/dtc-v1.4.0.tar.gz) = 131893



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131727.t5DHRBpr074234>