Date: Mon, 30 Sep 2019 14:02:45 +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: r513378 - in head/emulators: wine-devel wine-mono-devel Message-ID: <201909301402.x8UE2jn5049190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Sep 30 14:02:44 2019 New Revision: 513378 URL: https://svnweb.freebsd.org/changeset/ports/513378 Log: Update to Wine 4.17. This includes the following changes: - New version of the Mono engine with upstream fixes. - Support for DXTn compressed textures. - Initial version of the Windows Script runtime library. - Support for XRandR device change notifications. - Support for generating RSA keys. - Various bug fixes. Update wine-mono-devel to the upstream release 4.9.3. [1] Approved by: dbn (blanket) [1] Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist head/emulators/wine-mono-devel/Makefile head/emulators/wine-mono-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Mon Sep 30 14:02:33 2019 (r513377) +++ head/emulators/wine-devel/Makefile Mon Sep 30 14:02:44 2019 (r513378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.16 +DISTVERSION= 4.17 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -91,7 +91,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.2.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.3.msi:emulators/wine-mono-devel MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Mon Sep 30 14:02:33 2019 (r513377) +++ head/emulators/wine-devel/distinfo Mon Sep 30 14:02:44 2019 (r513378) @@ -1,5 +1,5 @@ -TIMESTAMP = 1568475749 -SHA256 (wine-4.16.tar.xz) = 8d7ba7a0643626c0349442577a1f1b06d3062a4129aac0bd5a2b0eb15b5b1d9f -SIZE (wine-4.16.tar.xz) = 22205248 -SHA256 (v4.16.tar.gz) = 2de237fa5d9eeb3a67f75e113f392a2b53a67d75f1d1f6304964013c837f93b9 -SIZE (v4.16.tar.gz) = 9905714 +TIMESTAMP = 1569769286 +SHA256 (wine-4.17.tar.xz) = 7480a1436687486996ba6cf91fef71b70e6dafffbf2c55ea2430094c1025b2ae +SIZE (wine-4.17.tar.xz) = 22230616 +SHA256 (v4.17.tar.gz) = 8c7ec7ca44641930d990286305bcfd6b027566d608ca9e3e9d7accff39d53a39 +SIZE (v4.17.tar.gz) = 9914906 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Mon Sep 30 14:02:33 2019 (r513377) +++ head/emulators/wine-devel/pkg-plist Mon Sep 30 14:02:44 2019 (r513378) @@ -70,6 +70,7 @@ include/wine/msvcrt/sys/types.h include/wine/msvcrt/sys/unistd.h include/wine/msvcrt/sys/utime.h include/wine/msvcrt/time.h +include/wine/msvcrt/uchar.h include/wine/msvcrt/unistd.h include/wine/msvcrt/wchar.h include/wine/msvcrt/wctype.h @@ -799,6 +800,7 @@ include/wine/windows/tcpmib.h include/wine/windows/textserv.h include/wine/windows/textstor.h include/wine/windows/textstor.idl +include/wine/windows/threadpoolapiset.h include/wine/windows/thumbcache.h include/wine/windows/thumbcache.idl include/wine/windows/timezoneapi.h Modified: head/emulators/wine-mono-devel/Makefile ============================================================================== --- head/emulators/wine-mono-devel/Makefile Mon Sep 30 14:02:33 2019 (r513377) +++ head/emulators/wine-mono-devel/Makefile Mon Sep 30 14:02:44 2019 (r513378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 4.9.2 +DISTVERSION= 4.9.3 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ PKGNAMESUFFIX= -devel Modified: head/emulators/wine-mono-devel/distinfo ============================================================================== --- head/emulators/wine-mono-devel/distinfo Mon Sep 30 14:02:33 2019 (r513377) +++ head/emulators/wine-mono-devel/distinfo Mon Sep 30 14:02:44 2019 (r513378) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566027751 -SHA256 (wine-mono-4.9.2.msi) = b91f4656fca72d036934c2a9e845b2dfadad291e48e0b013fb2b08698200ff74 -SIZE (wine-mono-4.9.2.msi) = 94981632 +TIMESTAMP = 1569768470 +SHA256 (wine-mono-4.9.3.msi) = 7cf6b7674697f9de9cd1630ceb1de4c56adebb617fcca4d179a22cb7e1b2476d +SIZE (wine-mono-4.9.3.msi) = 95017472
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909301402.x8UE2jn5049190>