From owner-svn-ports-head@FreeBSD.ORG Sat Jun 15 09:41:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 733EEDFF; Sat, 15 Jun 2013 09:41:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 53AFF1F74; Sat, 15 Jun 2013 09:41:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5F9fdCi014230; Sat, 15 Jun 2013 09:41:39 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5F9fcaR014227; Sat, 15 Jun 2013 09:41:38 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201306150941.r5F9fcaR014227@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 15 Jun 2013 09:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320981 - 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.14 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, 15 Jun 2013 09:41:39 -0000 Author: gerald Date: Sat Jun 15 09:41:38 2013 New Revision: 320981 URL: http://svnweb.freebsd.org/changeset/ports/320981 Log: Update to Wine 1.6 RC1. This includes the following relevant changes: - New implementation of the typelib creation support. - GLSL-based support for fixed function vertex shaders. - Support for desktop launchers in virtual desktop mode. - Fixes for Japanese vertical text. - New Croatian translation. - 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 Jun 15 09:10:37 2013 (r320980) +++ head/emulators/wine-devel/Makefile Sat Jun 15 09:41:38 2013 (r320981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.31 +DISTVERSION= 1.6-rc1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Jun 15 09:10:37 2013 (r320980) +++ head/emulators/wine-devel/distinfo Sat Jun 15 09:41:38 2013 (r320981) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.31.tar.bz2) = 462547451e17a3d2a287b2881731282da3b537bc2cf338e9c2ab86d8470e92c2 -SIZE (wine-1.5.31.tar.bz2) = 22171605 +SHA256 (wine-1.6-rc1.tar.bz2) = 7656c3600eaf5bb3eda05750f10f3f57954eaf11f7b8b2cb05507dc9e3ef245f +SIZE (wine-1.6-rc1.tar.bz2) = 22294223 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Jun 15 09:10:37 2013 (r320980) +++ head/emulators/wine-devel/pkg-plist Sat Jun 15 09:41:38 2013 (r320981) @@ -215,6 +215,7 @@ include/wine/windows/devicetopology.h include/wine/windows/devicetopology.idl include/wine/windows/devpkey.h include/wine/windows/devpropdef.h +include/wine/windows/difxapi.h include/wine/windows/digitalv.h include/wine/windows/dimm.h include/wine/windows/dimm.idl @@ -605,6 +606,10 @@ include/wine/windows/traffic.h include/wine/windows/transact.h include/wine/windows/transact.idl include/wine/windows/twain.h +include/wine/windows/txcoord.h +include/wine/windows/txcoord.idl +include/wine/windows/txdtc.h +include/wine/windows/txdtc.idl include/wine/windows/udpmib.h include/wine/windows/uiautomation.h include/wine/windows/uiautomationclient.h @@ -744,6 +749,7 @@ lib/wine/actxprxy.dll.so lib/wine/advapi32.dll.so lib/wine/advpack.dll.so lib/wine/amstream.dll.so +lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so @@ -902,6 +908,7 @@ lib/wine/fakedlls/actxprxy.dll lib/wine/fakedlls/advapi32.dll lib/wine/fakedlls/advpack.dll lib/wine/fakedlls/amstream.dll +lib/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll lib/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll