Date: Sat, 9 May 2015 03:49:30 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> 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 Message-ID: <201505090349.t493nU6a007124@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505090349.t493nU6a007124>