Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2018 15:37:39 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467322 - head/emulators/wine-devel
Message-ID:  <201804141537.w3EFbdoO029464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804141537.w3EFbdoO029464>