diff options
author | gerald <gerald@FreeBSD.org> | 2018-09-01 18:54:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-09-01 18:54:41 +0800 |
commit | 0d5541e0a8d2f1cd86f3b0359007a0c4aecde306 (patch) | |
tree | bc6308d9b584a8c4ed50d1c48b1240568f771968 /emulators/wine-devel | |
parent | b58c7650589c49e6261f13e57dedc25d35292d5c (diff) | |
download | freebsd-ports-gnome-0d5541e0a8d2f1cd86f3b0359007a0c4aecde306.tar.gz freebsd-ports-gnome-0d5541e0a8d2f1cd86f3b0359007a0c4aecde306.tar.zst freebsd-ports-gnome-0d5541e0a8d2f1cd86f3b0359007a0c4aecde306.zip |
Update to Wine 3.15. This includes the following changes:
- HID device support in Raw Input.
- Many more new icons in Shell32.
- WinHTTP converted to use Windows Sockets.
- Syntax fixes in the command line interpreter.
- Various bug fixes.
The libdinput8 changes added in Wine 3.14 have since moved from
Staging to Wine proper.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 11 |
3 files changed, 13 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 9ac669bf961f..127fa9b80175 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.14 +DISTVERSION= 3.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index ae52fc4f820c..92208e617c23 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1535193747 -SHA256 (wine-3.14.tar.xz) = 47896634c255c202d04b85f884b4f1bceb02e1d7bb2ff257b6bc8d69d4b0b005 -SIZE (wine-3.14.tar.xz) = 20583696 -SHA256 (v3.14.tar.gz) = e87542c38755b98ec626c853d1603b72f9b91877d410ff3a65b47c2572d037da -SIZE (v3.14.tar.gz) = 9938677 +TIMESTAMP = 1535797447 +SHA256 (wine-3.15.tar.xz) = 2ca2cd95b69f2d89aaa481db34db20cbb249c6aba28ad77ecf383270326ab51e +SIZE (wine-3.15.tar.xz) = 21402964 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 80ad813edb48..9a73191b0457 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -555,6 +555,8 @@ include/wine/windows/msident.idl include/wine/windows/msinkaut.h include/wine/windows/msinkaut.idl include/wine/windows/msiquery.h +include/wine/windows/msopc.h +include/wine/windows/msopc.idl include/wine/windows/mssip.h include/wine/windows/msstkppg.h include/wine/windows/mstask.h @@ -630,6 +632,9 @@ include/wine/windows/oledberr.h include/wine/windows/oledlg.h include/wine/windows/oleidl.h include/wine/windows/oleidl.idl +include/wine/windows/opcbase.idl +include/wine/windows/opcobjectmodel.idl +include/wine/windows/opcparturi.idl include/wine/windows/opnrst.idl include/wine/windows/optary.h include/wine/windows/optary.idl @@ -695,6 +700,7 @@ include/wine/windows/rstinf.idl include/wine/windows/rstloc.idl include/wine/windows/rstnot.idl include/wine/windows/rtutils.h +include/wine/windows/sal.h include/wine/windows/sapi.h include/wine/windows/sapi.idl include/wine/windows/sapiddk.h @@ -2039,6 +2045,7 @@ lib/wine/fakedlls/olepro32.dll lib/wine/fakedlls/olesvr32.dll lib/wine/fakedlls/olethk32.dll lib/wine/fakedlls/oleview.exe +lib/wine/fakedlls/opcservices.dll %%OPENAL%%lib/wine/fakedlls/openal32.dll lib/wine/fakedlls/opengl32.dll lib/wine/fakedlls/packager.dll @@ -2418,8 +2425,7 @@ lib/wine/libdbghelp.def lib/wine/libdciman32.def lib/wine/libddraw.def lib/wine/libdinput.a -%%STAGING%%lib/wine/libdinput8.a -%%NO_STAGING%%lib/wine/libdinput8.def +lib/wine/libdinput8.a lib/wine/libdmoguids.a lib/wine/libdnsapi.def lib/wine/libdplayx.def @@ -2718,6 +2724,7 @@ lib/wine/olepro32.dll.so lib/wine/olesvr32.dll.so lib/wine/olethk32.dll.so lib/wine/oleview.exe.so +lib/wine/opcservices.dll.so %%OPENAL%%lib/wine/openal32.dll.so lib/wine/opengl32.dll.so lib/wine/packager.dll.so |