From owner-svn-ports-all@FreeBSD.ORG Sat May 9 03:49:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8232894F; Sat, 9 May 2015 03:49:31 +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 637341994; Sat, 9 May 2015 03:49:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t493nVvx007137; Sat, 9 May 2015 03:49:31 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t493nU6a007124; Sat, 9 May 2015 03:49:30 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201505090349.t493nU6a007124@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 9 May 2015 03:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385862 - in head/emulators: wine-compholio 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 09 May 2015 03:49:31 -0000 Author: gerald Date: Sat May 9 03:49:29 2015 New Revision: 385862 URL: https://svnweb.freebsd.org/changeset/ports/385862 Log: Update to Wine 1.7.42. This includes the following changes: - Support for dynamic timezone information. - Initial desktop shell window support. - Some more Direct2D support. - Various bug fixes. Do not set GNUTLS by default for wine-compholio any longer. [1] Discussed with: dbn, kmoore [1] Modified: head/emulators/wine-compholio/Makefile head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-compholio/Makefile ============================================================================== --- head/emulators/wine-compholio/Makefile Sat May 9 02:56:30 2015 (r385861) +++ head/emulators/wine-compholio/Makefile Sat May 9 03:49:29 2015 (r385862) @@ -8,7 +8,7 @@ SLAVE_PORT= wine-devel CONFLICTS_INSTALL= wine-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \ i386-wine-compholio-[0-9]* i386-wine-devel-[0-9]* -OPTIONS_SET= LIBXSLT MPG123 GNUTLS HAL STAGING V4L X11 +OPTIONS_SET= LIBXSLT MPG123 HAL STAGING V4L X11 MASTERDIR= ${.CURDIR}/../wine-devel PLIST= ${MASTERDIR}/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat May 9 02:56:30 2015 (r385861) +++ head/emulators/wine-devel/Makefile Sat May 9 03:49:29 2015 (r385862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.41 +DISTVERSION= 1.7.42 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat May 9 02:56:30 2015 (r385861) +++ head/emulators/wine-devel/distinfo Sat May 9 03:49:29 2015 (r385862) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.41.tar.bz2) = 6fa622b1dacb257fab671ddd689439daf6bb1cfb9e632c324db16a5db6372f97 -SIZE (wine-1.7.41.tar.bz2) = 22237972 -SHA256 (v1.7.41.tar.gz) = c34f773003e25195fd761bbaff517f31deaebb8d46fc94de14b9581728138174 -SIZE (v1.7.41.tar.gz) = 9136024 +SHA256 (wine-1.7.42.tar.bz2) = 5a7f5c82b120bfe1eca572bd8d7a4ede7e6baf330ce3087199eb5cd175233ba2 +SIZE (wine-1.7.42.tar.bz2) = 22229770 +SHA256 (v1.7.42.tar.gz) = 71dc4b0063446347769234075e7b76e5214a54eccee445a72cb7467bd0a85b3d +SIZE (v1.7.42.tar.gz) = 9146373 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat May 9 02:56:30 2015 (r385861) +++ head/emulators/wine-devel/pkg-plist Sat May 9 03:49:29 2015 (r385862) @@ -373,6 +373,8 @@ include/wine/windows/indexsrv.idl include/wine/windows/initguid.h include/wine/windows/inputscope.h include/wine/windows/inputscope.idl +include/wine/windows/inseng.h +include/wine/windows/inseng.idl include/wine/windows/intshcut.h include/wine/windows/ipexport.h include/wine/windows/iphlpapi.h