From owner-svn-ports-all@freebsd.org Sat Dec 10 12:48:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FED4C6F279; Sat, 10 Dec 2016 12:48:54 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A95A12F1; Sat, 10 Dec 2016 12:48:54 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBACmrLn046802; Sat, 10 Dec 2016 12:48:53 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBACmrrb046799; Sat, 10 Dec 2016 12:48:53 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201612101248.uBACmrrb046799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 10 Dec 2016 12:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428286 - in head/emulators: wine-devel wine-mono-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 12:48:54 -0000 Author: gerald Date: Sat Dec 10 12:48:52 2016 New Revision: 428286 URL: https://svnweb.freebsd.org/changeset/ports/428286 Log: Update to Wine 2.0 RC1. This includes the following changes: - Support for IDN name resolution. - Many more Shader Model 5 operations. - Still more fixes in the regression tests. - Various bug fixes. It also uses a newer bug fix update of the Mono engine and accordingly the wine-mono-devel port is updated to version 4.6.4 from 4.6.3. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-mono-devel/Makefile head/emulators/wine-mono-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Dec 10 12:34:32 2016 (r428285) +++ head/emulators/wine-devel/Makefile Sat Dec 10 12:48:52 2016 (r428286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.24 +DISTVERSION= 2.0-rc1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -81,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.3.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono-devel MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 @@ -141,7 +141,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment .endif .if ${PORT_OPTIONS:MSTAGING} -BROKEN= "The Staging patchset has not been ported to Wine 1.9.24" +BROKEN= The Staging patchset has not been ported to Wine 1.9.24 MASTER_SITES+= https://github.com/compholio/wine-compholio-daily/archive/:cho COMP_DIST= v${DISTVERSION}.tar.gz Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Dec 10 12:34:32 2016 (r428285) +++ head/emulators/wine-devel/distinfo Sat Dec 10 12:48:52 2016 (r428286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480176722 -SHA256 (wine-1.9.24.tar.bz2) = cb727dc978ef383d1dce020d032023550877d5d01a2c1a8ee4817cdedd3e6061 -SIZE (wine-1.9.24.tar.bz2) = 23589855 +TIMESTAMP = 1481319505 +SHA256 (wine-2.0-rc1.tar.bz2) = 063baa6a437989c07192ba10b02b6f2903250fbeaf8068056209d54fbcbf39fe +SIZE (wine-2.0-rc1.tar.bz2) = 23594154 Modified: head/emulators/wine-mono-devel/Makefile ============================================================================== --- head/emulators/wine-mono-devel/Makefile Sat Dec 10 12:34:32 2016 (r428285) +++ head/emulators/wine-mono-devel/Makefile Sat Dec 10 12:48:52 2016 (r428286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine-mono -DISTVERSION= 4.6.3 +DISTVERSION= 4.6.4 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 Sat Dec 10 12:34:32 2016 (r428285) +++ head/emulators/wine-mono-devel/distinfo Sat Dec 10 12:48:52 2016 (r428286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466358931 -SHA256 (wine-mono-4.6.3.msi) = f883e88ae78c7ea3d887c24023aa1ed03bb71a83f717c6595abf18b31fef28b9 -SIZE (wine-mono-4.6.3.msi) = 45591040 +TIMESTAMP = 1481319687 +SHA256 (wine-mono-4.6.4.msi) = 91b7d58177b9a9355edf007dab94535471aebdddae12734ceb4a219d2ecc4152 +SIZE (wine-mono-4.6.4.msi) = 45592064