Date: Sat, 10 Dec 2016 12:48:53 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> 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 Message-ID: <201612101248.uBACmrrb046799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612101248.uBACmrrb046799>