diff options
author | gerald <gerald@FreeBSD.org> | 2012-09-23 12:46:18 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-09-23 12:46:18 +0800 |
commit | 46386ccae9af1dfec1de063fcb2d521881c5eea2 (patch) | |
tree | 167ed9b698262dc7af62aeb92ecce0915b64491d /emulators/wine-devel | |
parent | 35b77589232e027199c4653266d3fdafe4424e54 (diff) | |
download | freebsd-ports-gnome-46386ccae9af1dfec1de063fcb2d521881c5eea2.tar.gz freebsd-ports-gnome-46386ccae9af1dfec1de063fcb2d521881c5eea2.tar.zst freebsd-ports-gnome-46386ccae9af1dfec1de063fcb2d521881c5eea2.zip |
Update to Wine 1.5.12. This includes the following changes:
- Client-side window rendering using the DIB engine.
- Raw input support for keyboard and mouse.
- Support for transparent window areas using color keying.
- Implementation of logical processor information.
- Support for fonts with localized names.
- Various bug fixes.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index c2cd69c7fcd4..8788a58703ab 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.12 -PORTREVISION= 1 +DISTVERSION= 1.5.13 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 1f4637ffd063..04669efeba8a 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.12.tar.bz2) = ba987a0e3b1d5c0ba2d42fecdcff1c4e910d7c9949d9baca796b8b5c1318662c -SIZE (wine-1.5.12.tar.bz2) = 20652437 +SHA256 (wine-1.5.13.tar.bz2) = c05dd12ecc5256219d09cc1daad6f2153368d69ef15c68400a2a404b79b079d1 +SIZE (wine-1.5.13.tar.bz2) = 20669180 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 5285352eb197..18bec97a063e 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -407,6 +407,8 @@ include/wine/windows/msctf.idl include/wine/windows/msdadc.h include/wine/windows/msdadc.idl include/wine/windows/msdaguid.h +include/wine/windows/msdasc.h +include/wine/windows/msdasc.idl include/wine/windows/mshtmcid.h include/wine/windows/mshtmdid.h include/wine/windows/mshtmhst.h @@ -1098,6 +1100,7 @@ lib/wine/fakedlls/msimsg.dll lib/wine/fakedlls/msimtf.dll lib/wine/fakedlls/msisip.dll lib/wine/fakedlls/msisys.ocx +lib/wine/fakedlls/msls31.dll lib/wine/fakedlls/msnet32.dll lib/wine/fakedlls/mspatcha.dll lib/wine/fakedlls/msrle32.dll @@ -1614,6 +1617,7 @@ lib/wine/msimsg.dll.so lib/wine/msimtf.dll.so lib/wine/msisip.dll.so lib/wine/msisys.ocx.so +lib/wine/msls31.dll.so lib/wine/msnet32.dll.so lib/wine/mspatcha.dll.so lib/wine/msrle32.dll.so |