diff options
author | gerald <gerald@FreeBSD.org> | 2015-11-16 05:40:23 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-11-16 05:40:23 +0800 |
commit | dfb7f7033e1b8cc3e3e4451faaeaadfc25b7eb47 (patch) | |
tree | 61f8f1d63aa43a5e4ddc5dbb4e4ff9db1319ee31 /emulators | |
parent | d61495094bb074148a3ba80a54a6cbccbd2a0265 (diff) | |
download | freebsd-ports-gnome-dfb7f7033e1b8cc3e3e4451faaeaadfc25b7eb47.tar.gz freebsd-ports-gnome-dfb7f7033e1b8cc3e3e4451faaeaadfc25b7eb47.tar.zst freebsd-ports-gnome-dfb7f7033e1b8cc3e3e4451faaeaadfc25b7eb47.zip |
Update to Wine 1.7.55. This includes the following changes:
- Pulse audio driver.
- Various fixes for Microsoft Office 2013 support.
- Some more implementation of the Web Services DLL.
- More fixes for the latest C runtime version.
- Improvements to the Makefile generation.
- Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 7 |
3 files changed, 12 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 56cd0212e93d..c8c3a90dbc8d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.54 +DISTVERSION= 1.7.55 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 54638cac9d89..2a37489f2438 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.54.tar.bz2) = e0f311f392815468df774b33312cde80bf1ff3a894c9c2b462825fd49619bb27 -SIZE (wine-1.7.54.tar.bz2) = 22800326 -SHA256 (v1.7.54.tar.gz) = b244ab05326e0a4c149beba0684afc100d44dca8e6ff606bcfee883b21b27303 -SIZE (v1.7.54.tar.gz) = 9647030 +SHA256 (wine-1.7.55.tar.bz2) = a148f6c9cb45a75ef1a15e60a7db9c22fce985e0e58fe1350e7931dfe5d36119 +SIZE (wine-1.7.55.tar.bz2) = 22814631 +SHA256 (v1.7.55.tar.gz) = 856b630fe95250e3d2dfc80588529e42e92e37f2e974ce8d3da37b39bf5cc3c3 +SIZE (v1.7.55.tar.gz) = 9604441 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 4a466a54e442..83a070c4b7cd 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -203,6 +203,7 @@ include/wine/windows/d3drmobj.h include/wine/windows/d3drmwin.h include/wine/windows/d3dtypes.h include/wine/windows/d3dvec.inl +include/wine/windows/d3dx10.h %%STAGING%%include/wine/windows/d3dx10core.h %%STAGING%%include/wine/windows/d3dx10core.idl include/wine/windows/d3dx9.h @@ -964,7 +965,9 @@ lib/wine/avifil32.dll.so %%WINE32%%lib/wine/avifile.dll16.so lib/wine/avrt.dll.so lib/wine/bcrypt.dll.so +lib/wine/bluetoothapis.dll.so lib/wine/browseui.dll.so +lib/wine/bthprops.cpl.so lib/wine/cabarc.exe.so lib/wine/cabinet.dll.so lib/wine/cacls.exe.so @@ -1222,7 +1225,9 @@ lib/wine/fakedlls/avifil32.dll %%WINE32%%lib/wine/fakedlls/avifile.dll16 lib/wine/fakedlls/avrt.dll lib/wine/fakedlls/bcrypt.dll +lib/wine/fakedlls/bluetoothapis.dll lib/wine/fakedlls/browseui.dll +lib/wine/fakedlls/bthprops.cpl lib/wine/fakedlls/cabarc.exe lib/wine/fakedlls/cabinet.dll lib/wine/fakedlls/cacls.exe @@ -1753,6 +1758,7 @@ lib/wine/fakedlls/wmi.dll lib/wine/fakedlls/wmic.exe lib/wine/fakedlls/wmiutils.dll lib/wine/fakedlls/wmp.dll +lib/wine/fakedlls/wmplayer.exe lib/wine/fakedlls/wmvcore.dll lib/wine/fakedlls/wnaspi32.dll lib/wine/fakedlls/wordpad.exe @@ -2371,6 +2377,7 @@ lib/wine/wmi.dll.so lib/wine/wmic.exe.so lib/wine/wmiutils.dll.so lib/wine/wmp.dll.so +lib/wine/wmplayer.exe.so lib/wine/wmvcore.dll.so lib/wine/wnaspi32.dll.so lib/wine/wordpad.exe.so |