From owner-svn-ports-head@FreeBSD.ORG Sat Sep 20 15:34:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3091CC0; Sat, 20 Sep 2014 15:34:29 +0000 (UTC) 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 C4A1D8BB; Sat, 20 Sep 2014 15:34:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8KFYTCS061609; Sat, 20 Sep 2014 15:34:29 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8KFYT26061605; Sat, 20 Sep 2014 15:34:29 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201409201534.s8KFYT26061605@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 20 Sep 2014 15:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368651 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2014 15:34:30 -0000 Author: gerald Date: Sat Sep 20 15:34:28 2014 New Revision: 368651 URL: http://svnweb.freebsd.org/changeset/ports/368651 QAT: https://qat.redports.org/buildarchive/r368651/ Log: Update to Wine 1.7.27. This includes the following changes: - Some more work on Direct2D support. - Various improvements to RichEdit interfaces. - Initial support for ICMP version 6. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Sep 20 15:31:38 2014 (r368650) +++ head/emulators/wine-devel/Makefile Sat Sep 20 15:34:28 2014 (r368651) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.26 +DISTVERSION= 1.7.27 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Sep 20 15:31:38 2014 (r368650) +++ head/emulators/wine-devel/distinfo Sat Sep 20 15:34:28 2014 (r368651) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.26.tar.bz2) = e20c7c26a3bd887afac655a274335923ae7ccf4053383e4edbb0c290aadb5de8 -SIZE (wine-1.7.26.tar.bz2) = 21708411 -SHA256 (v1.7.26.tar.gz) = e1b9bba860467fa0914d804e07f99ce0491f3f21cc6e1c061674a7667093d751 -SIZE (v1.7.26.tar.gz) = 8358571 +SHA256 (wine-1.7.27.tar.bz2) = 99d2050c5bd04591a3e5f84d2ad6c021deb4d8b97874050cd3946d5c984d32b2 +SIZE (wine-1.7.27.tar.bz2) = 21710372 +SHA256 (v1.7.27.tar.gz) = b234e6010aaf5df3d6fe73c8d55aab977ac04b1749ca0f03346724d64f9202d1 +SIZE (v1.7.27.tar.gz) = 8362747 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Sep 20 15:31:38 2014 (r368650) +++ head/emulators/wine-devel/pkg-plist Sat Sep 20 15:34:28 2014 (r368651) @@ -161,6 +161,7 @@ include/wine/windows/cvconst.h include/wine/windows/d2d1.h include/wine/windows/d2d1.idl include/wine/windows/d2dbasetypes.h +include/wine/windows/d2derr.h include/wine/windows/d3d.h include/wine/windows/d3d10.h include/wine/windows/d3d10.idl