Date: Sat, 13 Oct 2012 18:43:31 +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: r305847 - head/emulators/wine-devel Message-ID: <201210131843.q9DIhV5U082917@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Oct 13 18:43:31 2012 New Revision: 305847 URL: http://svn.freebsd.org/changeset/ports/305847 Log: Update to Wine 1.5.15. This includes the following changes: - Full support for layered windows. - New version of the Gecko engine based on Firefox 16. - Support for broadcast sockets used by networked games. - Downloaded add-ons installers are now cached. - Support for persistent Internet cookies. - String optimizations in JavaScript. - Various bug fixes. Feature safe: yes 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 Oct 13 18:35:19 2012 (r305846) +++ head/emulators/wine-devel/Makefile Sat Oct 13 18:43:31 2012 (r305847) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.14 +DISTVERSION= 1.5.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Oct 13 18:35:19 2012 (r305846) +++ head/emulators/wine-devel/distinfo Sat Oct 13 18:43:31 2012 (r305847) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.14.tar.bz2) = 3e70ff0f900bf459dd6fa767bdac5543a27b76364f8ef89088300b867351df42 -SIZE (wine-1.5.14.tar.bz2) = 20745798 +SHA256 (wine-1.5.15.tar.bz2) = 2642698204bbc5d9fd04c30f3507fa08a62fa3b0a21e53cdfd2c5a4530b69454 +SIZE (wine-1.5.15.tar.bz2) = 20844051 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Oct 13 18:35:19 2012 (r305846) +++ head/emulators/wine-devel/pkg-plist Sat Oct 13 18:43:31 2012 (r305847) @@ -1013,6 +1013,7 @@ lib/wine/fakedlls/explorer.exe lib/wine/fakedlls/explorerframe.dll lib/wine/fakedlls/extrac32.exe lib/wine/fakedlls/faultrep.dll +lib/wine/fakedlls/findstr.exe lib/wine/fakedlls/fltlib.dll lib/wine/fakedlls/fusion.dll lib/wine/fakedlls/fwpuclnt.dll @@ -1224,6 +1225,7 @@ lib/wine/fakedlls/scarddlg.dll lib/wine/fakedlls/sccbase.dll lib/wine/fakedlls/schannel.dll lib/wine/fakedlls/scrrun.dll +lib/wine/fakedlls/scsiport.sys lib/wine/fakedlls/secedit.exe lib/wine/fakedlls/secur32.dll lib/wine/fakedlls/security.dll @@ -1370,6 +1372,7 @@ lib/wine/fakedlls/xmllite.dll lib/wine/fakedlls/xolehlp.dll lib/wine/fakedlls/xpsprint.dll lib/wine/faultrep.dll.so +lib/wine/findstr.exe.so lib/wine/fltlib.dll.so lib/wine/fusion.dll.so lib/wine/fwpuclnt.dll.so @@ -1743,6 +1746,7 @@ lib/wine/scarddlg.dll.so lib/wine/sccbase.dll.so lib/wine/schannel.dll.so lib/wine/scrrun.dll.so +lib/wine/scsiport.sys.so lib/wine/secedit.exe.so lib/wine/secur32.dll.so lib/wine/security.dll.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210131843.q9DIhV5U082917>