svn commit: r452561 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Fri Oct 20 21:04:35 UTC 2017


Author: gerald
Date: Fri Oct 20 21:04:33 2017
New Revision: 452561
URL: https://svnweb.freebsd.org/changeset/ports/452561

Log:
  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.

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	Fri Oct 20 20:50:05 2017	(r452560)
+++ head/emulators/wine-devel/Makefile	Fri Oct 20 21:04:33 2017	(r452561)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	2.18
-PORTREVISION=	2
+DISTVERSION=	2.19
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Fri Oct 20 20:50:05 2017	(r452560)
+++ head/emulators/wine-devel/distinfo	Fri Oct 20 21:04:33 2017	(r452561)
@@ -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

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Fri Oct 20 20:50:05 2017	(r452560)
+++ head/emulators/wine-devel/pkg-plist	Fri Oct 20 21:04:33 2017	(r452561)
@@ -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


More information about the svn-ports-all mailing list