From owner-svn-ports-all@freebsd.org Wed May 4 13:38:33 2016 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 5F549B2C01B; Wed, 4 May 2016 13:38:33 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (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 2453C13A7; Wed, 4 May 2016 13:38:32 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=bem7R+K3rgZap2p8RWV2nZNkQougk8KJ51pn56OJbiY=; b=B+6Uzhh8WRN2sq2wCIYc3P8YBPBNRzmSUHC4rr8Wkjlgr87HG80gOhujFezikgwwdwJsxAj5L7t6UPUGUtmwUWSM9jhI6BD3bV3a0zAftFZV1UUoA0uw4IJb2whOWBBatB9EE8Ph3ZjFE8WiU2jqZdnJO8m/WjQZtqFY5FnVPOc=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1axx0R-0003g7-Sx ; Wed, 04 May 2016 16:38:23 +0300 Date: Wed, 4 May 2016 16:38:23 +0300 From: Ivan Klymenko To: David Naylor Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r414585 - in head/emulators/i386-wine-devel: . files Message-ID: <20160504163823.640a337b@nonamehost.local> In-Reply-To: <201605040610.u446AaZF052957@repo.freebsd.org> References: <201605040610.u446AaZF052957@repo.freebsd.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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, 04 May 2016 13:38:33 -0000 On Wed, 4 May 2016 06:10:36 +0000 (UTC) David Naylor wrote: > Author: dbn > Date: Wed May 4 06:10:36 2016 > New Revision: 414585 > URL: https://svnweb.freebsd.org/changeset/ports/414585 > > Log: > emulators/i386-wine-devel: update to 1.9.9 > > Changes: > - fix: faulty assumption in plists merge script: the first plist > may not always be peekable. > > Modified: > head/emulators/i386-wine-devel/Makefile.inc > head/emulators/i386-wine-devel/distinfo > head/emulators/i386-wine-devel/files/mergeplist.py > > Modified: head/emulators/i386-wine-devel/Makefile.inc > ============================================================================== > --- head/emulators/i386-wine-devel/Makefile.inc Wed May 4 > 05:56:29 2016 (r414584) +++ > head/emulators/i386-wine-devel/Makefile.inc Wed May 4 > 06:10:36 2016 (r414585) @@ -2,7 +2,7 @@ # $FreeBSD$ > > PORTNAME= wine > -PORTVERSION= 1.9.8 > +PORTVERSION= 1.9.9 > PORTEPOCH= 1 > CATEGORIES= emulators > MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ > Hello. Please,note, finally, attention to the problem. http://docs.freebsd.org/cgi/mid.cgi?20160430091405.59472d76 Thanks.