Date: Wed, 3 Aug 2022 20:20:05 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 08d85ddae147 - main - emulators/wine-devel: update to version 7.14 Message-ID: <202208032020.273KK5se019290@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=08d85ddae147c4694bd69f656a983032dad596c5 commit 08d85ddae147c4694bd69f656a983032dad596c5 Author: Damjan Jovanovic <damjan.jov@gmail.com> AuthorDate: 2022-08-03 12:59:38 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2022-08-03 20:11:12 +0000 emulators/wine-devel: update to version 7.14 This includes the following changes: - More progress on syscall interface for USER32. - Improved font fallbacks in DirectWrite. - Some fixes for socket shutdowns. - Various bug fixes. Also since the ibiblio mirror doesn't have Wine 7.x, and SourceForge doesn't have 7.14, replace them with the upstream URL. --- emulators/wine-devel/Makefile | 5 ++--- emulators/wine-devel/distinfo | 10 +++++----- emulators/wine-devel/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a02f0e06d334..2351c30be556 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,9 +1,8 @@ PORTNAME= wine -DISTVERSION= 7.13 +DISTVERSION= 7.14 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}/Source \ - http://mirrors.ibiblio.org/wine/source/7.x/ +MASTER_SITES= https://dl.winehq.org/wine/source/7.x/ PKGNAMESUFFIX= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 361bd8bef719..0206ec4a1531 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1658192679 -SHA256 (wine-7.13.tar.xz) = 6bfebe933daa509569ae79b0bf6a1f1b4f07e1bf8afc16a59bee13748b92ca64 -SIZE (wine-7.13.tar.xz) = 28237664 -SHA256 (v7.13.tar.gz) = fdaa88f4323526ef37f222777dad7449debc52a962cad9f40d07ad72f71b96b3 -SIZE (v7.13.tar.gz) = 9644182 +TIMESTAMP = 1659467915 +SHA256 (wine-7.14.tar.xz) = 5e5bcba60a27fb7d9e60a64b6a697fad6e6f436b53833dbcc2339682af81a6cf +SIZE (wine-7.14.tar.xz) = 28274396 +SHA256 (v7.14.tar.gz) = b59a85c4098147b2c37e3ce9b962eaf692e99c2a68dd6d133808362d2d0aa227 +SIZE (v7.14.tar.gz) = 9644603 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index f56f7c453021..0c5567245981 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -591,6 +591,8 @@ include/wine/windows/mcx.h include/wine/windows/mediaerr.h include/wine/windows/mediaobj.h include/wine/windows/mediaobj.idl +include/wine/windows/medparam.h +include/wine/windows/medparam.idl include/wine/windows/metahost.h include/wine/windows/metahost.idl include/wine/windows/mfapi.h @@ -887,6 +889,7 @@ include/wine/windows/sqlucode.h include/wine/windows/srcrst.idl include/wine/windows/srrestoreptapi.h include/wine/windows/sspi.h +%%STAGING%%include/wine/windows/stdole32.idl include/wine/windows/stgprop.h include/wine/windows/sti.h include/wine/windows/storage.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208032020.273KK5se019290>