mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Update to Wine 1.1.20. Among others, this includes the following changes:
- Show a dialog on application crashes. - Much improved OLE copy/paste support. - Various listview improvements. - More Direct3D code cleanups. - Various bug fixes.
This commit is contained in:
parent
2903620eb9
commit
4683a5297f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232708
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.1.19
|
||||
DISTVERSION= 1.1.20
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SFE \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wine-1.1.19.tar.bz2) = 95957027df57eca2a6f4686204dfb33a
|
||||
SHA256 (wine-1.1.19.tar.bz2) = 795863589c8603c8570c3352f75c1f33dd5b0bfbd4f8e926dbdab33839771252
|
||||
SIZE (wine-1.1.19.tar.bz2) = 15222941
|
||||
MD5 (wine-1.1.20.tar.bz2) = 5eb87a5053fcb83fb4c9bcee68b113bc
|
||||
SHA256 (wine-1.1.20.tar.bz2) = dabb497acf67d0dd287ecf0c2d4608301a41aa08068ee5c09721d9afffd0d2bc
|
||||
SIZE (wine-1.1.20.tar.bz2) = 15313549
|
||||
|
@ -261,6 +261,7 @@ include/wine/windows/imnact.h
|
||||
include/wine/windows/imnact.idl
|
||||
include/wine/windows/imnxport.h
|
||||
include/wine/windows/imnxport.idl
|
||||
include/wine/windows/in6addr.h
|
||||
include/wine/windows/indexsrv.h
|
||||
include/wine/windows/indexsrv.idl
|
||||
include/wine/windows/initguid.h
|
||||
@ -1010,6 +1011,7 @@ lib/wine/sxs.dll.so
|
||||
lib/wine/system.drv16
|
||||
lib/wine/tapi32.dll.so
|
||||
lib/wine/taskmgr.exe.so
|
||||
lib/wine/termsv.exe.so
|
||||
lib/wine/toolhelp.dll16
|
||||
lib/wine/traffic.dll.so
|
||||
lib/wine/twain.dll16.so
|
||||
@ -1099,6 +1101,7 @@ lib/wine/xinput1_1.dll.so
|
||||
lib/wine/xinput1_2.dll.so
|
||||
lib/wine/xinput1_3.dll.so
|
||||
lib/wine/xinput9_1_0.dll.so
|
||||
lib/wine/xmllite.dll.so
|
||||
share/applications/wine.desktop
|
||||
%%DATADIR%%/aclocal/wine.m4
|
||||
%%DATADIR%%/wine/generic.ppd
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.1.19
|
||||
DISTVERSION= 1.1.20
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SFE \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wine-1.1.19.tar.bz2) = 95957027df57eca2a6f4686204dfb33a
|
||||
SHA256 (wine-1.1.19.tar.bz2) = 795863589c8603c8570c3352f75c1f33dd5b0bfbd4f8e926dbdab33839771252
|
||||
SIZE (wine-1.1.19.tar.bz2) = 15222941
|
||||
MD5 (wine-1.1.20.tar.bz2) = 5eb87a5053fcb83fb4c9bcee68b113bc
|
||||
SHA256 (wine-1.1.20.tar.bz2) = dabb497acf67d0dd287ecf0c2d4608301a41aa08068ee5c09721d9afffd0d2bc
|
||||
SIZE (wine-1.1.20.tar.bz2) = 15313549
|
||||
|
@ -261,6 +261,7 @@ include/wine/windows/imnact.h
|
||||
include/wine/windows/imnact.idl
|
||||
include/wine/windows/imnxport.h
|
||||
include/wine/windows/imnxport.idl
|
||||
include/wine/windows/in6addr.h
|
||||
include/wine/windows/indexsrv.h
|
||||
include/wine/windows/indexsrv.idl
|
||||
include/wine/windows/initguid.h
|
||||
@ -1010,6 +1011,7 @@ lib/wine/sxs.dll.so
|
||||
lib/wine/system.drv16
|
||||
lib/wine/tapi32.dll.so
|
||||
lib/wine/taskmgr.exe.so
|
||||
lib/wine/termsv.exe.so
|
||||
lib/wine/toolhelp.dll16
|
||||
lib/wine/traffic.dll.so
|
||||
lib/wine/twain.dll16.so
|
||||
@ -1099,6 +1101,7 @@ lib/wine/xinput1_1.dll.so
|
||||
lib/wine/xinput1_2.dll.so
|
||||
lib/wine/xinput1_3.dll.so
|
||||
lib/wine/xinput9_1_0.dll.so
|
||||
lib/wine/xmllite.dll.so
|
||||
share/applications/wine.desktop
|
||||
%%DATADIR%%/aclocal/wine.m4
|
||||
%%DATADIR%%/wine/generic.ppd
|
||||
|
Loading…
Reference in New Issue
Block a user