Date: Sun, 17 Jul 2016 03:07:43 +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: r418658 - head/emulators/wine-devel Message-ID: <201607170307.u6H37hFs092040@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Jul 17 03:07:43 2016 New Revision: 418658 URL: https://svnweb.freebsd.org/changeset/ports/418658 Log: Update to Wine 1.9.14. This includes the following changes: - More Shader Model 5 support in Direct3D. - Some more write support in WebServices. - Performance improvements in GDI. - Some more progress towards the Direct3D command stream. - 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 Jul 17 03:02:55 2016 (r418657) +++ head/emulators/wine-devel/Makefile Sun Jul 17 03:07:43 2016 (r418658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.13 +DISTVERSION= 1.9.14 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Jul 17 03:02:55 2016 (r418657) +++ head/emulators/wine-devel/distinfo Sun Jul 17 03:07:43 2016 (r418658) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466965440 -SHA256 (wine-1.9.13.tar.bz2) = 9b678019d71f28f1e570f7f40e43fcdd52a0d4276123679f2dfea8665f37c0d9 -SIZE (wine-1.9.13.tar.bz2) = 23299453 -SHA256 (v1.9.13.tar.gz) = 582a896602254e4bb21cbf85f14ca3977a368a6b30fab94dbcbd17877c914252 -SIZE (v1.9.13.tar.gz) = 9928798 +TIMESTAMP = 1468678945 +SHA256 (wine-1.9.14.tar.bz2) = 7fbe961caf171d95e1ae109e361f3a9e7cb9f6c9321775e961be2bc12892c52c +SIZE (wine-1.9.14.tar.bz2) = 23307687 +SHA256 (v1.9.14.tar.gz) = fd9e1d52d96bd405e2aa7d2d6537e31f86fee20102cb5a0ef8b452afd70667ed +SIZE (v1.9.14.tar.gz) = 9920839 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Jul 17 03:02:55 2016 (r418657) +++ head/emulators/wine-devel/pkg-plist Sun Jul 17 03:07:43 2016 (r418658) @@ -810,6 +810,7 @@ include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wlanapi.h include/wine/windows/wmistr.h +include/wine/windows/wmium.h include/wine/windows/wmiutils.h include/wine/windows/wmiutils.idl include/wine/windows/wmp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607170307.u6H37hFs092040>