diff options
author | Damjan Jovanovic <damjan.jov@gmail.com> | 2022-08-03 12:59:38 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-08-03 20:11:12 +0000 |
commit | 08d85ddae147c4694bd69f656a983032dad596c5 (patch) | |
tree | aa9716717d238cb6a7bb15a3befb4105a734b818 | |
parent | 0a90d3d9f966bd11c31af0d04db9ae4494cefbc1 (diff) | |
download | ports-08d85ddae147c4694bd69f656a983032dad596c5.tar.gz ports-08d85ddae147c4694bd69f656a983032dad596c5.zip |
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.
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | 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 |