From owner-svn-ports-head@FreeBSD.ORG Sat Oct 27 21:56:32 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49E7678D; Sat, 27 Oct 2012 21:56:32 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 312CE8FC08; Sat, 27 Oct 2012 21:56:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RLuWEV066504; Sat, 27 Oct 2012 21:56:32 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RLuVNA066500; Sat, 27 Oct 2012 21:56:31 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201210272156.q9RLuVNA066500@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 27 Oct 2012 21:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306533 - head/emulators/wine-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 21:56:32 -0000 Author: gerald Date: Sat Oct 27 21:56:31 2012 New Revision: 306533 URL: http://svn.freebsd.org/changeset/ports/306533 Log: Update to Wine 1.5.15. This includes the following changes: - Many improvements to the CMD command-line parser. - More stream classes in the C++ runtime. - Support for managing services in WMI. - Improved CPU detection. - Various bug fixes. This also depends on a new version of the Wine Mono package. Feature safe: yes Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Oct 27 20:57:55 2012 (r306532) +++ head/emulators/wine-devel/Makefile Sat Oct 27 21:56:31 2012 (r306533) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.15 +DISTVERSION= 1.5.16 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -128,7 +128,7 @@ RUN_DEPENDS+= ${DATADIR}/gecko/wine_geck .endif .if ${PORT_OPTIONS:MMONO} -RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.4.msi:${PORTSDIR}/emulators/wine-mono +RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono .endif .if ${OSVERSION} < 800000 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Oct 27 20:57:55 2012 (r306532) +++ head/emulators/wine-devel/distinfo Sat Oct 27 21:56:31 2012 (r306533) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.15.tar.bz2) = 2642698204bbc5d9fd04c30f3507fa08a62fa3b0a21e53cdfd2c5a4530b69454 -SIZE (wine-1.5.15.tar.bz2) = 20844051 +SHA256 (wine-1.5.16.tar.bz2) = 2f4df6ade18d636c892bee0feb6fd075eb3ad299e61d250ea359659d6411e723 +SIZE (wine-1.5.16.tar.bz2) = 20879326