Date: Sun, 24 Nov 2019 04:25:00 +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: r518293 - in head/emulators: wine-devel wine-mono-devel Message-ID: <201911240425.xAO4P0MX064568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Nov 24 04:25:00 2019 New Revision: 518293 URL: https://svnweb.freebsd.org/changeset/ports/518293 Log: Update to Wine 4.20. This includes the following changes: - New version of the Mono engine with an FNA update. [1] - Code persistence in VBScript and JScript. - Vulkan spec updates. - Various bug fixes. And further merges (and two files) coming over from Wine Staging. Update wine-mono-devel to the upstream release 4.9.4. [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 Sun Nov 24 04:13:50 2019 (r518292) +++ head/emulators/wine-devel/Makefile Sun Nov 24 04:25:00 2019 (r518293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.19 +DISTVERSION= 4.20 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.3.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.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 Sun Nov 24 04:13:50 2019 (r518292) +++ head/emulators/wine-devel/distinfo Sun Nov 24 04:25:00 2019 (r518293) @@ -1,5 +1,5 @@ -TIMESTAMP = 1572739436 -SHA256 (wine-4.19.tar.xz) = 361abeebb676c65acafdb2bcdc96a7fbd2a7bc8689f7bebbcca97d8ca069ce20 -SIZE (wine-4.19.tar.xz) = 22283616 -SHA256 (v4.19.tar.gz) = 4538a986c1df700c4071d4044937f216c82eb6f73f3c19a9c00d909dda6cb05a -SIZE (v4.19.tar.gz) = 9908545 +TIMESTAMP = 1574236623 +SHA256 (wine-4.20.tar.xz) = 60a0060bf7ac13948d55d8637b5c1d0b3ba11ff236bf5a084b557247ca2698d3 +SIZE (wine-4.20.tar.xz) = 22314856 +SHA256 (v4.20.tar.gz) = 09a793c437af018421c3aa58daf0ac99661476f1fbc8740fa7e20d1c2c85093e +SIZE (v4.20.tar.gz) = 9899451 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Nov 24 04:13:50 2019 (r518292) +++ head/emulators/wine-devel/pkg-plist Sun Nov 24 04:25:00 2019 (r518293) @@ -1389,7 +1389,7 @@ lib/wine/dpnsvr.exe.so lib/wine/dpvoice.dll.so lib/wine/dpwsockx.dll.so lib/wine/drmclien.dll.so -%%STAGING%%lib/wine/dsdmo.dll.so +lib/wine/dsdmo.dll.so lib/wine/dsound.dll.so lib/wine/dsquery.dll.so lib/wine/dssenh.dll.so @@ -1841,7 +1841,7 @@ lib/wine/fakedlls/dpnsvr.exe lib/wine/fakedlls/dpvoice.dll lib/wine/fakedlls/dpwsockx.dll lib/wine/fakedlls/drmclien.dll -%%STAGING%%lib/wine/fakedlls/dsdmo.dll +lib/wine/fakedlls/dsdmo.dll lib/wine/fakedlls/dsound.dll lib/wine/fakedlls/dsquery.dll lib/wine/fakedlls/dssenh.dll Modified: head/emulators/wine-mono-devel/Makefile ============================================================================== --- head/emulators/wine-mono-devel/Makefile Sun Nov 24 04:13:50 2019 (r518292) +++ head/emulators/wine-mono-devel/Makefile Sun Nov 24 04:25:00 2019 (r518293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 4.9.3 +DISTVERSION= 4.9.4 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 Sun Nov 24 04:13:50 2019 (r518292) +++ head/emulators/wine-mono-devel/distinfo Sun Nov 24 04:25:00 2019 (r518293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569768470 -SHA256 (wine-mono-4.9.3.msi) = 7cf6b7674697f9de9cd1630ceb1de4c56adebb617fcca4d179a22cb7e1b2476d -SIZE (wine-mono-4.9.3.msi) = 95017472 +TIMESTAMP = 1574242099 +SHA256 (wine-mono-4.9.4.msi) = 51a6ff38323fcda71d70ead90c252b5eaeacec542ba737dbd1d676787b210fdd +SIZE (wine-mono-4.9.4.msi) = 95266304
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911240425.xAO4P0MX064568>