From owner-svn-ports-head@FreeBSD.ORG Sun Jun 21 12:34:48 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72FB9693; Sun, 21 Jun 2015 12:34:48 +0000 (UTC) (envelope-from gerald@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 464AC108; Sun, 21 Jun 2015 12:34:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5LCYmg3027045; Sun, 21 Jun 2015 12:34:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5LCYl3c027042; Sun, 21 Jun 2015 12:34:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201506211234.t5LCYl3c027042@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 21 Jun 2015 12:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390202 - 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.20 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: Sun, 21 Jun 2015 12:34:48 -0000 Author: gerald Date: Sun Jun 21 12:34:46 2015 New Revision: 390202 URL: https://svnweb.freebsd.org/changeset/ports/390202 Log: Update to Wine 1.7.45. This includes the following changes: - Some more progress on DirectWrite implementation. - A number of RichEdit control fixes. - Beginning implementation of the old MSVCIRT C++ runtime. - 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 Sun Jun 21 11:55:42 2015 (r390201) +++ head/emulators/wine-devel/Makefile Sun Jun 21 12:34:46 2015 (r390202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.44 +DISTVERSION= 1.7.45 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Jun 21 11:55:42 2015 (r390201) +++ head/emulators/wine-devel/distinfo Sun Jun 21 12:34:46 2015 (r390202) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.44.tar.bz2) = d2e3290d4b312d235ab8ac214eaae8f81c751fb610b15b40c2620904bd38d8bb -SIZE (wine-1.7.44.tar.bz2) = 22308686 -SHA256 (v1.7.44.tar.gz) = ae2db1fe506c936f9e3c5664584126d58db8305c47b8155c636b8a8843a0ae20 -SIZE (v1.7.44.tar.gz) = 9194166 +SHA256 (wine-1.7.45.tar.bz2) = a30cef1ee4ceaee4b6c9c2ad96df3b8a8847278246e7727624db314c68adaa23 +SIZE (wine-1.7.45.tar.bz2) = 22312840 +SHA256 (v1.7.45.tar.gz) = 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411 +SIZE (v1.7.45.tar.gz) = 9216075 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Jun 21 11:55:42 2015 (r390201) +++ head/emulators/wine-devel/pkg-plist Sun Jun 21 12:34:46 2015 (r390202) @@ -122,6 +122,10 @@ include/wine/windows/bits.h include/wine/windows/bits.idl include/wine/windows/bits1_5.h include/wine/windows/bits1_5.idl +include/wine/windows/bits2_0.h +include/wine/windows/bits2_0.idl +include/wine/windows/bits2_5.h +include/wine/windows/bits2_5.idl include/wine/windows/bits3_0.h include/wine/windows/bits3_0.idl include/wine/windows/bitsmsg.h