diff options
author | gerald <gerald@FreeBSD.org> | 2012-11-10 06:25:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-11-10 06:25:26 +0800 |
commit | b1eec4f3253870e0af488ec3906fca3905b27778 (patch) | |
tree | 66b879355d8b5356b679de573ed80955c87e33a3 /emulators | |
parent | 7cfa63902376c20398d0c4b3ea3c4aa69e8d3bc3 (diff) | |
download | freebsd-ports-gnome-b1eec4f3253870e0af488ec3906fca3905b27778.tar.gz freebsd-ports-gnome-b1eec4f3253870e0af488ec3906fca3905b27778.tar.zst freebsd-ports-gnome-b1eec4f3253870e0af488ec3906fca3905b27778.zip |
Update to Wine 1.5.17. This includes the following changes:
- Sub-pixel font anti-aliasing in the DIB engine.
- Support for automatic installation of ActiveX controls.
- Automatic fallback to TLS 1.0 for secure connections.
- Beginnings of the DirectWrite text analyzer.
- Better handling of font outlines in OpenGL.
- Various bug fixes.
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0ec24082ddf1..34130d15d6b0 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.16 +DISTVERSION= 1.5.17 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 62a958f182e4..cd2f27111723 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.16.tar.bz2) = 2f4df6ade18d636c892bee0feb6fd075eb3ad299e61d250ea359659d6411e723 -SIZE (wine-1.5.16.tar.bz2) = 20879326 +SHA256 (wine-1.5.17.tar.bz2) = b15b4cbfab4b7f3d4cf80f88ea757e221feaefbd4e515edfb04cc57529464c15 +SIZE (wine-1.5.17.tar.bz2) = 20953751 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 66ae71fabe4f..b7668817a05c 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1224,6 +1224,7 @@ lib/wine/fakedlls/sc.exe lib/wine/fakedlls/scarddlg.dll lib/wine/fakedlls/sccbase.dll lib/wine/fakedlls/schannel.dll +lib/wine/fakedlls/schtasks.exe lib/wine/fakedlls/scrrun.dll lib/wine/fakedlls/scsiport.sys lib/wine/fakedlls/secedit.exe @@ -1371,6 +1372,7 @@ lib/wine/fakedlls/xinput9_1_0.dll lib/wine/fakedlls/xmllite.dll lib/wine/fakedlls/xolehlp.dll lib/wine/fakedlls/xpsprint.dll +lib/wine/fakedlls/xpssvcs.dll lib/wine/faultrep.dll.so lib/wine/findstr.exe.so lib/wine/fltlib.dll.so @@ -1745,6 +1747,7 @@ lib/wine/sc.exe.so lib/wine/scarddlg.dll.so lib/wine/sccbase.dll.so lib/wine/schannel.dll.so +lib/wine/schtasks.exe.so lib/wine/scrrun.dll.so lib/wine/scsiport.sys.so lib/wine/secedit.exe.so @@ -1892,6 +1895,7 @@ lib/wine/xinput9_1_0.dll.so lib/wine/xmllite.dll.so lib/wine/xolehlp.dll.so lib/wine/xpsprint.dll.so +lib/wine/xpssvcs.dll.so share/applications/wine.desktop %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |