1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Update to Wine 2.19. This includes the following changes:

- Named pipes now fully handled by the Wine server.
 - Support for a new Microsoft root certificate.
 - More transform fixes in GdiPlus.
 - Some heap allocation optimizations.
 - Various bug fixes.
This commit is contained in:
Gerald Pfeifer 2017-10-20 21:04:33 +00:00
parent 4661348003
commit 73570fa28c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452561
3 changed files with 9 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= wine
DISTVERSION= 2.18
PORTREVISION= 2
DISTVERSION= 2.19
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1507134934
SHA256 (wine-2.18.tar.xz) = 9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50
SIZE (wine-2.18.tar.xz) = 19546360
SHA256 (v2.18.tar.gz) = 69c75d3ca17b1c3617cd0934a9e9ad6fca37c6679900d2cb63f6981aa1026cc8
SIZE (v2.18.tar.gz) = 10243957
TIMESTAMP = 1508532666
SHA256 (wine-2.19.tar.xz) = 487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095
SIZE (wine-2.19.tar.xz) = 19549464
SHA256 (v2.19.tar.gz) = 2fdb083a484708362433000f92b54a5d648df190b2ab084647c45f5624063bd2
SIZE (v2.19.tar.gz) = 10241240

View File

@ -94,6 +94,7 @@ include/wine/windows/amvideo.idl
%%STAGING%%include/wine/windows/apiset.h
include/wine/windows/appcompatapi.h
include/wine/windows/appmgmt.h
include/wine/windows/appmodel.h
include/wine/windows/asptlb.h
include/wine/windows/asptlb.idl
include/wine/windows/asynot.idl
@ -960,6 +961,7 @@ lib/wine/advpack.dll.so
lib/wine/amstream.dll.so
lib/wine/api-ms-win-appmodel-identity-l1-1-0.dll.so
lib/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so
lib/wine/api-ms-win-appmodel-runtime-l1-1-2.dll.so
lib/wine/api-ms-win-core-apiquery-l1-1-0.dll.so
lib/wine/api-ms-win-core-appcompat-l1-1-1.dll.so
lib/wine/api-ms-win-core-appinit-l1-1-0.dll.so
@ -1355,6 +1357,7 @@ lib/wine/fakedlls/advpack.dll
lib/wine/fakedlls/amstream.dll
lib/wine/fakedlls/api-ms-win-appmodel-identity-l1-1-0.dll
lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll
lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-2.dll
lib/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll
lib/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll
lib/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll