mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to Wine 1.5.28. This includes the following changes:
- GnuTLS used for all secure connections, OpenSSL is no longer needed. - Mac driver enabled by default. - Built-in FixedSys fonts. - New icon for the joystick control panel. - Postscript driver improvements. - Various bug fixes. Feature safe: yes
This commit is contained in:
parent
76eb1c0084
commit
ba405bfe27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315894
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.5.27
|
||||
DISTVERSION= 1.5.28
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.5.27.tar.bz2) = ca2bd31d15b6ddb7f900c813ed113b732a61057d7e1669ab37494284c259d4b8
|
||||
SIZE (wine-1.5.27.tar.bz2) = 22034699
|
||||
SHA256 (wine-1.5.28.tar.bz2) = 0bf84b97213b07b7339543abcdfccc9da22bebcc4d20ce9ca22fdc1502136046
|
||||
SIZE (wine-1.5.28.tar.bz2) = 22151210
|
||||
|
@ -539,6 +539,7 @@ include/wine/windows/rpcsal.h
|
||||
include/wine/windows/rstbas.idl
|
||||
include/wine/windows/rstinf.idl
|
||||
include/wine/windows/rstloc.idl
|
||||
include/wine/windows/rstnot.idl
|
||||
include/wine/windows/rtutils.h
|
||||
include/wine/windows/scarderr.h
|
||||
include/wine/windows/schannel.h
|
||||
@ -1156,6 +1157,7 @@ lib/wine/fakedlls/msvcirt.dll
|
||||
lib/wine/fakedlls/msvcm80.dll
|
||||
lib/wine/fakedlls/msvcm90.dll
|
||||
lib/wine/fakedlls/msvcp100.dll
|
||||
lib/wine/fakedlls/msvcp110.dll
|
||||
lib/wine/fakedlls/msvcp60.dll
|
||||
lib/wine/fakedlls/msvcp70.dll
|
||||
lib/wine/fakedlls/msvcp71.dll
|
||||
@ -1688,6 +1690,7 @@ lib/wine/msvcirt.dll.so
|
||||
lib/wine/msvcm80.dll.so
|
||||
lib/wine/msvcm90.dll.so
|
||||
lib/wine/msvcp100.dll.so
|
||||
lib/wine/msvcp110.dll.so
|
||||
lib/wine/msvcp60.dll.so
|
||||
lib/wine/msvcp70.dll.so
|
||||
lib/wine/msvcp71.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user