diff options
author | gerald <gerald@FreeBSD.org> | 2011-07-23 20:21:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-07-23 20:21:15 +0800 |
commit | 075321dbb1c5ec0b050cb9fce9f02e573b85c2ea (patch) | |
tree | 936eb09b45c87ee343de38243de4d544e29d7ca3 /emulators/wine | |
parent | d21b6b179998bc56c0a933b5e985eb4a035b9c15 (diff) | |
download | freebsd-ports-gnome-075321dbb1c5ec0b050cb9fce9f02e573b85c2ea.tar.gz freebsd-ports-gnome-075321dbb1c5ec0b050cb9fce9f02e573b85c2ea.tar.zst freebsd-ports-gnome-075321dbb1c5ec0b050cb9fce9f02e573b85c2ea.zip |
Update to Wine 1.3.25. This includes the following changes:
- Rewrite of the audio support, using the Win7 architecture.
- Old-style sound drivers for Jack, NAS and ESD are removed.
- Graphics driver architecture changes for the DIB engine.
- Improved handling of the shell recycle bin.
- Better joystick support in DirectInput.
- Initial stub for VBScript support.
- Various bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5a1e4c9da149..251d187e9f0b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.24 +DISTVERSION= 1.3.25 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index b6669f5b2195..f085ce8def0a 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.24.tar.bz2) = 5ded950c14989feb248333d2ed43e35c06fe13c55db35c4c8baa54d9b298ee9b -SIZE (wine-1.3.24.tar.bz2) = 19525444 +SHA256 (wine-1.3.25.tar.bz2) = f5525a966efd2f973c9a0fd6391d0d3e5817432e59598fe47c494b240d7e1caa +SIZE (wine-1.3.25.tar.bz2) = 19580506 |