svn commit: r436657 - in head/emulators: wine-devel wine-mono-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue Mar 21 21:13:28 UTC 2017


Author: gerald
Date: Tue Mar 21 21:13:26 2017
New Revision: 436657
URL: https://svnweb.freebsd.org/changeset/ports/436657

Log:
  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.

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/distinfo
  head/emulators/wine-devel/pkg-plist
  head/emulators/wine-mono-devel/Makefile
  head/emulators/wine-mono-devel/distinfo

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Tue Mar 21 21:08:41 2017	(r436656)
+++ head/emulators/wine-devel/Makefile	Tue Mar 21 21:13:26 2017	(r436657)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	2.3
-PORTREVISION=	1
+DISTVERSION=	2.4
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -82,7 +81,7 @@ LDAP_USE=		OPENLDAP=yes
 LIBXSLT_CONFIGURE_WITH=	xslt
 LIBXSLT_LIB_DEPENDS=	libxslt.so:textproc/libxslt
 
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.7.0.msi:emulators/wine-mono-devel
 
 MPG123_CONFIGURE_WITH=	mpg123
 MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Tue Mar 21 21:08:41 2017	(r436656)
+++ head/emulators/wine-devel/distinfo	Tue Mar 21 21:13:26 2017	(r436657)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1488840326
-SHA256 (wine-2.3.tar.xz) = afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e
-SIZE (wine-2.3.tar.xz) = 18931732
-SHA256 (v2.3.tar.gz) = 9a81be606836fab6203857f7937ff97575947f75d52c80fb5489418efb8b87e1
-SIZE (v2.3.tar.gz) = 10071742
+TIMESTAMP = 1490120116
+SHA256 (wine-2.4.tar.xz) = 87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e
+SIZE (wine-2.4.tar.xz) = 18953748
+SHA256 (v2.4.tar.gz) = 709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb
+SIZE (v2.4.tar.gz) = 10067020

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Tue Mar 21 21:08:41 2017	(r436656)
+++ head/emulators/wine-devel/pkg-plist	Tue Mar 21 21:13:26 2017	(r436657)
@@ -516,6 +516,7 @@ include/wine/windows/msinkaut.h
 include/wine/windows/msinkaut.idl
 include/wine/windows/msiquery.h
 include/wine/windows/mssip.h
+include/wine/windows/msstkppg.h
 include/wine/windows/mstask.h
 include/wine/windows/mstask.idl
 include/wine/windows/mstcpip.h

Modified: head/emulators/wine-mono-devel/Makefile
==============================================================================
--- head/emulators/wine-mono-devel/Makefile	Tue Mar 21 21:08:41 2017	(r436656)
+++ head/emulators/wine-mono-devel/Makefile	Tue Mar 21 21:13:26 2017	(r436657)
@@ -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

Modified: head/emulators/wine-mono-devel/distinfo
==============================================================================
--- head/emulators/wine-mono-devel/distinfo	Tue Mar 21 21:08:41 2017	(r436656)
+++ head/emulators/wine-mono-devel/distinfo	Tue Mar 21 21:13:26 2017	(r436657)
@@ -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


More information about the svn-ports-all mailing list