diff options
author | gerald <gerald@FreeBSD.org> | 2012-01-14 04:57:52 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-01-14 04:57:52 +0800 |
commit | c7458f32f667478075f6647a0845678b867ec7b6 (patch) | |
tree | 03b39c07a0ca1263a6946131466ea37bf7ac741d /emulators/wine | |
parent | 044aba4fbff12a484920093b38b71b93ce8e7df0 (diff) | |
download | freebsd-ports-gnome-c7458f32f667478075f6647a0845678b867ec7b6.tar.gz freebsd-ports-gnome-c7458f32f667478075f6647a0845678b867ec7b6.tar.zst freebsd-ports-gnome-c7458f32f667478075f6647a0845678b867ec7b6.zip |
Update to Wine 1.3.37. This includes the following changes:
- Completion of the DIB engine.
- Improvements to the C++ runtime.
- A number of fixes in the audio drivers.
- Unnecessary Direct3D options removed from WineCfg.
- Some fixes to the built-in Internet Explorer.
- Various bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1ed7dd7d60c5..41ee1cc97620 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.36 +DISTVERSION= 1.3.37 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index f8c3ec66be6a..c1c9dcaad5b2 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.36.tar.bz2) = a4a1c5224dbf47f10a2a7c601f610e21c7f7be33639eeb4e68b389d4318e9180 -SIZE (wine-1.3.36.tar.bz2) = 19788661 +SHA256 (wine-1.3.37.tar.bz2) = 708ac19d59828fbe95c309bb2ee6cff74e564353dd4183565e5cb6a07ba71a71 +SIZE (wine-1.3.37.tar.bz2) = 19904543 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index eb2c39ea1464..d9a403f90e6e 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -1145,6 +1145,7 @@ lib/wine/fakedlls/oleview.exe %%OPENAL%%lib/wine/fakedlls/openal32.dll lib/wine/fakedlls/opengl32.dll lib/wine/fakedlls/pdh.dll +lib/wine/fakedlls/photometadatahandler.dll lib/wine/fakedlls/pidgen.dll lib/wine/fakedlls/ping.exe lib/wine/fakedlls/plugplay.exe @@ -1326,6 +1327,7 @@ lib/wine/fakedlls/xinput1_3.dll lib/wine/fakedlls/xinput9_1_0.dll lib/wine/fakedlls/xmllite.dll lib/wine/fakedlls/xolehlp.dll +lib/wine/fakedlls/xpsprint.dll lib/wine/faultrep.dll.so lib/wine/fltlib.dll.so lib/wine/fusion.dll.so @@ -1647,6 +1649,7 @@ lib/wine/oleview.exe.so %%OPENAL%%lib/wine/openal32.dll.so lib/wine/opengl32.dll.so lib/wine/pdh.dll.so +lib/wine/photometadatahandler.dll.so lib/wine/pidgen.dll.so lib/wine/ping.exe.so lib/wine/plugplay.exe.so @@ -1828,6 +1831,7 @@ lib/wine/xinput1_3.dll.so lib/wine/xinput9_1_0.dll.so lib/wine/xmllite.dll.so lib/wine/xolehlp.dll.so +lib/wine/xpsprint.dll.so share/applications/wine.desktop %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |