From owner-svn-ports-all@freebsd.org Wed Mar 1 16:50:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA21FCF15EA; Wed, 1 Mar 2017 16:50:41 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6E460101; Wed, 1 Mar 2017 16:50:41 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21GoelL010683; Wed, 1 Mar 2017 16:50:40 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21Goen9010682; Wed, 1 Mar 2017 16:50:40 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703011650.v21Goen9010682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 1 Mar 2017 16:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435172 - 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.23 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, 01 Mar 2017 16:50:41 -0000 Author: sbruno Date: Wed Mar 1 16:50:40 2017 New Revision: 435172 URL: https://svnweb.freebsd.org/changeset/ports/435172 Log: Capture fix for getrlimit()/setrlimit() which helps out with proper handling of wait6(). https://github.com/seanbruno/qemu-bsd-user/commit/34a5a54e4df983d9611233770b36be161d12a033 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed Mar 1 16:38:00 2017 (r435171) +++ head/emulators/qemu-sbruno/Makefile Wed Mar 1 16:50:40 2017 (r435172) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170221 +PORTVERSION= 2.8.50.g20170228 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= f51cf14 +GH_TAGNAME= 34a5a54 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 Mar 1 16:38:00 2017 (r435171) +++ head/emulators/qemu-sbruno/distinfo Wed Mar 1 16:50:40 2017 (r435172) @@ -1,5 +1,5 @@ TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 -SIZE (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 13675595 -SHA256 (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 +SIZE (qemu/2.8.50.g20170228/seanbruno-qemu-bsd-user-2.8.50.g20170228-34a5a54_GH0.tar.gz) = 13675595 +SHA256 (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.8.50.g20170228/dtc-v1.4.0.tar.gz) = 131893