From owner-svn-ports-all@FreeBSD.ORG Wed Jun 17 20:15:36 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11D6A258; Wed, 17 Jun 2015 20:15:36 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA98DF1E; Wed, 17 Jun 2015 20:15:35 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HKFZFq006126; Wed, 17 Jun 2015 20:15:35 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HKFZnK006123; Wed, 17 Jun 2015 20:15:35 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201506172015.t5HKFZnK006123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Wed, 17 Jun 2015 20:15:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389993 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 20:15:36 -0000 Author: nox Date: Wed Jun 17 20:15:34 2015 New Revision: 389993 URL: https://svnweb.freebsd.org/changeset/ports/389993 Log: Catch up with github tree, adding setsockopt handling for IPV6 - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user PR: 200680 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed Jun 17 20:04:13 2015 (r389992) +++ head/emulators/qemu-sbruno/Makefile Wed Jun 17 20:15:34 2015 (r389993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150613 +PORTVERSION= 2.3.50.g20150616 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -12,7 +12,7 @@ MASTER_SITES= GH \ PKGNAMESUFFIX?= -sbruno DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ dtc-v1.4.0${EXTRACT_SUFX}:dtc -DIST_SUBDIR= qemu/${PORTVERSION}b +DIST_SUBDIR= qemu/${PORTVERSION} 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= d715b14 +GH_TAGNAME= 08b90a8 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 Wed Jun 17 20:04:13 2015 (r389992) +++ head/emulators/qemu-sbruno/distinfo Wed Jun 17 20:15:34 2015 (r389993) @@ -1,4 +1,4 @@ -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 +SHA256 (qemu/2.3.50.g20150616/seanbruno-qemu-bsd-user-2.3.50.g20150616-08b90a8_GH0.tar.gz) = 9e39f67a3417b17fb969a2ab82a33b5e939e49c66171fc1eb0b53d7da6c3a073 +SIZE (qemu/2.3.50.g20150616/seanbruno-qemu-bsd-user-2.3.50.g20150616-08b90a8_GH0.tar.gz) = 10991104 +SHA256 (qemu/2.3.50.g20150616/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150616/dtc-v1.4.0.tar.gz) = 131893