svn commit: r468761 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue May 1 14:20:12 UTC 2018


Author: gerald
Date: Tue May  1 14:20:11 2018
New Revision: 468761
URL: https://svnweb.freebsd.org/changeset/ports/468761

Log:
  Update to Wine 3.7.  This includes the following changes:
   - MSI custom actions run in a separate process.
   - Support for job files in the Task Scheduler.
   - Improved viewport support in Direct 3D.
   - Larger resolution version of the standard icons.
   - 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 May  1 09:33:53 2018	(r468760)
+++ head/emulators/wine-devel/Makefile	Tue May  1 14:20:11 2018	(r468761)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	3.6
+DISTVERSION=	3.7
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://mirrors.ibiblio.org/wine/source/3.x/ \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Tue May  1 09:33:53 2018	(r468760)
+++ head/emulators/wine-devel/distinfo	Tue May  1 14:20:11 2018	(r468761)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1523705047
-SHA256 (wine-3.6.tar.xz) = 78502dc79a60430d2a2ef66bee146e38eb6dd679fd36b54acfc8f9b2ac07905c
-SIZE (wine-3.6.tar.xz) = 20005240
-SHA256 (v3.6.tar.gz) = 2ec8fc3f8edc282e4ed94ccb7c67524503b02909affc24499ea6bdf7e734bb3f
-SIZE (v3.6.tar.gz) = 9958882
+TIMESTAMP = 1525183728
+SHA256 (wine-3.7.tar.xz) = 76c73760d72497c59e81dfd7c5def450171bd59e9cff3df0a42454e0c7fc2bb7
+SIZE (wine-3.7.tar.xz) = 20454036
+SHA256 (v3.7.tar.gz) = e5d49cc5c52ccbd7412242f561d738536b1255631be23e6f0091ed519a318df7
+SIZE (v3.7.tar.gz) = 9951654


More information about the svn-ports-head mailing list