Date: Sat, 16 Feb 2019 16:38:29 +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: r493046 - head/emulators/wine-devel Message-ID: <201902161638.x1GGcTka074946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Feb 16 16:38:29 2019 New Revision: 493046 URL: https://svnweb.freebsd.org/changeset/ports/493046 Log: Update to Wine 4.2. This includes the following changes: - Unicode string normalization support. - Support for ECC cryptographic keys. - Support for mixing 32/64-bit dlls in the load path. - Futex-based implementations for more synchronization primitives. - 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 Feb 16 15:08:52 2019 (r493045) +++ head/emulators/wine-devel/Makefile Sat Feb 16 16:38:29 2019 (r493046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.1 +DISTVERSION= 4.2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Feb 16 15:08:52 2019 (r493045) +++ head/emulators/wine-devel/distinfo Sat Feb 16 16:38:29 2019 (r493046) @@ -1,5 +1,3 @@ -TIMESTAMP = 1549379127 -SHA256 (wine-4.1.tar.xz) = cef775be05245ebd0f8a5fd50920c6c7d0a6539b781d8185d6c16b8e5ae41bad -SIZE (wine-4.1.tar.xz) = 21680916 -SHA256 (v4.1.tar.gz) = 8c7f5ae69976cf361c241959d617931a723c1d0c36c642c44355c11d730d3050 -SIZE (v4.1.tar.gz) = 9941422 +TIMESTAMP = 1550334134 +SHA256 (wine-4.2.tar.xz) = a1d141f5f8dabb51475f21f90c63b6521c233fcf34ebcbe311f9c0eda5c05bfb +SIZE (wine-4.2.tar.xz) = 21724960 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Feb 16 15:08:52 2019 (r493045) +++ head/emulators/wine-devel/pkg-plist Sat Feb 16 16:38:29 2019 (r493046) @@ -2560,6 +2560,7 @@ lib/wine/libsxs.def lib/wine/libt2embed.def lib/wine/libtapi32.def lib/wine/libucrtbase.def +lib/wine/libuiautomationcore.def lib/wine/libunicows.def lib/wine/liburl.def lib/wine/liburlmon.def
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902161638.x1GGcTka074946>