Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2018 20:11:31 +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: r475074 - head/emulators/wine-devel
Message-ID:  <201807212011.w6LKBVXb017078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Jul 21 20:11:31 2018
New Revision: 475074
URL: https://svnweb.freebsd.org/changeset/ports/475074

Log:
  Update to Wine 3.13.  This includes the following changes:
   - Initial support for performance data in the registry.
   - Mono engine updated with some bug fixes.
   - Improvements in the standard Task Dialog.
   - Various bug fixes.
  
  Make the dependency on devel/autoconf more general. [1]
  
  Reviewed by:	tijl [1]

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/distinfo

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat Jul 21 20:10:38 2018	(r475073)
+++ head/emulators/wine-devel/Makefile	Sat Jul 21 20:11:31 2018	(r475074)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	3.12
+DISTVERSION=	3.13
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -83,7 +83,7 @@ LDAP_USE=		OPENLDAP=yes
 LIBXSLT_CONFIGURE_WITH=	xslt
 LIBXSLT_LIB_DEPENDS=	libxslt.so:textproc/libxslt
 
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.7.3.msi:emulators/wine-mono-devel
 
 MPG123_CONFIGURE_WITH=	mpg123
 MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123
@@ -146,7 +146,7 @@ DISTFILES+=	${COMP_DIST}:cho
 
 EXTRACT_DEPENDS=bash:shells/bash \
 		git:devel/git \
-		autoreconf-2.69:devel/autoconf
+		autoconf>0:devel/autoconf
 LIB_DEPENDS+=	libtxc_dxtn.so:graphics/s2tc
 
 post-extract: fix-shebang

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Sat Jul 21 20:10:38 2018	(r475073)
+++ head/emulators/wine-devel/distinfo	Sat Jul 21 20:11:31 2018	(r475074)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1531314846
-SHA256 (wine-3.12.tar.xz) = db84c059d6897809f4bb34024c021d129c73f6d2a5ae4e7ea79ba30040ab787f
-SIZE (wine-3.12.tar.xz) = 20516708
-SHA256 (v3.12.tar.gz) = 0ee48c4735551d4b6966fdbccadf2e96fc31d95f39e7264745647e1fedf7d9d4
-SIZE (v3.12.tar.gz) = 9936375
+TIMESTAMP = 1532201324
+SHA256 (wine-3.13.tar.xz) = 0785d74852232c1f6e07ac081875e92219a4428ddcc8931632fcf1924941bbd4
+SIZE (wine-3.13.tar.xz) = 20551460
+SHA256 (v3.13.tar.gz) = 40771e5bcab58fd3fa0fb6d165cb82fbc268d7640f66800f74092b39d9b39e26
+SIZE (v3.13.tar.gz) = 9936353



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807212011.w6LKBVXb017078>