svn commit: r482232 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Oct 16 15:17:33 UTC 2018
Author: gerald
Date: Tue Oct 16 15:17:32 2018
New Revision: 482232
URL: https://svnweb.freebsd.org/changeset/ports/482232
Log:
Update to Wine 3.18. This includes the following changes:
- Subpixel font rendering with FreeType >= 2.8.1.
- Support for OAEP algorithm in RSA encryption.
- Array marshalling fixes in DCOM.
- Improved DPI scaling in the Wine console.
- Various bug fixes.
Modified:
head/emulators/wine-devel/Makefile
head/emulators/wine-devel/distinfo
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Tue Oct 16 14:45:19 2018 (r482231)
+++ head/emulators/wine-devel/Makefile Tue Oct 16 15:17:32 2018 (r482232)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 3.17
-PORTREVISION= 1
+DISTVERSION= 3.18
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Tue Oct 16 14:45:19 2018 (r482231)
+++ head/emulators/wine-devel/distinfo Tue Oct 16 15:17:32 2018 (r482232)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1538293675
-SHA256 (wine-3.17.tar.xz) = 4cede2e1de426af2430abee84afd77379a1f4f05c3ec9cd4280110de54fccc21
-SIZE (wine-3.17.tar.xz) = 21457736
-SHA256 (v3.17.tar.gz) = 65e57491241f839d3cf7699fc3807d6906d3d6824d5ce74f29323793eda0b5a7
-SIZE (v3.17.tar.gz) = 9928657
+TIMESTAMP = 1539500079
+SHA256 (wine-3.18.tar.xz) = 9be8d44b1b22814c76e6214fe8ce657ae90a7a17879e5cd2b2a87ad6a1391a77
+SIZE (wine-3.18.tar.xz) = 21479964
+SHA256 (v3.18.tar.gz) = 148b3312c3583e9b55b713fc201cb758aca022b27329b3b971c8923c8049576d
+SIZE (v3.18.tar.gz) = 9927742
More information about the svn-ports-all
mailing list