Date: Sat, 8 Mar 2014 00:01:22 +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: r347432 - head/emulators/wine-devel Message-ID: <201403080001.s2801MCr021875@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Mar 8 00:01:21 2014 New Revision: 347432 URL: http://svnweb.freebsd.org/changeset/ports/347432 QAT: https://qat.redports.org/buildarchive/r347432/ Log: Update to Wine 1.7.14. This includes the following changes: - More Task Scheduler support. - Improvements for AVI encoding support. - More VisualBasic interfaces in MSXML. - Support for deflate content encoding in Wininet. - Some fixes for monochrome printers. - 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 Mar 8 00:00:11 2014 (r347431) +++ head/emulators/wine-devel/Makefile Sat Mar 8 00:01:21 2014 (r347432) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.13 +DISTVERSION= 1.7.14 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Mar 8 00:00:11 2014 (r347431) +++ head/emulators/wine-devel/distinfo Sat Mar 8 00:01:21 2014 (r347432) @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.13.tar.bz2) = a72fdee6e1898007b38f3b30584f86d996567ad8d2f1cc0fe3a877be0493b9df -SIZE (wine-1.7.13.tar.bz2) = 21385204 +SHA256 (wine-1.7.14.tar.bz2) = 2df1937e28936ba33e70a42fddcee01097ca0fbdd4dbf2c2f05d8a2ff5263e09 +SIZE (wine-1.7.14.tar.bz2) = 21444526 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Mar 8 00:00:11 2014 (r347431) +++ head/emulators/wine-devel/pkg-plist Sat Mar 8 00:01:21 2014 (r347432) @@ -1188,6 +1188,8 @@ lib/wine/fakedlls/extrac32.exe lib/wine/fakedlls/faultrep.dll lib/wine/fakedlls/findstr.exe lib/wine/fakedlls/fltlib.dll +lib/wine/fakedlls/fntcache.dll +lib/wine/fakedlls/fontsub.dll lib/wine/fakedlls/fusion.dll lib/wine/fakedlls/fwpuclnt.dll lib/wine/fakedlls/gameux.dll @@ -1483,6 +1485,7 @@ lib/wine/fakedlls/wbemprox.dll lib/wine/fakedlls/webservices.dll lib/wine/fakedlls/wer.dll lib/wine/fakedlls/wevtapi.dll +lib/wine/fakedlls/wevtutil.exe lib/wine/fakedlls/wiaservc.dll lib/wine/fakedlls/win32s16.dll16 lib/wine/fakedlls/win87em.dll16 @@ -1560,6 +1563,8 @@ lib/wine/fakedlls/xpssvcs.dll lib/wine/faultrep.dll.so lib/wine/findstr.exe.so lib/wine/fltlib.dll.so +lib/wine/fntcache.dll.so +lib/wine/fontsub.dll.so lib/wine/fusion.dll.so lib/wine/fwpuclnt.dll.so lib/wine/gameux.dll.so @@ -2031,6 +2036,7 @@ lib/wine/wbemprox.dll.so lib/wine/webservices.dll.so lib/wine/wer.dll.so lib/wine/wevtapi.dll.so +lib/wine/wevtutil.exe.so lib/wine/wiaservc.dll.so lib/wine/win32s16.dll16.so lib/wine/win87em.dll16.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403080001.s2801MCr021875>