Date: Sun, 3 Nov 2019 09:23:38 +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: r516403 - head/emulators/wine-devel Message-ID: <201911030923.xA39Nc2a037451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Nov 3 09:23:38 2019 New Revision: 516403 URL: https://svnweb.freebsd.org/changeset/ports/516403 Log: Update to Wine 4.19. This includes the following changes: - A number of additional VBScript features. - More stateblock support in WineD3D. - Some fixes for ARM64 support (which we do not have on FreeBSD). - Various bug fixes. And some bits have moved from STAGING into the main tree; yeah! 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 Sun Nov 3 09:23:05 2019 (r516402) +++ head/emulators/wine-devel/Makefile Sun Nov 3 09:23:38 2019 (r516403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.18 +DISTVERSION= 4.19 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ LIB_DEPENDS= libFAudio.so:audio/faudio \ libxml2.so:textproc/libxml2 -USES= bison desktop-file-utils gmake localbase shebangfix tar:xz +USES= bison desktop-file-utils gmake localbase shebangfix tar:xz xorg CONFLICTS_INSTALL= wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \ i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Nov 3 09:23:05 2019 (r516402) +++ head/emulators/wine-devel/distinfo Sun Nov 3 09:23:38 2019 (r516403) @@ -1,5 +1,5 @@ -TIMESTAMP = 1571469845 -SHA256 (wine-4.18.tar.xz) = d10b0550215f789655a1c67db91a8afc0b4284416bae1869396f06e2db360e32 -SIZE (wine-4.18.tar.xz) = 22263936 -SHA256 (v4.18.tar.gz) = e34c0047004ac7ade8e55c273c8ecf0fa201a22f9fb1ab332c9e0a638e5089d0 -SIZE (v4.18.tar.gz) = 9917480 +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 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Nov 3 09:23:05 2019 (r516402) +++ head/emulators/wine-devel/pkg-plist Sun Nov 3 09:23:38 2019 (r516403) @@ -700,8 +700,8 @@ include/wine/windows/raserror.h include/wine/windows/reason.h include/wine/windows/regstr.h include/wine/windows/restartmanager.h -%%STAGING%%include/wine/windows/restrictederrorinfo.h -%%STAGING%%include/wine/windows/restrictederrorinfo.idl +include/wine/windows/restrictederrorinfo.h +include/wine/windows/restrictederrorinfo.idl include/wine/windows/richedit.h include/wine/windows/richole.h include/wine/windows/richole.idl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911030923.xA39Nc2a037451>