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

Gerald Pfeifer gerald at FreeBSD.org
Wed Jan 15 09:00:39 UTC 2020


Author: gerald
Date: Wed Jan 15 09:00:38 2020
New Revision: 523086
URL: https://svnweb.freebsd.org/changeset/ports/523086

Log:
  Update to Wine 5.0 RC5 which fixes another nineteen bugs during the
  release stabilization process.
  
  Surprisingly still file additions, though only include files, both
  for the default configuration and with the Staging patchset.

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	Wed Jan 15 07:53:50 2020	(r523085)
+++ head/emulators/wine-devel/Makefile	Wed Jan 15 09:00:38 2020	(r523086)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	5.0-rc4
+DISTVERSION=	5.0-rc5
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Wed Jan 15 07:53:50 2020	(r523085)
+++ head/emulators/wine-devel/distinfo	Wed Jan 15 09:00:38 2020	(r523086)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1578454780
-SHA256 (wine-5.0-rc4.tar.xz) = 7a031f13768ff517371a684b9459effb36b4870e17d7f73d7dbc9b55bb71ade8
-SIZE (wine-5.0-rc4.tar.xz) = 22465960
-SHA256 (v5.0-rc4.tar.gz) = 06fd0cb7f45b33871a0e0fe21785aae44e4b0840681e677e7444ed6c441fb278
-SIZE (v5.0-rc4.tar.gz) = 9936166
+TIMESTAMP = 1578806735
+SHA256 (wine-5.0-rc5.tar.xz) = aa1a20a9a98c9193f922c78fd8ad5a1ce1d3df98a5795c79692a52b7e54dd38b
+SIZE (wine-5.0-rc5.tar.xz) = 22466612
+SHA256 (v5.0-rc5.tar.gz) = f6707bfd291a08cb2c6892f077e01618af40d9db0f293597e5d427946e481b7c
+SIZE (v5.0-rc5.tar.gz) = 9940496

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Wed Jan 15 07:53:50 2020	(r523085)
+++ head/emulators/wine-devel/pkg-plist	Wed Jan 15 09:00:38 2020	(r523086)
@@ -86,6 +86,7 @@ include/wine/windows/activdbg.h
 include/wine/windows/activdbg.idl
 include/wine/windows/activscp.h
 include/wine/windows/activscp.idl
+%%STAGING%%include/wine/windows/adserr.h
 include/wine/windows/adshlp.h
 include/wine/windows/advpub.h
 include/wine/windows/af_irda.h
@@ -714,6 +715,7 @@ include/wine/windows/rmxfguid.h
 include/wine/windows/rmxftmpl.h
 include/wine/windows/rmxftmpl.x
 include/wine/windows/roapi.h
+include/wine/windows/roerrorapi.h
 include/wine/windows/roparameterizediid.h
 include/wine/windows/roparameterizediid.idl
 include/wine/windows/row.idl


More information about the svn-ports-all mailing list