svn commit: r506291 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Jul 9 18:13:33 UTC 2019
Author: gerald
Date: Tue Jul 9 18:13:31 2019
New Revision: 506291
URL: https://svnweb.freebsd.org/changeset/ports/506291
Log:
Update to Wine 4.12. This includes the following changes:
- Still more DLLs are built as PE files by default.
- Support for Plug & Play device drivers.
- Better support for the Visual Studio remote debugger.
- More support for enumerating display devices.
- 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 Tue Jul 9 17:45:46 2019 (r506290)
+++ head/emulators/wine-devel/Makefile Tue Jul 9 18:13:31 2019 (r506291)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 4.11
+DISTVERSION= 4.12
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Tue Jul 9 17:45:46 2019 (r506290)
+++ head/emulators/wine-devel/distinfo Tue Jul 9 18:13:31 2019 (r506291)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1561188957
-SHA256 (wine-4.11.tar.xz) = 2e515766d59d3afdfd5f8d0eb29eb1d1d4ae84969c0a7a7eb4427feb2977bee6
-SIZE (wine-4.11.tar.xz) = 22098508
-SHA256 (v4.11.tar.gz) = b51f70d25c89279bb3752938d9fb4f3f281742f642bf139703768cc524c6fde0
-SIZE (v4.11.tar.gz) = 9919887
+TIMESTAMP = 1562608529
+SHA256 (wine-4.12.tar.xz) = 00125c50b12363a4accd884de9463dc769601372ffbde6360bf40bfc19bbe5ab
+SIZE (wine-4.12.tar.xz) = 22127120
+SHA256 (v4.12.tar.gz) = 54507d60037612a4746b0c37382bbec1e5beed1b832449f10cec08ffb88af3b0
+SIZE (v4.12.tar.gz) = 9920407
Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist Tue Jul 9 17:45:46 2019 (r506290)
+++ head/emulators/wine-devel/pkg-plist Tue Jul 9 18:13:31 2019 (r506291)
@@ -605,6 +605,7 @@ include/wine/windows/npapi.h
include/wine/windows/nserror.h
include/wine/windows/nspapi.h
include/wine/windows/ntddcdrm.h
+include/wine/windows/ntddmou.h
include/wine/windows/ntddndis.h
include/wine/windows/ntddscsi.h
include/wine/windows/ntddstor.h
More information about the svn-ports-all
mailing list