diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 21:13:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 21:13:26 +0000 |
commit | 62f3192eabdc372dd4f76fafe0d353039a3ef27f (patch) | |
tree | ce72ed9688af70610f6a419d2490fb5257406293 /emulators/wine-mono-devel | |
parent | 51ffb93a5dc85eea653c58b70d89b6335a69e9aa (diff) |
Update wine-devel to Wine 2.4. This includes the following changes:
- Built-in implementation of cryptographic hashes.
- More Direct3D command stream work.
- Simulated bold and italic in DirectWrite.
- Improvements to the XML reader.
- Various bug fixes.
Also the Mono engine (wine-mono-devel) is updated with upstream fixes
to version 4.7.0.
Notes
Notes:
svn path=/head/; revision=436657
Diffstat (limited to 'emulators/wine-mono-devel')
-rw-r--r-- | emulators/wine-mono-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-mono-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index 148d94fabda2..46a24d107ab6 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 4.6.4 +DISTVERSION= 4.7.0 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ PKGNAMESUFFIX= -devel diff --git a/emulators/wine-mono-devel/distinfo b/emulators/wine-mono-devel/distinfo index 2e6a6a52970f..7bf6b1971e41 100644 --- a/emulators/wine-mono-devel/distinfo +++ b/emulators/wine-mono-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481319687 -SHA256 (wine-mono-4.6.4.msi) = 91b7d58177b9a9355edf007dab94535471aebdddae12734ceb4a219d2ecc4152 -SIZE (wine-mono-4.6.4.msi) = 45592064 +TIMESTAMP = 1490130602 +SHA256 (wine-mono-4.7.0.msi) = 7698474dd9cb9eb80796b5812dff37386ba97b78b21ca23b20079ca5ad6ca5a1 +SIZE (wine-mono-4.7.0.msi) = 64625152 |