svn commit: r467322 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sat Apr 14 15:37:40 UTC 2018
Author: gerald
Date: Sat Apr 14 15:37:38 2018
New Revision: 467322
URL: https://svnweb.freebsd.org/changeset/ports/467322
Log:
Update to Wine 3.6. This includes the following changes:
- Support for PNG format icons.
- Support for 1D textures.
- More infrastructure for high DPI support.
- OLE data cache improvements.
- Various bug fixes.
Modified:
head/emulators/wine-devel/Makefile
head/emulators/wine-devel/distinfo
head/emulators/wine-devel/pkg-plist
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Sat Apr 14 15:23:13 2018 (r467321)
+++ head/emulators/wine-devel/Makefile Sat Apr 14 15:37:38 2018 (r467322)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 3.5
+DISTVERSION= 3.6
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://mirrors.ibiblio.org/wine/source/3.x/ \
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Sat Apr 14 15:23:13 2018 (r467321)
+++ head/emulators/wine-devel/distinfo Sat Apr 14 15:37:38 2018 (r467322)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1522498062
-SHA256 (wine-3.5.tar.xz) = f42206143b7caf5527dbcd54c21f9b0a22338d8841d7fa08aa6c5f0b9dd72143
-SIZE (wine-3.5.tar.xz) = 19963436
-SHA256 (v3.5.tar.gz) = 1f26c00b91c9f554b9adbeb9362bfcd9c7df13dd331aac07ca8dd2dce550cbbf
-SIZE (v3.5.tar.gz) = 10024748
+TIMESTAMP = 1523705047
+SHA256 (wine-3.6.tar.xz) = 78502dc79a60430d2a2ef66bee146e38eb6dd679fd36b54acfc8f9b2ac07905c
+SIZE (wine-3.6.tar.xz) = 20005240
+SHA256 (v3.6.tar.gz) = 2ec8fc3f8edc282e4ed94ccb7c67524503b02909affc24499ea6bdf7e734bb3f
+SIZE (v3.6.tar.gz) = 9958882
Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist Sat Apr 14 15:23:13 2018 (r467321)
+++ head/emulators/wine-devel/pkg-plist Sat Apr 14 15:37:38 2018 (r467322)
@@ -886,6 +886,7 @@ include/wine/windows/wmiutils.h
include/wine/windows/wmiutils.idl
include/wine/windows/wmp.h
include/wine/windows/wmp.idl
+include/wine/windows/wmpids.h
include/wine/windows/wmsbuffer.h
include/wine/windows/wmsbuffer.idl
include/wine/windows/wmsdk.h
@@ -2111,6 +2112,7 @@ lib/wine/fakedlls/softpub.dll
%%WINE32%%lib/wine/fakedlls/sound.drv16
lib/wine/fakedlls/spoolss.dll
lib/wine/fakedlls/spoolsv.exe
+lib/wine/fakedlls/srclient.dll
lib/wine/fakedlls/sspicli.dll
lib/wine/fakedlls/start.exe
lib/wine/fakedlls/stdole2.tlb
@@ -2779,6 +2781,7 @@ lib/wine/softpub.dll.so
%%WINE32%%lib/wine/sound.drv16.so
lib/wine/spoolss.dll.so
lib/wine/spoolsv.exe.so
+lib/wine/srclient.dll.so
lib/wine/sspicli.dll.so
lib/wine/start.exe.so
lib/wine/stdole2.tlb.so
More information about the svn-ports-all
mailing list